Changeset 125 for templates/index.tpl

Show
Ignore:
Timestamp:
13/09/06 00:18:37 (7 years ago)
Author:
dez
Message:

Adds a bunch of templates that no-one thought to svn add previously
Adds page creation and deletion to static component

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • templates/index.tpl

    r122 r125  
    1313{$body} 
    1414 
     15{if $creatable} 
     16<p>You can <a href="?action=create">create</a> this page though.</p> 
     17{/if} 
     18 
    1519{if $modified} 
    1620<div id="edit"> 
    1721{if $editable} 
    18 <a href="?action=edit">Edit</a><br /> 
     22<ul> 
     23<li><a href="?action=delete-query">Delete</a></li> 
     24<li><a href="?action=edit">Edit</a></li> 
     25</ul> 
     26<div class="clear"></div> 
    1927{/if} 
    2028Page last modified {$modified}