[ 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
/
pubIds
/
doi
/
templates
/
[
Home
]
File: settingsForm.tpl
{** * plugins/pubIds/doi/templates/settingsForm.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. * * DOI plugin settings * *} {strip} {assign var="pageTitle" value="plugins.pubIds.doi.manager.settings.doiSettings"} {include file="common/header.tpl"} {/strip} <div id="doiSettings"> <div id="description">{translate key="plugins.pubIds.doi.manager.settings.description"}</div> <div class="separator"></div> <br /> <form method="post" action="{plugin_url path="settings"}"> {include file="common/formErrors.tpl"} <table width="100%" class="data"> <tr valign="top"> <td width="20%" class="label">{fieldLabel name="doiObjects" required="true" key="plugins.pubIds.doi.manager.settings.doiObjects"}</td> <td width="80%" class="value"> <span class="instruct">{translate key="plugins.pubIds.doi.manager.settings.explainDois"}</span><br /><br /> <span class="instruct">{translate key="plugins.pubIds.doi.manager.settings.explainCrossRefDois"}</span><br /><br /> <input type="checkbox" name="enableIssueDoi" id="enableIssueDoi" value="1"{if $enableIssueDoi} checked="checked"{/if} /> {fieldLabel name="enableIssueDoi" key="plugins.pubIds.doi.manager.settings.enableIssueDoi"}<br /> <input type="checkbox" name="enableArticleDoi" id="enableArticleDoi" value="1"{if $enableArticleDoi} checked="checked"{/if} /> {fieldLabel name="enableArticleDoi" key="plugins.pubIds.doi.manager.settings.enableArticleDoi"}<br /> <input type="checkbox" name="enableGalleyDoi" id="enableGalleyDoi" value="1"{if $enableGalleyDoi} checked="checked"{/if} /> {fieldLabel name="enableGalleyDoi" key="plugins.pubIds.doi.manager.settings.enableGalleyDoi"}<br /> <input type="checkbox" name="enableSuppFileDoi" id="enableSuppFileDoi" value="1"{if $enableSuppFileDoi} checked="checked"{/if} /> {fieldLabel name="enableSuppFileDoi" key="plugins.pubIds.doi.manager.settings.enableSuppFileDoi"}<br /> </td> </tr> <tr><td colspan="2"> </td></tr> <tr valign="top"> <td width="20%" class="label">{fieldLabel name="doiPrefix" required="true" key="plugins.pubIds.doi.manager.settings.doiPrefix"}</td> <td width="80%" class="value"> <span class="instruct">{translate key="plugins.pubIds.doi.manager.settings.doiPrefixDescription"}</span><br /> <br /> <input type="text" name="doiPrefix" value="{$doiPrefix|escape}" size="8" maxlength="8" id="doiPrefix" class="textField" /> </td> </tr> <tr><td colspan="2"> </td></tr> <tr valign="top"> <td width="20%" class="label">{fieldLabel name="doiSuffix" key="plugins.pubIds.doi.manager.settings.doiSuffix"}</td> <td width="80%" class="value"> <span class="instruct">{translate key="plugins.pubIds.doi.manager.settings.doiSuffixDescription"}</span><br /> <br /> <table width="100%" class="data"> <tr> <td width="5%" class="label" align="right" valign="top"> <input type="radio" name="doiSuffix" id="doiSuffix" value="pattern" {if $doiSuffix eq "pattern"}checked{/if} /> </td> <td width="95%" class="value"> {fieldLabel name="doiSuffix" key="plugins.pubIds.doi.manager.settings.doiSuffixPattern"} </td> </tr> <tr> <td> </td> <td> <input type="text" name="doiIssueSuffixPattern" value="{$doiIssueSuffixPattern|escape}" size="15" maxlength="50" id="doiIssueSuffixPattern" class="textField" /> {fieldLabel name="doiIssueSuffixPattern" key="plugins.pubIds.doi.manager.settings.doiSuffixPattern.issues"} </td> </tr> <tr> <td> </td> <td> <input type="text" name="doiArticleSuffixPattern" value="{$doiArticleSuffixPattern|escape}" size="15" maxlength="50" id="doiArticleSuffixPattern" class="textField" /> {fieldLabel name="doiArticleSuffixPattern" key="plugins.pubIds.doi.manager.settings.doiSuffixPattern.articles"} </td> </tr> <tr> <td> </td> <td> <input type="text" name="doiGalleySuffixPattern" value="{$doiGalleySuffixPattern|escape}" size="15" maxlength="50" id="doiGalleySuffixPattern" class="textField" /> {fieldLabel name="doiGalleySuffixPattern" key="plugins.pubIds.doi.manager.settings.doiSuffixPattern.galleys"} </td> </tr> <tr> <td> </td> <td> <input type="text" name="doiSuppFileSuffixPattern" value="{$doiSuppFileSuffixPattern|escape}" size="15" maxlength="50" id="doiSuppFileSuffixPattern" class="textField" /> {fieldLabel name="doiSuppFileSuffixPattern" key="plugins.pubIds.doi.manager.settings.doiSuffixPattern.suppFiles"} </td> </tr> <tr> <td> </td> <td> <span class="instruct">{fieldLabel name="doiSuffixPattern" key="plugins.pubIds.doi.manager.settings.doiSuffixPattern.example"}</span> </td> </tr> <tr> <td width="5%" class="label" align="right" valign="top"> <input type="radio" name="doiSuffix" id="doiSuffixDefault" value="default" {if !in_array($doiSuffix, array("pattern", "customId"))}checked{/if} /> </td> <td width="95%" class="value"> {fieldLabel name="doiSuffixDefault" key="plugins.pubIds.doi.manager.settings.doiSuffixDefault"} <br /> <span class="instruct">{translate key="plugins.pubIds.doi.manager.settings.doiSuffixDefault.description"}</span> </td> </tr> <tr> <td width="5%" class="label" align="right" valign="top"> <input type="radio" name="doiSuffix" id="doiSuffixCustomIdentifier" value="customId" {if $doiSuffix eq "customId"}checked{/if} /> </td> <td width="95%" class="value"> {fieldLabel name="doiSuffixCustomIdentifier" key="plugins.pubIds.doi.manager.settings.doiSuffixCustomIdentifier"} </td> </tr> </table> </td> </tr> <tr><td colspan="2"> </td></tr> <tr valign="top"> <td class="label"> </td> <td class="value"> <span class="instruct">{translate key="plugins.pubIds.doi.manager.settings.doiReassign.description"}</span><br /> <input type="submit" name="clearPubIds" value="{translate key="plugins.pubIds.doi.manager.settings.doiReassign"}" onclick="return confirm('{translate|escape:"jsparam" key="plugins.pubIds.doi.manager.settings.doiReassign.confirm"}')" class="action" /> </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"}