[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
lib
/
pkp
/
templates
/
help
/
[
Home
]
File: view.tpl
{** * view.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2000-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Display a help topic. * *} {strip} {include file="help/header.tpl"} {/strip} <div id="sidebar"> {include file="help/toc.tpl"} </div> <div id="main"> <h4>{$applicationHelpTranslated}</h4> <div class="thickSeparator"></div> <div id="breadcrumb"> {if $topic->getId() == "index/topic/000000"} <a href="{get_help_id key="index.index" url="true"}" class="current">{translate key="navigation.home"}</a> {else} <a href="{get_help_id key="index.index" url="true"}">{translate key="navigation.home"}</a> {foreach name=breadcrumbs from=$breadcrumbs item=breadcrumb key=key} {if $breadcrumb != $topic->getId()} > <a href="{url op="view" path=$breadcrumb|explode:"/"}">{$key|escape}</a> {/if} {/foreach} > <a href="{url op="view" path=$topic->getId()|explode:"/"}" class="current">{$topic->getTitle()}</a> {/if} </div> <h2>{$topic->getTitle()}</h2> <div id="content"> <div id="helpTopic">{include file="help/topic.tpl"}</div> </div> </div> {include file="help/footer.tpl"}