{strip}
|
|
{if $prefs.feature_page_title eq 'y' and (not isset($hide_page_header) or not $hide_page_header)}
|
|
<h1>
|
|
<a href="tiki-backlinks.php?page={$page|escape:url}" title="{tr}backlinks to{/tr} {$page|escape}">{$page|escape}</a>
|
|
</h1>
|
|
{/if}
|
|
{if !$is_slideshow eq 'y'}
|
|
<div class="wikitext">
|
|
{/if}
|
|
{/strip}{$parsed}
|
|
{if !$is_slideshow eq 'y'}
|
|
</div>
|
|
{/if}
|
|
{if !isset($smarty.request.clean)}
|
|
{if isset($prefs.wiki_authors_style) && $prefs.wiki_authors_style eq 'business'}
|
|
<footer 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}.
|
|
</footer>
|
|
{elseif isset($prefs.wiki_authors_style) && $prefs.wiki_authors_style eq 'collaborative'}
|
|
<footer 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}.
|
|
</footer>
|
|
{elseif isset($prefs.wiki_authors_style) && $prefs.wiki_authors_style eq 'none'}
|
|
{else}
|
|
<footer class="editdate">
|
|
{tr}Created by:{/tr} {$creator}
|
|
{tr}Last Modification:{/tr} {$lastModif|tiki_long_datetime} {tr}by{/tr} {$lastUser|userlink}
|
|
</footer>
|
|
{/if}
|
|
|
|
{if (!$prefs.page_bar_position or $prefs.page_bar_position eq 'bottom' or $prefs.page_bar_position eq 'both') and $machine_translate_to_lang == ''}
|
|
{include file='tiki-page_bar.tpl'}
|
|
{/if}
|
|
{/if}
|
|
{if $is_slideshow eq 'y'}
|
|
<style>[hidden] {ldelim}display: block !important;{rdelim}</style>
|
|
{/if}
|