0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
templates
/
styles
/
damian
/
[
Home
]
File: tiki-show_page.tpl
{* $Header: /cvsroot/tikiwiki/tiki/templates/styles/damian/tiki-show_page.tpl,v 1.3.2.13 2006/02/22 03:49:01 luciash Exp $ *} {if $feature_page_title eq 'y'}<h1><a href="tiki-index.php?page={$page|escape:"url"}" class="pagetitle"> {if $structure eq 'y' and $page_info.page_alias ne ''} {$page_info.page_alias} {else} {$page} {/if}</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} {if $feature_wiki_pageid eq 'y'} <small><a class="link" href="tiki-index.php?page_id={$page_id}">{tr}page id{/tr}: {$page_id}</a></small> {/if} <table class="wikitopline"> <tr> {if $feature_wiki_description eq 'y' or $cached_page eq 'y'} <td> {if $feature_wiki_description eq 'y'}<small>{$description}</small>{/if} {if $cached_page eq 'y'}<small>({tr}cached{/tr})</small>{/if} </td> {/if} {if $is_categorized eq 'y' and $feature_categories eq 'y' and $feature_categorypath eq 'y'} <td align="right">{$display_catpath}</td> </tr><tr><td> </td> {/if} {if $print_page ne 'y'} <td style="text-align:left;"> {if !$lock and ($tiki_p_edit eq 'y' or $page|lower eq 'sandbox') and $beingEdited ne 'y'} <a title="{tr}edit{/tr}" href="tiki-editpage.php?page={$page|escape:"url"}"><img src="img/icons/edit.gif" border="0" width="20" height="16" alt='{tr}edit{/tr}' /></a> {/if} {if $wiki_feature_3d eq 'y'} <a title="{tr}3d browser{/tr}" href="javascript:wiki3d_open('{$page|escape}',{$wiki_3d_width}, {$wiki_3d_height})"><img src="img/icons/ico_wiki3d.gif" border="0" width="13" height="16" alt='{tr}3d browser{/tr}' /></a> {/if} {if $cached_page eq 'y'} <a title="{tr}refresh{/tr}" href="tiki-index.php?page={$page|escape:"url"}&refresh=1"><img src="img/icons/ico_redo.gif" border="0" height="16" width="16" alt='{tr}refresh{/tr}' /></a> {/if} {if $feature_wiki_print eq 'y'} <a title="{tr}print{/tr}" href="tiki-print.php?page={$page|escape:"url"}"><img src="img/icons/ico_print.gif" border="0" width="16" height="16" alt='{tr}print{/tr}' /></a> {/if} {if $feature_wiki_pdf eq 'y'} <a title="{tr}create pdf{/tr}" href="tiki-config_pdf.php?{if $home_info && $home_info.page_ref_id}page_ref_id={$home_info.page_ref_id}{else}page={$page|escape:"url"}{/if}"><img src="img/icons/ico_pdf.gif" border="0" width="16" height="16" alt='{tr}pdf{/tr}' /></a> {/if} {if $user and $feature_notepad eq 'y' and $tiki_p_notepad eq 'y'} <a title="{tr}Save to notepad{/tr}" href="tiki-index.php?page={$page|escape:"url"}&savenotepad=1"><img src="img/icons/ico_save.gif" border="0" width="16" height="16" alt='{tr}save{/tr}' /></a> {/if} {if $user and $feature_user_watches eq 'y'} {if $user_watching_page eq 'n'} <a href="tiki-index.php?page={$page|escape:"url"}&watch_event=wiki_page_changed&watch_object={$page|escape:"url"}&watch_action=add">{html_image file='img/icons/icon_watch.png' border='0' alt="{tr}monitor this page{/tr}" title="{tr}monitor this page{/tr}"}</a> {else} <a href="tiki-index.php?page={$page|escape:"url"}&watch_event=wiki_page_changed&watch_object={$page|escape:"url"}&watch_action=remove">{html_image file='img/icons/icon_unwatch.png' border='0' alt="{tr}stop monitoring this page{/tr}" title="{tr}stop monitoring this page{/tr}"}</a> {/if} {/if} </td> {if $feature_backlinks eq 'y' and $backlinks} <td style="text-align:right;"> <form action="tiki-index.php" method="get"> <select name="page" onchange="page.form.submit()"> <option value="{$page}">{tr}backlinks{/tr}...</option> {section name=back loop=$backlinks} <option value="{$backlinks[back].fromPage}">{$backlinks[back].fromPage}</option> {/section} </select> </form> </td> {/if} {if count($showstructs) > 1} <td style="text-align:right;"> <form action="tiki-index.php" method="post"> <select name="page_ref_id" onchange="page_ref_id.form.submit()"> <option>{tr}Structures{/tr}...</option> {section name=struct loop=$showstructs} <option value="{$showstructs[struct].req_page_ref_id}"> {if $showstructs[struct].page_alias} {$showstructs[struct].page_alias} {else} {$showstructs[struct].pageName} {/if}</option> {/section} </select> </form> </td> {/if} </td> {else} <td> </td> {/if} {if $feature_multilingual == 'y'}{include file="translated-lang.tpl" td='y'}{/if} </tr> </table> <div class="wikitext"> {if $structure eq 'y'} <div class="tocnav"> <table> <tr> <td> {if $prev_info and $prev_info.page_ref_id} <a href="tiki-index.php?page_ref_id={$prev_info.page_ref_id}"><img src="img/icons2/nav_dot_right.gif" border="0" height="11" width="8" alt='{tr}Previous page{/tr}' {if $prev_info.page_alias} title='{$prev_info.page_alias}' {else} title='{$prev_info.pageName}' {/if}/></a>{else}<img src="img/icons2/8.gif" alt="" border="0" height="1" width="8" />{/if} {if $parent_info} <a href="tiki-index.php?page_ref_id={$parent_info.page_ref_id}"><img src="img/icons2/nav_home.gif" border="0" height="11" width="13" alt='{tr}Parent page{/tr}' {if $parent_info.page_alias} title='{$parent_info.page_alias}' {else} title='{$parent_info.pageName}' {/if}/></a>{else}<img src="img/icons2/8.gif" alt="" border="0" height="1" width="8" />{/if} {if $next_info and $next_info.page_ref_id} <a href="tiki-index.php?page_ref_id={$next_info.page_ref_id}"><img src="img/icons2/nav_dot_left.gif" height="11" width="8" border="0" alt='{tr}Next page{/tr}' {if $next_info.page_alias} title='{$next_info.page_alias}' {else} title='{$next_info.pageName}' {/if}/></a>{else}<img src="img/icons2/8.gif" alt="" border="0" height="1" width="8" /> {/if} {if $home_info} <a href="tiki-index.php?page_ref_id={$home_info.page_ref_id}"><img src="img/icons2/home.gif" border="0" height="16" width="16" alt="TOC" {if $home_info.page_alias} title='{$home_info.page_alias}' {else} title='{$home_info.pageName}' {/if}/></a>{/if} </td> <td> {if $tiki_p_edit_structures and $tiki_p_edit_structures eq 'y' } <form action="tiki-editpage.php" method="post"> <input type="hidden" name="current_page_id" value="{$page_info.page_ref_id}" /> <input type="text" name="page" /> {* Cannot add peers to head of structure *} {if $page_info and !$parent_info } <input type="hidden" name="add_child" value="checked" /> {else} <input type="checkbox" name="add_child" /> {tr}Child{/tr} {/if} <input type="submit" name="insert_into_struct" value="{tr}Add Page{/tr}" /> </form> {/if} </td> </tr> <tr> <td colspan="2"> {section loop=$structure_path name=ix} {if $structure_path[ix].parent_id} {$site_crumb_seper} {/if} <a href="tiki-index.php?page_ref_id={$structure_path[ix].page_ref_id}"> {if $structure_path[ix].page_alias} {$structure_path[ix].page_alias} {else} {$structure_path[ix].pageName} {/if} </a> {/section} </td> </tr> </table> </div> {/if} {if $feature_wiki_ratings eq 'y'}{include file="poll.tpl"}{/if} {$parsed} {if $pages > 1} <br /> <div align="center"> <a href="tiki-index.php?{if $page_info}page_ref_id={$page_info.page_ref_id}{else}page={$page|escape:"url"}{/if}&pagenum={$first_page}"><img src="img/icons2/nav_first.gif" border="0" height="11" width="27" alt='{tr}First page{/tr}' title='{tr}First page{/tr}' /></a> <a href="tiki-index.php?{if $page_info}page_ref_id={$page_info.page_ref_id}{else}page={$page|escape:"url"}{/if}&pagenum={$prev_page}"><img src="img/icons2/nav_dot_right.gif" border="0" height="11" width="8" alt='{tr}Previous page{/tr}' title='{tr}Previous page{/tr}' /></a> <small>{tr}page{/tr}:{$pagenum}/{$pages}</small> <a href="tiki-index.php?{if $page_info}page_ref_id={$page_info.page_ref_id}{else}page={$page|escape:"url"}{/if}&pagenum={$next_page}"><img src="img/icons2/nav_dot_left.gif" border="0" height="11" width="8" alt='{tr}Next page{/tr}' title='{tr}Next page{/tr}' /></a> <a href="tiki-index.php?{if $page_info}page_ref_id={$page_info.page_ref_id}{else}page={$page|escape:"url"}{/if}&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> {* End of main wiki page *} {if $has_footnote eq 'y'} <div class="wikitext"> {$footnote} </div> {/if} {if isset($wiki_authors_style) && $wiki_authors_style eq 'business'} <p class="editdate"> {tr}Last edited by{/tr} {$lastUser|userlink} {section name=author loop=$contributors} {if $smarty.section.author.first}, {tr}based on work by{/tr} {else} {if !$smarty.section.author.last}, {else} {tr}and{/tr} {/if} {/if} {$contributors[author]|userlink} {/section}.<br /> {tr}Page last modified on{/tr} {$lastModif|tiki_long_datetime}. </p> {elseif isset($wiki_authors_style) && $wiki_authors_style eq 'collaborative'} <p class="editdate"> {tr}Contributors to this page{/tr}: {$lastUser|userlink} {section name=author loop=$contributors} {if !$smarty.section.author.last}, {else} {tr}and{/tr} {/if} {$contributors[author]|userlink} {/section}.<br /> {tr}Page last modified on{/tr} {$lastModif|tiki_long_datetime}. </p> {elseif isset($wiki_authors_style) && $wiki_authors_style eq 'none'} {else} <p class="editdate"> {tr}Created by{/tr}: {$creator|userlink} {tr}last modification{/tr}: {$lastModif|tiki_long_datetime} {tr}by{/tr} {$lastUser|userlink} </p> {/if} {if $wiki_feature_copyrights eq 'y' and $wikiLicensePage} {if $wikiLicensePage == $page} {if $tiki_p_edit_copyrights eq 'y'} <p class="editdate">{tr}To edit the copyright notices{/tr} <a href="copyrights.php?page={$copyrightpage}">{tr}click here{/tr}</a>.</p> {/if} {else} <p class="editdate">{tr}The content on this page is licensed under the terms of the{/tr} <a href="tiki-index.php?page={$wikiLicensePage}&copyrightpage={$page|escape:"url"}">{$wikiLicensePage}</a>.</p> {/if} {/if} {if $print_page eq 'y'} <div class="editdate" align="center"><p> {tr}The original document is available at{/tr} {$urlprefix}tiki-index.php?page={$page|escape:"url"} </p></div> {/if} {if $is_categorized eq 'y' and $feature_categories eq 'y' and $feature_categoryobjects eq 'y'} <div class="catblock">{$display_catobjects}</div> {/if}