Sha256: fa0c44af8d0e449bc732b8b7a9ed9ddf35770f8084636d3ca17afb984fdadbdc
Contents?: true
Size: 1.03 KB
Versions: 7
Compression:
Stored size: 1.03 KB
Contents
<table width="100%"> <col width="20" /> <tr> <td></td> <td> <fieldset> <legend>Reference</legend> <table width="100%"> <tr> <td valign="top"> <pre> <%= text_editor('Content') %> <%= snippet('Top Nav') %> <%= page_list('My Page List', template: 'html', header: 'html', footer: 'html', folders: 'f1,f2', pages: 'p1,p2', 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!') %> </pre> </td> <td valign="top"> <pre> <%= template_option('Caption', :string) %> <%- if template_option('Use sidebar?', :checkbox) -%> ... <%- else -%> ... <%- end -%> </pre> </td> </tr> </table> </fieldset> </td> </tr> </table>
Version data entries
7 entries across 7 versions & 1 rubygems