[ 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
/
plugins
/
generic
/
browse
/
templates
/
[
Home
]
File: searchIndex.tpl
{** * plugins/generic/browse/templates/searchIndex.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Display journal browse objects (sections or identify types) * *} {strip} {if $enableBrowseBySections} {assign var="pageTitle" value="plugins.generic.browse.search.sectionIndex"} {else if $enableBrowseByIdentifyTypes} {assign var="pageTitle" value="plugins.generic.browse.search.identifyTypeIndex"} {/if} {include file="common/header.tpl"} {/strip} <div id="results"> {if $enableBrowseBySections} {iterate from=results key=title item=id} <h4><a href="{url op="sections" path="view" sectionId=$id}">{$title|escape}</a></h4> {/iterate} {else if $enableBrowseByIdentifyTypes} {iterate from=results item=identifyType} <h4><a href="{url op="identifyTypes" path="view" identifyType=$identifyType}">{$identifyType|escape}</a></h4> {/iterate} {/if} {if !$results->wasEmpty()} <br /> {page_info iterator=$results} {page_links anchor="results" iterator=$results name="search"} {else} <br /> {translate key="search.noResults"} {/if} </div> {include file="common/footer.tpl"}