Help for this page

Select Code to Download


  1. or download this
    [% BLOCK new_page %]
    <td width=10><a href="[% editbase %]?action=open&type=page&parent=[% p
    +age.id %]"><img src="[% imgurl %]/filenew.gif" alt="N"></a></td><td c
    +olspan="[% span %]" align="left"><a href="[% editbase %]?action=open&
    +type=page&parent=[% page.id %]" class="new">Nieuw</a></td>
    [% END %]
    
  2. or download this
    [% IF form.action == 'new' %]
    [% INCLUDE new_page page=some_page span=2 %]
    [% END %]