[ 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
/
templates
/
rt
/
[
Home
]
File: captureCite.tpl
{** * templates/rt/captureCite.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. * * Article reading tools -- Capture Citation * *} {strip} {assign var=pageTitle value="rt.captureCite"} {include file="rt/header.tpl"} {/strip} {if $galleyId} {url|assign:"articleUrl" page="article" op="view" path=$articleId|to_array:$galleyId} {else} {url|assign:"articleUrl" page="article" op="view" path=$articleId} {/if} <div id="captureCite"> <h3>{$article->getLocalizedTitle()|strip_unsafe_html}</h3> <form action="#"> <label for="citeType">{translate key="rt.captureCite.format"}</label> <select onchange="document.location='{url|escape:"javascript" path=$articleId|to_array:$galleyId:"REPLACE"}'.replace('REPLACE', this.options[this.selectedIndex].value)"> {foreach from=$citationPlugins item=thisCitationPlugin} <option {if $citationPlugin && $citationPlugin->getName() == $thisCitationPlugin->getName()}selected="selected" {/if}value="{$thisCitationPlugin->getName()|escape}">{$thisCitationPlugin->getCitationFormatName()|escape}</option> {/foreach} </select> </form> {call_hook name="Template::RT::CaptureCite"} </div> <div class="separator"></div> {include file="rt/footer.tpl"}