[ 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: helpToc.tpl
{** * helpToc.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 the help table of contents * *} {strip} {include file="help/header.tpl"} {/strip} <div id="main" style="margin: 0; width: 660px;"> <h4>{$applicationHelpTranslated}</h4> <div class="thickSeparator"></div> <div id="breadcrumb"> <a href="{get_help_id key="index.index" url="true"}" class="current">{translate key="navigation.home"}</a> </div> <h2>{translate key="help.toc"}</h2> <div id="content"> <div id="toc"> <ul> <li><a href="{get_help_id key="index.index" url="true"}">{$applicationHelpTranslated}</a></li> {foreach from=$helpToc item=topic key=topicId} <li>{$topic.prefix}<a href="{url page="help" op="view" path=$topicId|explode:"/"}">{$topic.title}</a></li> {/foreach} </ul> </div> <div class="separator" style="padding-top: 10px;"></div> <div id="search"> <h4>{translate key="help.search"}</h4> <form action="{url op="search"}" method="post" style="display: inline"> {translate key="help.searchFor"} <input type="text" name="keyword" size="30" maxlength="60" value="{$helpSearchKeyword|escape}" class="textField" /> <input type="submit" value="{translate key="common.search"}" class="button" /> </form> </div> </div> </div> {include file="help/footer.tpl"}