Changeset 125 for templates/index.tpl
- Timestamp:
- 13/09/06 00:18:37 (7 years ago)
- Files:
-
- 1 modified
-
templates/index.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
templates/index.tpl
r122 r125 13 13 {$body} 14 14 15 {if $creatable} 16 <p>You can <a href="?action=create">create</a> this page though.</p> 17 {/if} 18 15 19 {if $modified} 16 20 <div id="edit"> 17 21 {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> 19 27 {/if} 20 28 Page last modified {$modified}
