<%= link_to icon_tag('Panel'), panel_path(@item) %> <%= link_to h(@item.caption), panel_path(@item) %> <%= link_to icon_tag('Prof'), panel_path(@item, :format => :prof) %>

<%= render 'standard', :panel => @item, :operators => @operators %> <% if @item.own? @operators %>

<%= t('editor') -%>

<%= notice %>

<%= t_m 'Panel.publish' -%>: <%= t_selected_item('panel_publish_items', @item.publish) %>

<%= link_to t('link.edit'), edit_panel_path(@item) %> <%= link_to t('link.destroy'), panel_path(@item), :method => :delete %>

<%= t('scroll_panels.append.new_scrolls') -%>

<% @new_scroll_items.each do |scroll| %> <%= render 'scroll_panels/append_scroll', :panel => @item, :scroll => scroll, :operators => @operators %> <% end %>

<%= t('scroll_panels.append.fresh_scrolls') -%>

<% @fresh_scroll_items.each do |scroll| %> <%= render 'scroll_panels/append_scroll', :panel => @item, :scroll => scroll, :operators => @operators %> <% end %>
<% end %> <% if @operators.author %>

<%= t('panels.show.copy') -%>

<%= form_for(Panel.new, :html => {:jqform => 'pettanr-panel-form'}) do |f| %> <%= hidden_field_tag "json", @item.post_attributes(:all => true).to_json %>
<%= submit_tag t('panels.show.inspire') -%>
<% end %> <% end %>