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> <%= text_editor('Content') %> <%= snippet('Top Nav') %> <%= 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!') %> </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
5 entries across 5 versions & 1 rubygems