| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/Libteiser - Ojs/ojs2/plugins/gateways/metsGateway/ |
Upload File : |
{**
* settingsForm.tpl
*
* Copyright (c) 2003-2009 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* METS gateway plugin settings
*
* $Id: settingsForm.tpl,v 1.6 2008/01/03 01:26:06 asmecher Exp $
*}
{assign var="pageTitle" value="plugins.gateways.metsGateway.displayName"}
{include file="common/header.tpl"}
{url|assign:"directoryUrl" page="gateway" op="plugin" path="METSGatewayPlugin"}
<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>
{include file="common/footer.tpl"}