Sha256: 906a08ae02d8f0be32b1616cff7978708d5e2584d73b2dac7ceb82e933fc270d

Contents?: true

Size: 819 Bytes

Versions: 19

Compression:

Stored size: 819 Bytes

Contents

<script id="fileupload_tmpl" type="text/x-jquery-tmpl">
<div id="asset_${id}" class="gal-item" data-url="${url_content}">
  <%= link_to image_tag("/assets/ckeditor/filebrowser/images/gal_del.png", 
    :title => I18n.t('ckeditor.buttons.delete')), 
          "/ckeditor/${controller}/${id}.json", 
          :remote => true,
          :method => :delete, 
          :confirm => t('ckeditor.confirm_delete'),
          :class => "fileupload-cancel gal-del" %>
	
	<div class="fileupload-file gal-inner-holder">
		<div class="img"><img src="${url_thumb}" title="${filename}"></div>
		<div class="img-data">
			<div class="img-name">${filename}</div>
			<div class="time-size">
				<div class="time">${format_created_at}</div>
				<div class="fileupload-size size">${size}</div>
			</div>
		</div>
	</div>
</div>
</script>

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
glebtv-ckeditor-4.0.2.7 app/views/ckeditor/shared/_asset_tmpl.html.erb
glebtv-ckeditor-4.0.2.6 app/views/ckeditor/shared/_asset_tmpl.html.erb
glebtv-ckeditor-4.0.2.5 app/views/ckeditor/shared/_asset_tmpl.html.erb
glebtv-ckeditor-4.0.2.4 app/views/ckeditor/shared/_asset_tmpl.html.erb
glebtv-ckeditor-4.0.2.2 app/views/ckeditor/shared/_asset_tmpl.html.erb
glebtv-ckeditor-4.0.2.1 app/views/ckeditor/shared/_asset_tmpl.html.erb
glebtv-ckeditor-4.0.2 app/views/ckeditor/shared/_asset_tmpl.html.erb
glebtv-ckeditor-4.0.1 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-4.0.0 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-4.0.0.rc2 app/views/ckeditor/shared/_asset_tmpl.html.erb
lafeber_ckeditor-3.7.3 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-4.0.0.rc1 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-3.7.3 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-3.7.2 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-3.7.1 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-3.7.0 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-3.7.0.rc3 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-3.7.0.rc2 app/views/ckeditor/shared/_asset_tmpl.html.erb
ckeditor-3.7.0.rc1 app/views/ckeditor/shared/_asset_tmpl.html.erb