[ 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
/
citationFormats
/
abnt
/
[
Home
]
File: settingsForm.tpl
{** * settingsForm.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Contributed by Lepidus Tecnologia * * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * ABNT Citation plugin settings * *} {strip} {assign var="pageTitle" value="plugins.citationFormats.abnt.manager.AbntCitationSettings"} {include file="common/header.tpl"} {/strip} <div id="abntCitationSettings"> <div id="description">{translate key="plugins.citationFormats.abnt.manager.settings.description"}</div> <div class="separator"></div> <br /> <form name="setupForm" method="post" action="{plugin_url path="settings"}"> {include file="common/formErrors.tpl"} {if count($formLocales) > 1} <div id="locales"> <table width="100%" class="data"> <tr valign="top"> <td width="20%" class="label">{fieldLabel name="formLocale" key="form.formLanguage"}</td> <td width="80%" class="value"> {plugin_url|assign:"setupFormUrl" path="settings"} {form_language_chooser form="setupForm" url=$setupFormUrl} <span class="instruct">{translate key="form.formLanguage.description"}</span> </td> </tr> </table> </div> {/if} <br /> <table width="100%" class="data"> <tr valign="top"> <td width="20%" class="label">{fieldLabel name="location" key="plugins.citationFormats.abnt.manager.settings.location"}</td> <td width="80%" class="value"><input type="text" name="location[{$formLocale|escape}]" id="location" value="{$location[$formLocale]|escape}" size="40" maxlength="120" class="textField" /></td> </tr> </table> <br /> <input type="submit" name="save" class="button defaultButton" value="{translate key="common.save"}"/><input type="button" class="button" value="{translate key="common.cancel"}" onclick="history.go(-1)"/> </form> <p><span class="formRequired">{translate key="common.requiredField"}</span></p> </div> {include file="common/footer.tpl"}