Sha256: f9806f540748997513e17338c8234260893a16eeb6b021ba5df03d82ad098ec8
Contents?: true
Size: 1.07 KB
Versions: 49
Compression:
Stored size: 1.07 KB
Contents
<table width="100%"> <col width="100" /> <tr> <td></td> <td> <fieldset> <legend>Reference</legend> <table width="100%"> <tr> <td valign="top"> <pre> <%= insert_object('Content', :text) %> <%= insert_object('Top Nav', :snippet) %> <%= insert_object('My Page List', :page_list, :header => 'html', :footer => 'html', :template => '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) %> </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
49 entries across 49 versions & 1 rubygems