Fill out the form below to create your free account
<# } else if ( data.sizes && data.sizes.large ) { #>
<# } else if ( -1 === jQuery.inArray( data.type, [ 'audio', 'video' ] ) ) { #>
<# } #>
<# if ( 'audio' === data.type ) { #>
<# } else if ( 'video' === data.type ) {
var w_rule = '';
if ( data.width ) {
w_rule = 'width: ' + data.width + 'px;';
} else if ( wp.media.view.settings.contentWidth ) {
w_rule = 'width: ' + wp.media.view.settings.contentWidth + 'px;';
}
#>
<# } #>
<# if ( 'image' === data.type && ! data.uploading && data.sizes && data.can.save ) { #>
<# } else if ( 'pdf' === data.subtype && data.sizes ) { #>
Dokument-Vorschau
<# } #>
Gespeichert
Details
Hochgeladen am: {{ data.dateFormatted }}
Hochgeladen von:
<# if ( data.authorLink ) { #>
{{ data.authorName }}
<# } else { #>
{{ data.authorName }}
<# } #>
<# if ( data.uploadedToTitle ) { #>
<# } #>
Dateiname: {{ data.filename }}
Dateityp: {{ data.mime }}
Dateigröße: {{ data.filesizeHumanReadable }}
<# if ( 'image' === data.type && ! data.uploading ) { #>
<# if ( data.width && data.height ) { #>
Maße:
{{ data.width }} auf {{ data.height }} Pixel
<# } #>
<# if ( data.originalImageURL && data.originalImageName ) { #>
<# } #>
<# } #>
<# if ( data.fileLength && data.fileLengthHumanReadable ) { #>
Länge:
{{ data.fileLengthHumanReadable }}
{{ data.fileLengthHumanReadable }}
<# } #>
<# if ( 'audio' === data.type && data.meta.bitrate ) { #>
Bitrate: {{ Math.round( data.meta.bitrate / 1000 ) }}kb/s
<# if ( data.meta.bitrate_mode ) { #>
{{ ' ' + data.meta.bitrate_mode.toUpperCase() }}
<# } #>
<# } #>
<# if ( data.mediaStates ) { #>
Verwendet als: {{ data.mediaStates }}
<# } #>
<# if ( data.compat && data.compat.meta ) { #>
{{{ data.compat.meta }}}
<# } #>
<# if ( data.link ) { #>
Anhang-Seite anzeigen
<# } #>
<# if ( data.can.save ) { #>
<# if ( data.link ) { #>
|
<# } #>
Weitere Details bearbeiten
<# } #>
<# if ( data.can.save && data.link ) { #>
|
Datei herunterladen
<# } #>
<# if ( ! data.uploading && data.can.remove ) { #>
<# if ( data.link || data.can.save ) { #>
|
<# } #>
<# } #>
<# } else { #>
<# if ( data.image && data.image.src && data.image.src !== data.icon ) { #>

<# } else if ( data.sizes ) {
if ( data.sizes.medium ) { #>

<# } else { #>

<# } #>
<# } else { #>

<# } #>
<# } #>
<# if ( data.buttons.close ) { #>
<# } #>
<# if ( data.buttons.check ) { #>
<# } #>
<#
var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly';
if ( data.describe ) {
if ( 'image' === data.type ) { #>
<# } else { #>
aria-label="Videotitel"
placeholder="Videotitel …"
<# } else if ( 'audio' === data.type ) { #>
aria-label="Audiotitel"
placeholder="Audiotitel …"
<# } else { #>
aria-label="Medientitel"
placeholder="Medientitel …"
<# } #> {{ maybeReadOnly }} />
<# }
} #>
<# } else if ( 'video' === data.type ) {
var w_rule = '';
if ( data.width ) {
w_rule = 'width: ' + data.width + 'px;';
} else if ( wp.media.view.settings.contentWidth ) {
w_rule = 'width: ' + wp.media.view.settings.contentWidth + 'px;';
}
#>
<# } else { #>
<# if ( data.uploading ) { #>
<# } else if ( 'image' === data.type && data.size && data.size.url ) { #>

<# } else { #>

<# } #>
<# } #>
{{ data.filename }}
{{ data.dateFormatted }}
{{ data.filesizeHumanReadable }}
<# if ( 'image' === data.type && ! data.uploading ) { #>
<# if ( data.width && data.height ) { #>
{{ data.width }} auf {{ data.height }} Pixel
<# } #>
<# if ( data.originalImageURL && data.originalImageName ) { #>
<# } #>
<# if ( data.can.save && data.sizes ) { #>
Bild bearbeiten
<# } #>
<# } #>
<# if ( data.fileLength && data.fileLengthHumanReadable ) { #>
Länge: {{ data.fileLengthHumanReadable }}
{{ data.fileLengthHumanReadable }}
<# } #>
<# if ( data.mediaStates ) { #>
Verwendet als: {{ data.mediaStates }}
<# } #>
<# if ( ! data.uploading && data.can.remove ) { #>
<# } #>
<# if ( data.compat && data.compat.meta ) { #>
{{{ data.compat.meta }}}
<# } #>
<# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #>
<# if ( 'image' === data.type ) { #>
Erfahre, wie du den Zweck des Bildes beschreibst (öffnet in neuem Tab). Leer lassen, wenn das Bild nur als dekoratives Element dient.
<# } #>
<# if ( 'audio' === data.type ) { #>
<# } #>
Kopiert!
<# if ( 'undefined' !== typeof data.sizes ) { #>
<# } #>
<# if ( ! isVideo ) { #>
checked="checked"
<# } #> />
<# } #>
checked="checked"
<# } #> />
Erfahre, wie du den Zweck des Bildes beschreibst (öffnet in neuem Tab). Leer lassen, wenn das Bild nur als dekoratives Element dient.
×
Bildgröße in Pixeln
<# } #>
<# } #>
<# if ( ! _.isEmpty( data.model.mp3 ) ) { #>
<# } #>
<# if ( ! _.isEmpty( data.model.ogg ) ) { #>
<# } #>
<# if ( ! _.isEmpty( data.model.flac ) ) { #>
<# } #>
<# if ( ! _.isEmpty( data.model.m4a ) ) { #>
<# } #>
<# if ( ! _.isEmpty( data.model.wav ) ) { #>
<# } #>
<# if ( ! _.isEmpty( data.model.src ) ) {
ext = data.model.src.split('.').pop();
if ( html5types[ ext ] ) {
delete html5types[ ext ];
}
#>
<# } #>
<# if ( ! _.isEmpty( data.model.mp3 ) ) {
if ( ! _.isUndefined( html5types.mp3 ) ) {
delete html5types.mp3;
}
#>
<# } #>
<# if ( ! _.isEmpty( data.model.ogg ) ) {
if ( ! _.isUndefined( html5types.ogg ) ) {
delete html5types.ogg;
}
#>
<# } #>
<# if ( ! _.isEmpty( data.model.flac ) ) {
if ( ! _.isUndefined( html5types.flac ) ) {
delete html5types.flac;
}
#>
<# } #>
<# if ( ! _.isEmpty( data.model.m4a ) ) {
if ( ! _.isUndefined( html5types.m4a ) ) {
delete html5types.m4a;
}
#>
<# } #>
<# if ( ! _.isEmpty( data.model.wav ) ) {
if ( ! _.isUndefined( html5types.wav ) ) {
delete html5types.wav;
}
#>
<# } #>
<# if ( ! _.isEmpty( html5types ) ) { #>
<# } #>
<# } else if ( isVimeo ) { #>
<# } else { #>
<# }
} #>
<# if ( data.model.mp4 ) { #>
<# } #>
<# if ( data.model.m4v ) { #>
<# } #>
<# if ( data.model.webm ) { #>
<# } #>
<# if ( data.model.ogv ) { #>
<# } #>
<# if ( data.model.flv ) { #>
<# } #>
{{{ data.model.content }}}
<# if ( ! _.isEmpty( data.model.src ) ) {
ext = data.model.src.split('.').pop();
if ( html5types[ ext ] ) {
delete html5types[ ext ];
}
#>
<# } #>
<# if ( ! _.isEmpty( data.model.mp4 ) ) {
if ( ! _.isUndefined( html5types.mp4 ) ) {
delete html5types.mp4;
}
#>
<# } #>
<# if ( ! _.isEmpty( data.model.m4v ) ) {
if ( ! _.isUndefined( html5types.m4v ) ) {
delete html5types.m4v;
}
#>
<# } #>
<# if ( ! _.isEmpty( data.model.webm ) ) {
if ( ! _.isUndefined( html5types.webm ) ) {
delete html5types.webm;
}
#>
<# } #>
<# if ( ! _.isEmpty( data.model.ogv ) ) {
if ( ! _.isUndefined( html5types.ogv ) ) {
delete html5types.ogv;
}
#>
<# } #>
<# if ( ! _.isEmpty( data.model.flv ) ) {
if ( ! _.isUndefined( html5types.flv ) ) {
delete html5types.flv;
}
#>
<# } #>
<# if ( ! _.isEmpty( html5types ) ) { #>
<# } #>
<# if ( ! _.isEmpty( data.model.poster ) ) { #>
<# } #>
<#
var content = '';
if ( ! _.isEmpty( data.model.content ) ) {
var tracks = jQuery( data.model.content ).filter( 'track' );
_.each( tracks.toArray(), function( track, index ) {
content += track.outerHTML; #>
Die Werte srclang, label und kind können bearbeitet werden, um die Sprache und Art der Videospur festzulegen.
<# } ); #>
<# } else { #>
Titel (Untertitel, Beschriftungen, Beschreibungen, Kapitel oder Metadaten)
Es gibt keine zugehörigen Untertitel.
<# } #>
<# } else { #>
<# } #>
<# if ( attachment.caption ) { #>
{{{ data.verifyHTML( attachment.caption ) }}}
<# } #>
<# if ( index % data.columns === data.columns - 1 ) { #>
<# } #>
<# } ); #>
<# } else { #>
Es wurden keine Elemente gefunden.
<# } #>
<# print( 'Media Werkstatt Bodensee GmbH - Social Media Agentur' ) #>