0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-index_p.tpl
{* $Id: tiki-index_p.tpl 17630 2009-03-26 03:37:22Z luciash $ *} <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <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{if isset($section) and $section eq 'wiki page' and $prefs.user_dbl eq 'y' and $dblclickedit eq 'y' and $tiki_p_edit eq 'y'} ondblclick="location.href='tiki-editpage.php?page={$page|escape:"url"}';"{/if} onload="{if $prefs.feature_tabs eq 'y'}tikitabs({if $cookietab neq ''}{$cookietab}{else}1{/if},50);{/if}{if $msgError} javascript:location.hash='msgError'{/if}"{if $section or $smarty.session.fullscreen eq 'y'} class="{if $section}tiki_{$section}{/if}{if $smarty.session.fullscreen eq 'y'} fullscreen{/if}"{/if}> {* 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> <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"} </body> </html>