0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
7.0-0
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-index_p.tpl
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{if !empty($pageLang)}{$pageLang}{else}{$prefs.language}{/if}" lang="{if !empty($pageLang)}{$pageLang}{else}{$prefs.language}{/if}"> <head> {include file='header.tpl'} </head> <body{html_body_attributes}> {* 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 $prefs.feature_page_title eq 'y'}<h1><a href="tiki-index_p.php?page={$page|escape:"url"}" class="pagetitle">{$page}</a> {if $lock} {icon _id='lock' alt="{tr}Locked{/tr}" title="{tr}Locked by{/tr} `$page_user`"} {/if} </h1>{/if} <table > <tr> <td> {if $prefs.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">{icon _id='arrow_refresh'}</a> {/if} {if $user and $prefs.feature_wiki_notepad eq 'y' and $prefs.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">{icon _id='disk' 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}">{icon _id='resultset_first' alt="{tr}First page{/tr}"}</a> <a href="tiki-index.php?page={$page|escape:"url"}&pagenum={$prev_page}">{icon _id='resultset_previous' alt="{tr}Previous page{/tr}"}</a> <small>{tr}page:{/tr}{$pagenum}/{$pages}</small> <a href="tiki-index.php?page={$page|escape:"url"}&pagenum={$next_page}">{icon _id='resultset_next' alt="{tr}Next page{/tr}"}</a> <a href="tiki-index.php?page={$page|escape:"url"}&pagenum={$last_page}">{icon _id='resultset_last' alt="{tr}Last page{/tr}"}</a> </div> {/if} </div> {if $smarty.capture.editdate_section neq ''} <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> {/if} </div> </td> </tr> </table> </div> </div> {include file='footer.tpl'} {if $headerlib} {$headerlib->output_js_config()} {$headerlib->output_js_files()} {$headerlib->output_js()} {/if} </body> </html>