Sha256: 2b8d02455538e5e7750ba9db8b05ea098c025042c77471a2fd4bf4daa0551e46

Contents?: true

Size: 1.33 KB

Versions: 6

Compression:

Stored size: 1.33 KB

Contents

.large-image.grid_7.omega
  #video-player

.large-info-container.grid_5.alpha.omega
  .large-info-block
    %span.large-info-name.truncate
      = I18n.t('media.filename').capitalize
    %span.large-info-value
      = object.filename
    .clear
  .large-info-block
    %span.large-info-name
      = I18n.t('media.picture.original_size').capitalize
    %span.large-info-value
      = "#{object.width} x #{object.height} #{I18n.t('media.pixel', :count => 2)}"
    .clear
  .large-info-block
    %span.large-info-name
      = I18n.t('media.file_type').capitalize
    %span.large-info-value
      = object.file_type.upcase
    .clear
  .large-info-block
    %span.large-info-name
      = I18n.t('media.updated_at').capitalize
    %span.large-info-value
      = object.updated_at.to_s(:short)
    .clear
  .large-info-block
    %span.large-info-name
      = I18n.t('media.size').capitalize
    %span.large-info-value
      = "#{object.size/1024} #{I18n.t('media.byte.kilo')}"
    .clear
  .large-info-block
    %span.large-info-name
      = I18n.t('media.description').capitalize
    %span.large-info-value
      = object.description
    .clear
.clear

= javascript_include_tag 'flowplayer-3.1.4.min'
= javascript_tag "jQuery(document).ready(function(){$('#video-player').flowplayer('/assets/forgeos/flashes/flowplayer-3.1.5.swf', '#{object.public_filename()}'); });"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
forgeos_core-1.9.5.rc2 app/views/admin/attachments/_video.html.haml
forgeos_core-1.9.5.rc1 app/views/admin/attachments/_video.html.haml
forgeos_core-1.9.4 app/views/admin/attachments/_video.html.haml
forgeos_core-1.9.3 app/views/admin/attachments/_video.html.haml
forgeos_core-1.9.2 app/views/admin/attachments/_video.html.haml
forgeos_core-1.9.1 app/views/admin/attachments/_video.html.haml