[ 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
/
importexport
/
datacite
/
templates
/
[
Home
]
File: settings.tpl
{** * @file plugins/importexport/datacite/templates/settings.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. * * DataCite plugin settings *} {strip} {assign var="pageTitle" value="plugins.importexport.common.settings"} {include file="common/header.tpl"} {/strip} <div id="dataciteSettings"> {include file="common/formErrors.tpl"} <br /> <br /> <div id="description"><b>{translate key="plugins.importexport.datacite.settings.form.description"}</b></div> <br /> <form method="post" action="{plugin_url path="settings"}"> <table width="100%" class="data"> <tr valign="top"> <td colspan="2"> <span class="instruct">{translate key="plugins.importexport.datacite.intro"}</span> </td> </tr> <tr><td colspan="2"> </td></tr> <tr valign="top"> <td width="20%" class="label">{fieldLabel name="username" key="plugins.importexport.datacite.settings.form.username"}</td> <td width="80%" class="value"> <input type="text" name="username" value="{$username|escape}" size="20" maxlength="50" id="username" class="textField" /> </td> </tr> <tr><td colspan="2"> </td></tr> <tr valign="top"> <td width="20%" class="label">{fieldLabel name="password" key="plugins.importexport.common.settings.form.password"}</td> <td width="80%" class="value"> <input type="password" name="password" value="{$password|escape}" size="20" maxlength="50" id="password" class="textField" /> </td> </tr> <tr><td colspan="2"> </td></tr> <tr valign="top"> <td width="20%" class="label">{fieldLabel name="automaticRegistration" key="plugins.importexport.datacite.settings.form.automaticRegistration"}</td> <td width="80%" class="value"> <input type="checkbox" name="automaticRegistration" id="automaticRegistration" value="1" {if $automaticRegistration} checked="checked"{/if} /> {translate key="plugins.importexport.datacite.settings.form.automaticRegistration.description" unregisteredURL=$unregisteredURL} </td> </tr> <tr><td colspan="2"> </td></tr> </table> <p><span class="formRequired">{translate key="common.requiredField"}</span></p> <p> <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)"/> </p> </form> </div> {include file="common/footer.tpl"}