<%= @pic ? image_tag('for presentation/'+@pic, :size=>"280x200") :'' %>
    <% @lines.each do |l| %>
  • <%= format_unselected(h l) %>
  • <% end %>