[ 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: searchResults.tpl
{** * searchResults.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. * * Show help search results. * *} {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"}">{translate key="navigation.home"}</a> </div> <h2>{translate key="help.searchResults"}</h2> <div id="content"> <h4>{translate key="help.searchResultsFor"} "{$helpSearchKeyword|escape}"</h4> <div id="search"> {if count($searchResults) > 0} <h5>{translate key="help.matchesFound" matches=$searchResults|@count}</h5> <ul> {assign var=resultNum value=0} {foreach name=results from=$searchResults item=result} {assign var=sections value=$result.topic->getSections()} {assign var=resultNum value=$resultNum+1} <li id="result-{$resultNum}"> <a href="{url op="view" path=$result.topic->getId()|explode:"/" keyword=$helpSearchKeyword|escape result=$resultNum}">{$result.topic->getTitle()}</a> {eval var=$sections[0]->getContent()|strip_tags|truncate:200} <div class="searchBreadcrumb"> <a href="{url op="view" path="index"|to_array:"topic":"000000"}">{translate key="navigation.home"}</a> {foreach name=breadcrumbs from=$result.toc->getBreadcrumbs() item=breadcrumb key=key} {if $breadcrumb != $result.topic->getId()} > <a href="{url op="view" path=$breadcrumb|explode:"/"}">{$key|escape}</a> {/if} {/foreach} {if $result.topic->getId() != "index/topic/000000"} > <a href="{url op="view" path=$result.topic->getId()|explode:"/" keyword=$helpSearchKeyword|escape result=$resultNum}" class="current">{$result.topic->getTitle()}</a> {/if} </div> </li> {/foreach} </ul> {else} <em>{translate key="help.noMatchingTopics"}</em> {/if} </div> <div class="separator"></div> <div id="helpSearch"> <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"}