0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
templates
/
[
Home
]
File: tiki-index_p.tpl
{include file="header.tpl"} {* Index we display a wiki page here *} <div id="tiki-main"> <div id="tiki-mid"> <table border="0" cellpadding="0" cellspacing="0" > <tr> <td id="centercolumn"><div id="tiki-center"> {if $feature_page_title eq 'y'}<h1><a href="tiki-index_p.php?page={$page|escape:"url"}" class="pagetitle">{$page}</a> {if $lock} <img src="img/icons/lock_topic.gif" height="19" width="19" alt="{tr}locked{/tr}" title="{tr}locked by{/tr} {$page_user}" /> {/if} </h1>{/if} <table > <tr> <td> {if $feature_wiki_description eq 'y'} <small>{$description}</small> {/if} {if $cached_page eq 'y'} <small>(cached)</small> {/if} </td> <td style="text-align:right;"> {if $cached_page eq 'y'} <a title="{tr}refresh{/tr}" href="tiki-index_p.php?page={$page|escape:"url"}&refresh=1">{html_image file='img/icons/ico_redo.gif' border='0' alt='{tr}refresh{/tr}'}</a> {/if} {if $user and $feature_wiki_notepad eq 'y' and $feature_notepad eq 'y' and $tiki_p_notepad eq 'y'} <a title="{tr}Save to notepad{/tr}" href="tiki-index_p.php?page={$page|escape:"url"}&savenotepad=1">{html_image file='img/icons/ico_save.gif' border='0' alt='{tr}save{/tr}'}</a> {/if} </td> </tr> </table> <div class="wikitext">{if $structure eq 'y'} <div class="tocnav"> <table width='100%'> {foreach from=$struct_prev_next item=struct name=str key=key} <tr> <td width='33%'> {if $struct.prev_page} <a class="tocnavlink" href="tiki-index_p.php?page={$struct.prev_page}&structID={$key}"><< {if $struct.prev_page_alias} {$struct.prev_page_alias} {else} {$struct.prev_page} {/if} </a> {else} {/if} </td> <td align='center' width='33%'> {* <a class="tocnavlink" href="tiki-index_p.php?page=">{$key}</a> *} {$key} </td> <td align='right' width='33%'> {if $struct.next_page} <a class="tocnavlink" href="tiki-index_p.php?page={$struct.next_page}&structID={$key}"> {if $struct.next_page_alias} {$struct.next_page_alias} {else} {$struct.next_page} {/if} >> </a> {else} {/if}</td> </tr> {/foreach} </table> </div> {/if}{$parsed} {if $pages > 1} <div align="center"> <a href="tiki-index.php?page={$page|escape:"url"}&pagenum={$first_page}"><img src='img/icons2/nav_first.gif' border='0' alt='{tr}First page{/tr}' title='{tr}First page{/tr}' /></a> <a href="tiki-index.php?page={$page|escape:"url"}&pagenum={$prev_page}"><img src='img/icons2/nav_dot_right.gif' border='0' alt='{tr}Previous page{/tr}' title='{tr}Previous page{/tr}' /></a> <small>{tr}page{/tr}:{$pagenum}/{$pages}</small> <a href="tiki-index.php?page={$page|escape:"url"}&pagenum={$next_page}"><img src='img/icons2/nav_dot_left.gif' border='0' alt='{tr}Next page{/tr}' title='{tr}Next page{/tr}' /></a> <a href="tiki-index.php?page={$page|escape:"url"}&pagenum={$last_page}">{html_image file='img/icons2/nav_last.gif' border='0' alt='{tr}Last page{/tr}' title='{tr}Last page{/tr}'}</a> </div> {/if} </div> <p class="editdate">{tr}Last modification date{/tr}: {$lastModif|tiki_long_datetime} {tr}by{/tr} <a class="link" href="tiki-user_information.php?view_user={$lastUser}">{$lastUser}</a></p> </div> </td> </tr> </table> </div> </div> {include file="footer.tpl"}