Sha256: b229d02ae0de5b357dda92560ee34992ef7cf5935641bff9662d6218e2b2ba64

Contents?: true

Size: 1.85 KB

Versions: 2

Compression:

Stored size: 1.85 KB

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.showing', :model => t('activerecord.models.series_statement')) -%></h1>
<div id="content_list">
  <p id="notice"><%= notice %></p>
  <% if @series_statement.root_manifestation and @manifestation_ids %>
    <%= render 'manifestations/paginate_id_link', :manifestation => @series_statement.root_manifestation , :manifestation_ids => @manifestation_ids %>
  <% end %>

  <h2 class="resource_title">
    <%= @series_statement.original_title %>
    <%= image_tag('icons/newspaper.png', :size => '16x16', :alt => t('manifestation.serial')) if @series_statement.periodical -%>
  </h2>

  <table id="resource_detail">
    <tr>
      <td style="width: 200px"><%= t('activerecord.attributes.series_statement.title_transcription') -%></td>
      <td style="width: 490px"><%= @series_statement.title_transcription %></td>
    </tr>
    <tr>
      <td style="width: 200px"><%= t('activerecord.attributes.series_statement.title_subseries') -%></td>
      <td style="width: 490px"><%= @series_statement.title_subseries %>
        <% if @series_statement.title_subseries_transcription? %>
          (<%= @series_statement.title_subseries_transcription %>)
        <% end %>
      </td>
    </tr>
    <tr>
      <td><%= t('activerecord.attributes.series_statement.note') -%></td>
      <td><%= @series_statement.note %></td>
    </tr>
  </table>
</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <% if can? :create, Manifestation %>
      <li><%= link_to t('page.new', :model => t('activerecord.models.manifestation')), new_series_statement_manifestation_path(@series_statement) %></li>
    <% end %>
    <% if can? :update, @series_statement %>
      <li><%= link_to t('page.edit'), edit_series_statement_path(@series_statement) %></li>
    <% end %>
    <li><%= back_to_index(flash[:page_info]) %></li>
  </ul>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre38 app/views/series_statements/show.html.erb
enju_biblio-0.1.0.pre37 app/views/series_statements/show.html.erb