0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: information.tpl
{* $Id: information.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 *} {if $prefs.feature_bidi eq 'y'} <table dir="rtl" ><tr><td> {/if} <div id="tiki-main"> {if $prefs.feature_top_bar eq 'y'} <div id="tiki-top"> {include file="tiki-top_bar.tpl"} </div> {/if} <div id="tiki-mid"> <table border="0" cellpadding="0" cellspacing="0" id="tikimidtbl" width="100%"> <tr> {if $prefs.feature_left_column eq 'y'} <td id="leftcolumn"> {section name=homeix loop=$left_modules} {$left_modules[homeix].data} {/section} </td> {/if} <td id="centercolumn"><div id="tiki-center"> <br /> <div class="cbox"> <div class="cbox-title"> {tr}Information{/tr} </div> <div class="cbox-data"> <br /> {$msg} <br /><br /> <a href="javascript:history.back()" class="linkmenu">{tr}Go back{/tr}</a><br /><br /> <a href="{$prefs.tikiIndex}" class="linkmenu">{tr}Return to home page{/tr}</a> </div> </div> </div></td> {if $prefs.feature_right_column eq 'y'} <td id="rightcolumn"> {section name=homeix loop=$right_modules} {$right_modules[homeix].data} {/section} </td> {/if} </tr> </table> </div> {if $prefs.feature_bot_bar eq 'y'} <div id="tiki-bot"> {include file="tiki-bot_bar.tpl"} </div> {/if} </div> {if $prefs.feature_bidi eq 'y'} </td></tr></table> {/if} {include file="footer.tpl"} </body> </html>