[ 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
/
gateways
/
metsGateway
/
[
Home
]
File: settingsForm.tpl
{** * plugins/gateways/metsGateway/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. * * METS gateway plugin settings * *} {strip} {assign var="pageTitle" value="plugins.gateways.metsGateway.displayName"} {include file="common/header.tpl"} {/strip} {url|assign:"directoryUrl" page="gateway" op="plugin" path="METSGatewayPlugin"} <div id="metsGatewaySettings"> <h3>{translate key="plugins.gateways.metsGateway.settings"}</h3> <form method="post" action="{plugin_url path="settings"}"> {include file="common/formErrors.tpl"} <table width="100%" class="data"> <tr valign="top"> <td width="30%" class="label" align="right">{fieldLabel name="FLocat" key="plugins.gateways.metsGateway.settings.FLocat"}</td> <td width="70%" class="value"><input type="radio" name="contentWrapper" id="FLocat" value="FLocat" {if $contentWrapper eq "FLocat"}checked="checked" {/if}/></td> </tr> <tr valign="top"> <td width="30%" class="label" align="right">{fieldLabel name="FContent" key="plugins.gateways.metsGateway.settings.FContent"}</td> <td width="70%" class="value"><input type="radio" name="contentWrapper" id="FContent" value="FContent" {if $contentWrapper eq "FContent"}checked="checked" {/if}/></td> </tr> <tr> <td colspan="2"><div class="separator"> </div></td> </tr> <tr valign="top"> <td width="30%" class="label" align="right">{fieldLabel name="organization" key="plugins.gateways.metsGateway.settings.organization"}</td> <td width="70%" class="value"> <input type="text" name="organization" id="organization" value="{$organization|escape}" size="50" maxlength="50" class="textField" /></td> </tr> <tr valign="top"> <td width="30%" class="label" align="right">{fieldLabel name="preservationLevel" key="plugins.gateways.metsGateway.settings.preservationLevel"}</td> <td width="70%" class="value"> <input type="text" name="preservationLevel" id="preservationLevel" value="{$preservationLevel}" size="2" maxlength="1" class="textField" /></td> </tr> <tr valign="top"> <td width="30%" class="label" align="right">{fieldLabel name="exportSuppFiles" key="plugins.gateways.metsGateway.settings.exportSuppFiles"}</td> <td width="70%" class="value"><input type="checkbox" name="exportSuppFiles" id="exportSuppFiles" value="on" {if $exportSuppFiles eq "on"}checked="checked" {/if}/></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="document.location.href='{url|escape:"quotes" page="manager" op="plugins" escape="false"}'"/> </form> </div> {include file="common/footer.tpl"}