Sha256: c2989cc1f2786754b9af0f3c104bdca7781d31c6ee01f517f1b718ff0feeb5d9

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

<table width="100%">
  <col width="20" />
  <tr>
    <td></td>
    <td>
      <fieldset>
        <legend>Reference</legend>
        
        <table width="100%">
          <tr>
            <td valign="top">
<pre>
&lt;%= text_editor('Content') %&gt;
&lt;%= snippet('Top Nav') %&gt;
&lt;%= page_list('My Page List',
                  template: 'html', header: 'html', footer: 'html',
                  folders: 'f1,f2', include_tags: 't1,t2',
                  exclude_tags: 't3,t4', require_tags: 't5,t6',
                  primary_sort_key: 'article_date', primary_sort_direction: 'asc',
                  item_count: 5, item_offset: 1, use_pagination: 1,
                  empty_message: 'Coming soon!') %&gt;
</pre>
            </td>
            <td valign="top">
<pre>
&lt;%= template_option('Caption', :string) %&gt;

&lt;%- if template_option('Use sidebar?', :checkbox) -%&gt;
    ...
&lt;%- else -%&gt;
    ...
&lt;%- end -%&gt;
</pre>
            </td>
          </tr>
        </table>
      </fieldset>
    </td>
  </tr>
</table>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
imagine_cms-4.2.4 app/views/management/cms/_template_reference.html.erb
imagine_cms-4.2.3 app/views/management/cms/_template_reference.html.erb
imagine_cms-4.2.2 app/views/management/cms/_template_reference.html.erb
imagine_cms-4.2.1 app/views/management/cms/_template_reference.html.erb
imagine_cms-4.2.0 app/views/management/cms/_template_reference.html.erb