Sha256: bf1d52055eb2ed967e194f6e6a2d618ef04d9e3568a121f94823a806e1acd35c

Contents?: true

Size: 1.2 KB

Versions: 18

Compression:

Stored size: 1.2 KB

Contents

<div class="blackLayer"></div>
<div class="content_and_background internal_links_page">
  <div class="backgroundArea">
    <%= background_image_div(configuration, 'background_image') %>
    <%= shadow_div :opacity => configuration['gradient_opacity'] %>
  </div>
  <div class="content scroller">
    <div>
      <div class="contentWrapper">
        <div class="page_header">
          <h2>
            <span class="tagline"><%= configuration['tagline'] %></span>
            <span class="title"><%= configuration['title'] %></span>
            <span class="subtitle"><%= configuration['subtitle'] %></span>
          </h2>
          <%= background_image_tag(configuration['background_image_id'], {"class" => "print_image"}) %>
        </div>
        <div class="contentText">
          <p><%= raw configuration['text'] %></p>
        </div>
        <%= content_tag :nav, :data => {:layout => configuration['linked_pages_layout']} do %>
          <ul class="page_links">
            <% 1.upto(25).each do |index| %>
              <%= page_thumbnail_item(configuration['linked_page_ids'], index, configuration['linked_pages_layout']) %>
            <% end %>
          </ul>
        <% end %>
      </div>
    </div>
  </div>
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
pageflow-0.8.2 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.8.1 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.8.0 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.7.2 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.7.1 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.7.0 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.6.0 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.5.0 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.4.0 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.3.0 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.2.1 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.2.0 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.1.0 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.0.5 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.0.4 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.0.3 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.0.2 app/views/pageflow/pages/templates/_internal_links.html.erb
pageflow-0.0.1 app/views/pageflow/pages/templates/_internal_links.html.erb