[ 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: topic.tpl
{** * topic.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. * * Help topic. * *} {foreach name=sections from=$topic->getSections() item=section} <div id="section{math equation="counter - 1" counter=$smarty.foreach.sections.iteration}"> {if $section->getTitle()}<h4>{$section->getTitle()}</h4>{/if} <div>{eval var=$section->getContent()}</div> {if $smarty.foreach.sections.total > 1} {if !$smarty.foreach.sections.first}<div style="text-align:right;"><a href="#top" class="action">{translate key="common.top"}</a></div>{/if} {if !$smarty.foreach.sections.last}<div class="separator"></div>{/if} {/if} </div> {/foreach} {if $relatedTopics} <div id="relatedTopics"> <h5>{translate key="help.relatedTopics"}</h5> <ul> {foreach from=$relatedTopics item=relatedTopic} <li><a href="{url op="view" path=$relatedTopic.id|explode:"/"}">{$relatedTopic.title}</a></li> {/foreach} </ul> </div> {/if} <br /> <input type="button" onclick="window.close()" value="{translate key="common.close"}" class="button defaultButton"/>