Sha256: 2580c717bb747da8ffe856898b1654b53d9bffdaadbb3ab6610ce05001ffdd02

Contents?: true

Size: 1.97 KB

Versions: 17

Compression:

Stored size: 1.97 KB

Contents

<section>
  <p>All templates consist of a <code>&lt;header&gt;&lt;/header&gt;</code> and <code>&lt;footer&gt;&lt;/footer&gt;</code>.</p>

  <%= highlight_code_block do %>
    <%= "<header></header>" %>
    <%= "<div class=\"{template class}\">" %>
      <%= "<div class=\"ae-container\">" %>
        <%= "<div class=\"ae-content\">" %>
          <%= " {Content}" %>
        <%= "</div>" %>
      <%= "</div>" %>
    <%= "</div>" %>
    <%= "<footer></footer>" %>
  <% end %>
  <div class="ae-table-responsive">
  <table>
    <thead>
      <th>Template Name</th>
      <th>Variations</th>
      <th>Usage</th>
      <th>Demo</th>
    </thead>
    <tbody>
    <tr>
      <td>Full-width</th>
      <td>-</td>
      <td><code>.ae-template-full-width</code></td>
      <td><a href=<%= ui_components_templates_full_width_path%>>View Sample</a></td>
    </tr>
    <tr>
      <td>Half-width</th>
      <td>-</td>
      <td><code>.ae-template-half-width</code></td>
      <td><a href=<%=ui_components_templates_half_width_path%>>View Sample</a></td>
    </tr>
    <tr>
      <td>Content and sidebar</td>
      <td>Scroll<br />Fixed </td>
      <td>
        <code>.ae-template-content-sidebar</code><br/>
        <code>.ae-template-content-sidebar-fixed</code></td>
      <td>
        <a href=<%= ui_components_templates_content_and_sidebar_path %>>View Sample</a>
        <br /><a href=<%= ui_components_templates_content_and_sidebar_fixed_path%>>View Sample</a></td>
    </tr>
    <tr>
      <td>Master-detail</td>
      <td>Scroll<br />Fixed</td>
      <td><code>.ae-template-master-detail</code><br/><code>.ae-template-master-detail-fixed</code></td>

      <td><a href=<%= ui_components_templates_master_detail_path %>>View Sample</a><br /><a href=<%= ui_components_templates_master_detail_fixed_path %>>View Sample</a></td>
    </tr>
    </tbody>
  </table>
  </div>

  <p>The master-detail template implementation on mobile is slightly different. The sidebar degrades into a pop-up whenever it's triggered.</p>

</section>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
express_ui-0.5.2 app/views/express_ui/templates/_templates.html.erb
express_ui-0.5.1 app/views/express_ui/templates/_templates.html.erb
express_ui-0.5.0 app/views/express_ui/templates/_templates.html.erb
express_ui-0.4.2 app/views/express_ui/templates/_templates.html.erb
express_ui-0.4.1 app/views/express_ui/templates/_templates.html.erb
express_ui-0.4.0 app/views/express_ui/templates/_templates.html.erb
express_ui-0.3.0 app/views/express_ui/templates/_templates.html.erb
express_ui-0.2.1 app/views/express_ui/templates/_templates.html.erb
express_ui-0.2.0 app/views/express_ui/templates/_templates.html.erb
express_ui-0.1.7 app/views/express_ui/templates/_templates.html.erb
express_ui-0.1.6 app/views/express_ui/templates/_templates.html.erb
express_ui-0.1.5 app/views/express_ui/templates/_templates.html.erb
express_ui-0.1.4 app/views/express_ui/templates/_templates.html.erb
express_ui-0.1.3 app/views/express_ui/templates/_templates.html.erb
express_ui-0.1.2 app/views/express_ui/templates/_templates.html.erb
express_ui-0.1.1 app/views/express_ui/templates/_templates.html.erb
express_ui-0.1.0 app/views/express_ui/templates/_templates.html.erb