0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
templates
/
[
Home
]
File: tiki-show_page_raw.tpl
{if $feature_page_title eq 'y'}<h1><a href="tiki-backlinks.php?page={$page}" title="{tr}backlinks to{/tr} {$page}" class="pagetitle">{$page}</a></h1>{/if} <div class="wikitext">{$parsed}</div> {if isset($wiki_authors_style) && $wiki_authors_style eq 'business'} <p class="editdate"> {tr}Last edited by{/tr} {$lastUser} {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]} {/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} {section name=author loop=$contributors} {if !$smarty.section.author.last}, {else} {tr}and{/tr} {/if} {$contributors[author]} {/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} {tr}last modification{/tr}: {$lastModif|tiki_long_datetime} {tr}by{/tr} {$lastUser|userlink} </p> {/if}