{* $Id$ *} {extends 'layout_view.tpl'} {* Separate the content display from the display of the whole page. Used to support printing, which use the tiki-show_content.tpl directly. Note: The show content block must be defined at root level to use the include. AB *} {block name=title} {if !isset($pageLang)} {if isset($info.lang)} {assign var='pageLang' value=$info.lang} {else} {assign var='pageLang' value=''} {/if} {/if} {if !isset($hide_page_header) or !$hide_page_header} {if $prefs.feature_siteloc eq 'page' and $prefs.feature_breadcrumbs eq 'y'} {if $prefs.feature_siteloclabel eq 'y'}{tr}Location : {/tr}{/if} {breadcrumbs type="trail" loc="page" crumbs=$crumbs} {if $prefs.feature_page_title eq 'y'} {breadcrumbs type="pagetitle" loc="page" crumbs=$crumbs machine_translate=$machine_translate_to_lang source_lang=$pageLang target_lang=$machine_translate_to_lang} {/if} {/if} {if $prefs.feature_page_title eq 'y'}

{breadcrumbs type="pagetitle" loc="page" crumbs=$crumbs machine_translate=$machine_translate_to_lang source_lang=$pageLang target_lang=$machine_translate_to_lang}

{/if} {/if} {/block} {block name="quicknav"} {if !$prefs.wiki_topline_position or $prefs.wiki_topline_position eq 'top' or $prefs.wiki_topline_position eq 'both'} {include file='tiki-wiki_topline.tpl'} {/if} {/block} {block name=content} {if !isset($hide_page_header) or !$hide_page_header} {include file='tiki-flaggedrev_approval_header.tpl'} {/if} {if $print_page ne 'y'} {if $prefs.page_bar_position eq 'top'} {include file='tiki-page_bar.tpl'} {/if} {/if} {if $user and $prefs.feature_user_watches eq 'y' and (isset($category_watched) and $category_watched eq 'y')}
{tr}Watched by categories:{/tr} {section name=i loop=$watching_categories} {$watching_categories[i].name|escape}  {/section}
{/if} {if $prefs.feature_urgent_translation eq 'y'} {section name=i loop=$translation_alert}
{tr}Content may be out of date{/tr}
{tr}An urgent request for translation has been sent. Until this page is updated, you can see a corrected version in the following pages:{/tr}
{/section} {/if}
{if !isset($hide_page_header) or !$hide_page_header} {if $prefs.feature_freetags eq 'y' and $tiki_p_view_freetags eq 'y' and isset($freetags.data[0]) and $prefs.freetags_show_middle eq 'y'} {include file='freetag_list.tpl'} {/if} {if $pages > 1 and $prefs.wiki_page_navigation_bar neq 'bottom'} {/if} {if $structure eq 'y' and (($prefs.wiki_structure_bar_position ne 'bottom') && ($prefs.wiki_structure_bar_position ne 'none'))} {include file='tiki-wiki_structure_bar.tpl'} {/if} {if $prefs.feature_wiki_ratings eq 'y'} {include file='poll.tpl'} {/if} {/if} {*hide_page_header*} {if $machine_translate_to_lang != ''} {remarksbox type="warning" title="{tr}Warning{/tr}" highlight="y"} {tr}This text was automatically translated by Google Translate from the following page: {/tr}{$page} {/remarksbox} {/if}
{if $prefs.wiki_page_name_inside eq 'y'}

{breadcrumbs type="pagetitle" loc="page" crumbs=$crumbs machine_translate=$machine_translate_to_lang source_lang=$pageLang target_lang=$machine_translate_to_lang}

{/if} {if isset($pageLang) and ($pageLang eq 'ar' or $pageLang eq 'he')}
{$parsed}
{else} {$parsed} {/if}
{if $structure eq 'y' and (($prefs.wiki_structure_bar_position eq 'bottom') or ($prefs.wiki_structure_bar_position eq 'both'))} {include file='tiki-wiki_structure_bar.tpl'} {/if} {if $pages > 1 and $prefs.wiki_page_navigation_bar neq 'top'}
{/if}
{* End of main wiki page *} {if $has_footnote eq 'y'}
{$footnote}
{/if} {if $is_categorized eq 'y' and $prefs.feature_categories eq 'y' and $prefs.feature_categoryobjects eq 'y'} {$display_catobjects} {/if} {if $is_categorized eq 'y' and $prefs.feature_categories eq 'y' and $prefs.category_morelikethis_algorithm ne ''} {include file='category_related_objects.tpl'} {/if} {if $prefs.wiki_topline_position eq 'bottom' or $prefs.wiki_topline_position eq 'both'} {include file='tiki-wiki_topline.tpl'} {/if} {if $print_page ne 'y'} {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} {/block}