Sha256: 1586eac664d555a86734a578a22da9e8a0854dd5fa42062d23cfe054ac233808

Contents?: true

Size: 1.5 KB

Versions: 2

Compression:

Stored size: 1.5 KB

Contents

<div class="blackLayer"></div>
<div class="content_and_background chart_page">
  <div class="backgroundArea">
    <%= background_image_div(configuration, 'background_image') %>
    <%= shadow_div :opacity => configuration['gradient_opacity'] %>
  </div>

  <div class="content">
    <div class="iframeWrapper">
      <iframe data-src="<%= scraped_site_url(configuration['scraped_site_id']) %>"
              style="width: 100%; height: 100%"
              name="°"
              scrolling="auto"
              frameborder="0"
              align="aus"
              marginheight="15"
              marginwidth="15"
              allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true">
      </iframe>
      <div class="iframe_overlay"></div>
      <div class="bigscreen_toggler" tabindex="4" title="<%= t('.toggle_title') %>"><%= t('.toggle') %></div>
    </div>
    <div class="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>
        </div>
      </div>
    </div>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pageflow-chart-0.1.1 app/views/pageflow/chart/page.html
pageflow-chart-0.1.0 app/views/pageflow/chart/page.html