0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-wiki_topline.tpl
<div class="wikitopline" style="clear: both;"> <div class="content"> {if !$hide_page_header} <div class="wikiinfo" style="float: left"> {if $prefs.feature_wiki_pageid eq 'y' and $print_page ne 'y'} <small><a class="link" href="tiki-index.php?page_id={$page_id}">{tr}page id{/tr}: {$page_id}</a></small> {/if} {breadcrumbs type="desc" loc="page" crumbs=$crumbs} {if $cached_page eq 'y'}<small>({tr}Cached{/tr})</small>{/if} {if $is_categorized eq 'y' and $prefs.feature_categories eq 'y' and $prefs.feature_categorypath eq 'y'} {$display_catpath} {/if} </div> {if $print_page ne 'y'} <div class="wikiactions" style="float: right; padding-left:10px; white-space: nowrap"> <div class="icons" style="float: left;"> {if $pdf_export eq 'y'} <a href="tiki-print.php?{query display="pdf"}" title="{tr}PDF{/tr}">{icon _id='page_white_acrobat' alt="{tr}PDF{/tr}"}</a> {/if} {if $editable and ($tiki_p_edit eq 'y' or $page|lower eq 'sandbox') and $beingEdited ne 'y' or $canEditStaging eq 'y'} <a title="{tr}Edit{/tr}" {ajax_href template="tiki-editpage.tpl" htmlelement="tiki-center"}tiki-editpage.php?page={if $needsStaging eq 'y'}{$stagingPageName|escape:"url"}{else}{$page|escape:"url"}{/if}{if !empty($page_ref_id) and $needsStaging neq 'y'}&page_ref_id={$page_ref_id}{/if}{/ajax_href}>{icon _id='page_edit'}</a> {/if} {if $prefs.feature_morcego eq 'y' && $prefs.wiki_feature_3d eq 'y'} <a title="{tr}3d browser{/tr}" href="javascript:wiki3d_open('{$page|escape}',{$prefs.wiki_3d_width}, {$prefs.wiki_3d_height})">{icon _id='wiki3d' 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">{icon _id='arrow_refresh'}</a> {/if} {if $prefs.feature_wiki_print eq 'y'} <a title="{tr}Print{/tr}" href="tiki-print.php?{if !empty($page_ref_id)}page_ref_id={$page_ref_id}&{/if}page={$page|escape:"url"}">{icon _id='printer' alt="{tr}Print{/tr}"}</a> {/if} {if $prefs.feature_tell_a_friend eq 'y' && $tiki_p_tell_a_friend eq 'y'} <a title="{tr}Send a link{/tr}" href="tiki-tell_a_friend.php?url={$smarty.server.REQUEST_URI|escape:'url'}">{icon _id='email_link' alt="{tr}Send a link{/tr}"}</a> {/if} {if $user and $prefs.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{if !empty($page_ref_id)}&page_ref_id={$page_ref_id}{/if}">{icon _id='disk' alt="{tr}Save to notepad{/tr}"}</a> {/if} {if $user and $prefs.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{if $structure eq 'y'}&structure={$home_info.pageName|escape:'url'}{/if}" class="icon">{icon _id='eye' alt='{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{if $structure eq 'y'}&structure={$home_info.pageName|escape:'url'}{/if}" class="icon">{icon _id='no_eye' alt='{tr}Stop Monitoring this Page{/tr}'}</a> {/if} {if $structure == 'y' and $tiki_p_watch_structure eq 'y'} {if $user_watching_structure ne 'y'} <a href="tiki-index.php?page={$page|escape:"url"}&watch_event=structure_changed&watch_object={$page_info.page_ref_id}&watch_action=add_desc&structure={$home_info.pageName|escape:'url'}">{icon _id='eye_arrow_down' alt='{tr}Monitor the Sub-Structure{/tr}'}</a> {else} <a href="tiki-index.php?page={$page|escape:"url"}&watch_event=structure_changed&watch_object={$page_info.page_ref_id}&watch_action=remove_desc&structure={$home_info.pageName|escape:'url'}">{icon _id='no_eye_arrow_down' alt='{tr}Stop Monitoring the Sub-Structure{/tr}'}</a> {/if} {/if} {/if} {if $prefs.feature_group_watches eq 'y' and ( $tiki_p_admin_users eq 'y' or $tiki_p_admin eq 'y' )} <a href="tiki-object_watches.php?objectId={$page|escape:"url"}&watch_event=wiki_page_changed&objectType=wiki+page&objectName={$page|escape:"url"}&objectHref={'tiki-index.php?page='|cat:$page|escape:"url"}" class="icon">{icon _id='eye_group' alt='{tr}Group Monitor{/tr}'}</a> {if $structure == 'y'} <a href="tiki-object_watches.php?objectId={$page_info.page_ref_id|escape:"url"}&watch_event=structure_changed&objectType=structure&objectName={$page|escape:"url"}&objectHref={'tiki-index.php?page_ref_id='|cat:$page_ref_id|escape:"url"}" class="icon">{icon _id=eye_group_arrow_down alt='{tr}Group Monitor on Structure{/tr}'}</a> {/if} {/if} </div><!-- END of icons --> {if $prefs.feature_backlinks eq 'y' and $backlinks and $tiki_p_view_backlink eq 'y'} <form action="tiki-index.php" method="get" style="display: block; float: left"> <select name="page" onchange="page.form.submit()"> <option>{tr}Backlinks{/tr}...</option> {section name=back loop=$backlinks} <option value="{$backlinks[back].fromPage}">{$backlinks[back].fromPage}</option> {/section} </select> </form> {/if} {if $structure == 'y' and count($showstructs) > 1 or $structure eq 'n' and count($showstructs) ne 0 } <form action="tiki-index.php" method="post" style="float: left"> <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].pageName eq $structure_path[0].pageName}selected="selected"{/if}> {if $showstructs[struct].page_alias} {$showstructs[struct].page_alias} {else} {$showstructs[struct].pageName} {/if} </option> {/section} </select> </form> {/if} {if $prefs.feature_multilingual == 'y' && $prefs.show_available_translations eq 'y'} <div style="float: left"> {include file="translated-lang.tpl" td='n'} </div> {/if} </div> <br class="clear" style="clear: both" /> {/if} {* <-- end of if $print_page ne 'y' *} {/if} {*hide_page_header*} </div> {* div.content *} </div> {* div.wikitopline *}