]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/media-template.php
WordPress 4.3
[autoinstalls/wordpress.git] / wp-includes / media-template.php
index 6999f1bdf34f4669ee6ce93c6e42e1c42091f6e4..8edeb62ebf2df5863d388578ce0ec83c8cf3bc8c 100644 (file)
@@ -136,6 +136,8 @@ function wp_underscore_video_template() {
  * Prints the templates used in the media manager.
  *
  * @since 3.5.0
  * Prints the templates used in the media manager.
  *
  * @since 3.5.0
+ *
+ * @global bool $is_IE
  */
 function wp_print_media_templates() {
        global $is_IE;
  */
 function wp_print_media_templates() {
        global $is_IE;
@@ -164,7 +166,7 @@ function wp_print_media_templates() {
 
        <script type="text/html" id="tmpl-media-modal">
                <div class="<?php echo $class; ?>">
 
        <script type="text/html" id="tmpl-media-modal">
                <div class="<?php echo $class; ?>">
-                       <a class="media-modal-close" href="#"><span class="media-modal-icon"><span class="screen-reader-text"><?php _e( 'Close media panel' ); ?></span></span></a>
+                       <button type="button" class="button-link media-modal-close"><span class="media-modal-icon"><span class="screen-reader-text"><?php _e( 'Close media panel' ); ?></span></span></button>
                        <div class="media-modal-content"></div>
                </div>
                <div class="media-modal-backdrop"></div>
                        <div class="media-modal-content"></div>
                </div>
                <div class="media-modal-backdrop"></div>
@@ -203,7 +205,7 @@ function wp_print_media_templates() {
                        <div class="upload-ui">
                                <h3 class="upload-instructions drop-instructions"><?php _e( 'Drop files anywhere to upload' ); ?></h3>
                                <p class="upload-instructions drop-instructions"><?php _ex( 'or', 'Uploader: Drop files here - or - Select Files' ); ?></p>
                        <div class="upload-ui">
                                <h3 class="upload-instructions drop-instructions"><?php _e( 'Drop files anywhere to upload' ); ?></h3>
                                <p class="upload-instructions drop-instructions"><?php _ex( 'or', 'Uploader: Drop files here - or - Select Files' ); ?></p>
-                               <a href="#" class="browser button button-hero"><?php _e( 'Select Files' ); ?></a>
+                               <button type="button" class="browser button button-hero"><?php _e( 'Select Files' ); ?></button>
                        </div>
 
                        <div class="upload-inline-status"></div>
                        </div>
 
                        <div class="upload-inline-status"></div>
@@ -259,7 +261,7 @@ function wp_print_media_templates() {
 
        <script type="text/html" id="tmpl-uploader-status">
                <h3><?php _e( 'Uploading' ); ?></h3>
 
        <script type="text/html" id="tmpl-uploader-status">
                <h3><?php _e( 'Uploading' ); ?></h3>
-               <a class="upload-dismiss-errors" href="#"><?php _e('Dismiss Errors'); ?></a>
+               <button type="button" class="button-link upload-dismiss-errors"><span class="screen-reader-text"><?php _e( 'Dismiss Errors' ); ?></span></button>
 
                <div class="media-progress-bar"><div></div></div>
                <div class="upload-details">
 
                <div class="media-progress-bar"><div></div></div>
                <div class="upload-details">
@@ -273,7 +275,6 @@ function wp_print_media_templates() {
        </script>
 
        <script type="text/html" id="tmpl-uploader-status-error">
        </script>
 
        <script type="text/html" id="tmpl-uploader-status-error">
-               <span class="upload-error-label"><?php _e('Error'); ?></span>
                <span class="upload-error-filename">{{{ data.filename }}}</span>
                <span class="upload-error-message">{{ data.message }}</span>
        </script>
                <span class="upload-error-filename">{{{ data.filename }}}</span>
                <span class="upload-error-message">{{ data.message }}</span>
        </script>
@@ -297,7 +298,7 @@ function wp_print_media_templates() {
                                <# } else if ( 'image' === data.type && data.sizes && data.sizes.full ) { #>
                                        <img class="details-image" src="{{ data.sizes.full.url }}" draggable="false" />
                                <# } else if ( -1 === jQuery.inArray( data.type, [ 'audio', 'video' ] ) ) { #>
                                <# } else if ( 'image' === data.type && data.sizes && data.sizes.full ) { #>
                                        <img class="details-image" src="{{ data.sizes.full.url }}" draggable="false" />
                                <# } else if ( -1 === jQuery.inArray( data.type, [ 'audio', 'video' ] ) ) { #>
-                                       <img class="details-image" src="{{ data.icon }}" class="icon" draggable="false" />
+                                       <img class="details-image icon" src="{{ data.icon }}" draggable="false" />
                                <# } #>
 
                                <# if ( 'audio' === data.type ) { #>
                                <# } #>
 
                                <# if ( 'audio' === data.type ) { #>
@@ -329,7 +330,7 @@ function wp_print_media_templates() {
 
                                <div class="attachment-actions">
                                        <# if ( 'image' === data.type && ! data.uploading && data.sizes && data.can.save ) { #>
 
                                <div class="attachment-actions">
                                        <# if ( 'image' === data.type && ! data.uploading && data.sizes && data.can.save ) { #>
-                                               <a class="button edit-attachment" href="#"><?php _e( 'Edit Image' ); ?></a>
+                                       <button type="button" class="button edit-attachment"><?php _e( 'Edit Image' ); ?></button>
                                        <# } #>
                                </div>
                        </div>
                                        <# } #>
                                </div>
                        </div>
@@ -377,10 +378,12 @@ function wp_print_media_templates() {
                                        <input type="text" value="{{ data.url }}" readonly />
                                </label>
                                <# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #>
                                        <input type="text" value="{{ data.url }}" readonly />
                                </label>
                                <# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #>
+                               <?php if ( post_type_supports( 'attachment', 'title' ) ) : ?>
                                <label class="setting" data-setting="title">
                                        <span class="name"><?php _e('Title'); ?></span>
                                        <input type="text" value="{{ data.title }}" {{ maybeReadOnly }} />
                                </label>
                                <label class="setting" data-setting="title">
                                        <span class="name"><?php _e('Title'); ?></span>
                                        <input type="text" value="{{ data.title }}" {{ maybeReadOnly }} />
                                </label>
+                               <?php endif; ?>
                                <# if ( 'audio' === data.type ) { #>
                                <?php foreach ( array(
                                        'artist' => __( 'Artist' ),
                                <# if ( 'audio' === data.type ) { #>
                                <?php foreach ( array(
                                        'artist' => __( 'Artist' ),
@@ -431,12 +434,12 @@ function wp_print_media_templates() {
                                <# if ( ! data.uploading && data.can.remove ) { #> |
                                        <?php if ( MEDIA_TRASH ): ?>
                                                <# if ( 'trash' === data.status ) { #>
                                <# if ( ! data.uploading && data.can.remove ) { #> |
                                        <?php if ( MEDIA_TRASH ): ?>
                                                <# if ( 'trash' === data.status ) { #>
-                                                       <a class="untrash-attachment" href="#"><?php _e( 'Untrash' ); ?></a>
+                                                       <button type="button" class="button-link untrash-attachment"><?php _e( 'Untrash' ); ?></button>
                                                <# } else { #>
                                                <# } else { #>
-                                                       <a class="trash-attachment" href="#"><?php _ex( 'Trash', 'verb' ); ?></a>
+                                                       <button type="button" class="button-link trash-attachment"><?php _ex( 'Trash', 'verb' ); ?></button>
                                                <# } #>
                                        <?php else: ?>
                                                <# } #>
                                        <?php else: ?>
-                                               <a class="delete-attachment" href="#"><?php _e( 'Delete Permanently' ); ?></a>
+                                               <button type="button" class="button-link delete-attachment"><?php _e( 'Delete Permanently' ); ?></button>
                                        <?php endif; ?>
                                <# } #>
                        </div>
                                        <?php endif; ?>
                                <# } #>
                        </div>
@@ -467,11 +470,11 @@ function wp_print_media_templates() {
                                <# } #>
                        </div>
                        <# if ( data.buttons.close ) { #>
                                <# } #>
                        </div>
                        <# if ( data.buttons.close ) { #>
-                               <a class="close media-modal-icon" href="#" title="<?php esc_attr_e('Remove'); ?>"></a>
+                               <button type="button" class="button-link attachment-close media-modal-icon"><span class="screen-reader-text"><?php _e( 'Remove' ); ?></span></button>
                        <# } #>
                </div>
                <# if ( data.buttons.check ) { #>
                        <# } #>
                </div>
                <# if ( data.buttons.check ) { #>
-                       <a class="check" href="#" title="<?php esc_attr_e('Deselect'); ?>" tabindex="-1"><div class="media-modal-icon"></div></a>
+                       <button type="button" class="button-link check" tabindex="-1"><span class="media-modal-icon"></span><span class="screen-reader-text"><?php _e( 'Deselect' ); ?></span></button>
                <# } #>
                <#
                var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly';
                <# } #>
                <#
                var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly';
@@ -523,7 +526,6 @@ function wp_print_media_templates() {
 
                                        <# if ( data.can.save && data.sizes ) { #>
                                                <a class="edit-attachment" href="{{ data.editLink }}&amp;image-editor" target="_blank"><?php _e( 'Edit Image' ); ?></a>
 
                                        <# if ( data.can.save && data.sizes ) { #>
                                                <a class="edit-attachment" href="{{ data.editLink }}&amp;image-editor" target="_blank"><?php _e( 'Edit Image' ); ?></a>
-                                               <a class="refresh-attachment" href="#"><?php _e( 'Refresh' ); ?></a>
                                        <# } #>
                                <# } #>
 
                                        <# } #>
                                <# } #>
 
@@ -534,12 +536,12 @@ function wp_print_media_templates() {
                                <# if ( ! data.uploading && data.can.remove ) { #>
                                        <?php if ( MEDIA_TRASH ): ?>
                                        <# if ( 'trash' === data.status ) { #>
                                <# if ( ! data.uploading && data.can.remove ) { #>
                                        <?php if ( MEDIA_TRASH ): ?>
                                        <# if ( 'trash' === data.status ) { #>
-                                               <a class="untrash-attachment" href="#"><?php _e( 'Untrash' ); ?></a>
+                                               <button type="button" class="button-link untrash-attachment"><?php _e( 'Untrash' ); ?></button>
                                        <# } else { #>
                                        <# } else { #>
-                                               <a class="trash-attachment" href="#"><?php _ex( 'Trash', 'verb' ); ?></a>
+                                               <button type="button" class="button-link trash-attachment"><?php _ex( 'Trash', 'verb' ); ?></button>
                                        <# } #>
                                        <?php else: ?>
                                        <# } #>
                                        <?php else: ?>
-                                               <a class="delete-attachment" href="#"><?php _e( 'Delete Permanently' ); ?></a>
+                                               <button type="button" class="button-link delete-attachment"><?php _e( 'Delete Permanently' ); ?></button>
                                        <?php endif; ?>
                                <# } #>
 
                                        <?php endif; ?>
                                <# } #>
 
@@ -556,10 +558,12 @@ function wp_print_media_templates() {
                        <input type="text" value="{{ data.url }}" readonly />
                </label>
                <# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #>
                        <input type="text" value="{{ data.url }}" readonly />
                </label>
                <# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #>
+               <?php if ( post_type_supports( 'attachment', 'title' ) ) : ?>
                <label class="setting" data-setting="title">
                        <span class="name"><?php _e('Title'); ?></span>
                        <input type="text" value="{{ data.title }}" {{ maybeReadOnly }} />
                </label>
                <label class="setting" data-setting="title">
                        <span class="name"><?php _e('Title'); ?></span>
                        <input type="text" value="{{ data.title }}" {{ maybeReadOnly }} />
                </label>
+               <?php endif; ?>
                <# if ( 'audio' === data.type ) { #>
                <?php foreach ( array(
                        'artist' => __( 'Artist' ),
                <# if ( 'audio' === data.type ) { #>
                <?php foreach ( array(
                        'artist' => __( 'Artist' ),
@@ -591,10 +595,10 @@ function wp_print_media_templates() {
                <div class="selection-info">
                        <span class="count"></span>
                        <# if ( data.editable ) { #>
                <div class="selection-info">
                        <span class="count"></span>
                        <# if ( data.editable ) { #>
-                               <a class="edit-selection" href="#"><?php _e( 'Edit Selection' ); ?></a>
+                               <button type="button" class="button-link edit-selection"><?php _e( 'Edit Selection' ); ?></button>
                        <# } #>
                        <# if ( data.clearable ) { #>
                        <# } #>
                        <# if ( data.clearable ) { #>
-                               <a class="clear-selection" href="#"><?php _e('Clear'); ?></a>
+                               <button type="button" class="button-link clear-selection"><?php _e( 'Clear' ); ?></button>
                        <# } #>
                </div>
                <div class="selection-view"></div>
                        <# } #>
                </div>
                <div class="selection-view"></div>
@@ -987,7 +991,7 @@ function wp_print_media_templates() {
                                                <input type="text" class="link-to-custom" data-setting="linkUrl" />
                                        </div>
                                        <div class="advanced-section">
                                                <input type="text" class="link-to-custom" data-setting="linkUrl" />
                                        </div>
                                        <div class="advanced-section">
-                                               <h3><a class="advanced-toggle" href="#"><?php _e('Advanced Options'); ?></a></h3>
+                                               <h3><button type="button" class="button-link advanced-toggle"><?php _e( 'Advanced Options' ); ?></button></h3>
                                                <div class="advanced-settings hidden">
                                                        <div class="advanced-image">
                                                                <label class="setting title-text">
                                                <div class="advanced-settings hidden">
                                                        <div class="advanced-image">
                                                                <label class="setting title-text">
@@ -1044,7 +1048,7 @@ function wp_print_media_templates() {
                                <label class="setting">
                                        <span>SRC</span>
                                        <input type="text" disabled="disabled" data-setting="src" value="{{ data.model.src }}" />
                                <label class="setting">
                                        <span>SRC</span>
                                        <input type="text" disabled="disabled" data-setting="src" value="{{ data.model.src }}" />
-                                       <a class="remove-setting"><?php _e( 'Remove' ); ?></a>
+                                       <button type="button" class="button-link remove-setting"><?php _e( 'Remove audio source' ); ?></button>
                                </label>
                                <# } #>
                                <?php
                                </label>
                                <# } #>
                                <?php
@@ -1058,7 +1062,7 @@ function wp_print_media_templates() {
                                <label class="setting">
                                        <span><?php echo strtoupper( $type ) ?></span>
                                        <input type="text" disabled="disabled" data-setting="<?php echo $type ?>" value="{{ data.model.<?php echo $type ?> }}" />
                                <label class="setting">
                                        <span><?php echo strtoupper( $type ) ?></span>
                                        <input type="text" disabled="disabled" data-setting="<?php echo $type ?>" value="{{ data.model.<?php echo $type ?> }}" />
-                                       <a class="remove-setting"><?php _e( 'Remove' ); ?></a>
+                                       <button type="button" class="button-link remove-setting"><?php _e( 'Remove audio source' ); ?></button>
                                </label>
                                <# } #>
                                <?php endforeach ?>
                                </label>
                                <# } #>
                                <?php endforeach ?>
@@ -1127,7 +1131,7 @@ function wp_print_media_templates() {
                                <label class="setting">
                                        <span>SRC</span>
                                        <input type="text" disabled="disabled" data-setting="src" value="{{ data.model.src }}" />
                                <label class="setting">
                                        <span>SRC</span>
                                        <input type="text" disabled="disabled" data-setting="src" value="{{ data.model.src }}" />
-                                       <a class="remove-setting"><?php _e( 'Remove' ); ?></a>
+                                       <button type="button" class="button-link remove-setting"><?php _e( 'Remove video source' ); ?></button>
                                </label>
                                <# } #>
                                <?php foreach ( $video_types as $type ):
                                </label>
                                <# } #>
                                <?php foreach ( $video_types as $type ):
@@ -1139,7 +1143,7 @@ function wp_print_media_templates() {
                                <label class="setting">
                                        <span><?php echo strtoupper( $type ) ?></span>
                                        <input type="text" disabled="disabled" data-setting="<?php echo $type ?>" value="{{ data.model.<?php echo $type ?> }}" />
                                <label class="setting">
                                        <span><?php echo strtoupper( $type ) ?></span>
                                        <input type="text" disabled="disabled" data-setting="<?php echo $type ?>" value="{{ data.model.<?php echo $type ?> }}" />
-                                       <a class="remove-setting"><?php _e( 'Remove' ); ?></a>
+                                       <button type="button" class="button-link remove-setting"><?php _e( 'Remove video source' ); ?></button>
                                </label>
                                <# } #>
                                <?php endforeach ?>
                                </label>
                                <# } #>
                                <?php endforeach ?>
@@ -1160,7 +1164,7 @@ function wp_print_media_templates() {
                                <label class="setting">
                                        <span><?php _e( 'Poster Image' ); ?></span>
                                        <input type="text" disabled="disabled" data-setting="poster" value="{{ data.model.poster }}" />
                                <label class="setting">
                                        <span><?php _e( 'Poster Image' ); ?></span>
                                        <input type="text" disabled="disabled" data-setting="poster" value="{{ data.model.poster }}" />
-                                       <a class="remove-setting"><?php _e( 'Remove' ); ?></a>
+                                       <button type="button" class="button-link remove-setting"><?php _e( 'Remove poster image' ); ?></button>
                                </label>
                                <# } #>
                                <div class="setting preload">
                                </label>
                                <# } #>
                                <div class="setting preload">
@@ -1192,7 +1196,7 @@ function wp_print_media_templates() {
                                                        content += track.outerHTML; #>
                                                <p>
                                                        <input class="content-track" type="text" value="{{ track.outerHTML }}" />
                                                        content += track.outerHTML; #>
                                                <p>
                                                        <input class="content-track" type="text" value="{{ track.outerHTML }}" />
-                                                       <a class="remove-setting remove-track"><?php _e( 'Remove' ); ?></a>
+                                                       <button type="button" class="button-link remove-setting remove-track"><?php _ex( 'Remove video track', 'media' ); ?></button>
                                                </p>
                                                <# } ); #>
                                        <# } else { #>
                                                </p>
                                                <# } ); #>
                                        <# } else { #>
@@ -1239,6 +1243,24 @@ function wp_print_media_templates() {
                <div class="upload-errors"></div>
        </script>
 
                <div class="upload-errors"></div>
        </script>
 
+       <script type="text/html" id="tmpl-site-icon-preview">
+               <h2><?php _e( 'Preview' ); ?></h2>
+               <strong><?php _e( 'As a browser icon' ); ?></strong>
+               <div class="favicon-preview">
+                       <img src="images/browser.png" class="browser-preview" width="182" height="" alt=""/>
+
+                       <div class="favicon">
+                               <img id="preview-favicon" src="{{ data.url }}" alt="<?php esc_attr_e( 'Preview as a browser icon' ); ?>"/>
+                       </div>
+                       <span class="browser-title"><?php bloginfo( 'name' ); ?></span>
+               </div>
+
+               <strong><?php _e( 'As an app icon' ); ?></strong>
+               <div class="app-icon-preview">
+                       <img id="preview-app-icon" src="{{ data.url }}" alt="<?php esc_attr_e( 'Preview as an app icon' ); ?>"/>
+               </div>
+       </script>
+
        <?php
 
        /**
        <?php
 
        /**