2014-04-25 15:50:37 +00:00
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<p><strong>Video Code</strong><br>
|
|
|
|
<%= videolisting.videocode %></p>
|
2014-04-25 16:13:44 +00:00
|
|
|
</li>
|
2014-04-25 15:50:37 +00:00
|
|
|
<li>
|
|
|
|
<p><strong>Voiceover Selection</strong><br>
|
|
|
|
<%= voiceoverselection_list item:videolisting.voiceoverselection %></p>
|
2014-04-25 16:13:44 +00:00
|
|
|
</li>
|
2014-04-25 15:50:37 +00:00
|
|
|
<li>
|
|
|
|
<p><strong>Music Selection</strong><br>
|
|
|
|
<%= musicselection_list item:videolisting.musicselection %></p>
|
|
|
|
</li>
|
2014-04-25 16:13:44 +00:00
|
|
|
<% unless videolisting.clientprovidedscript.empty? %>
|
|
|
|
<li>
|
|
|
|
<p><strong>Client Provided Script</strong><br>
|
|
|
|
<%= videolisting.clientprovidedscript %></p>
|
|
|
|
</li>
|
|
|
|
<% end %>
|
|
|
|
<% unless videolisting.notes.empty? %>
|
|
|
|
<li>
|
|
|
|
<p><strong>Production Notes</strong><br>
|
|
|
|
<%= videolisting.notes %></p>
|
|
|
|
</li>
|
|
|
|
<% end %>
|
|
|
|
<% unless videolisting.asseturls.empty? %>
|
|
|
|
<li>
|
|
|
|
<p><strong>asseturls</strong><br>
|
|
|
|
<% videolisting.asseturls_array.each do |asset| %>
|
|
|
|
<%= asset[:asseturl] %></p>
|
|
|
|
<% end %>
|
|
|
|
</li>
|
|
|
|
<% end %>
|
2014-04-25 16:15:23 +00:00
|
|
|
</ul>
|