[ 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
/
templates
/
rtadmin
/
[
Home
]
File: version.tpl
{** * templates/rtadmin/version.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. * * RTAdmin version editing * *} {strip} {assign var="pageTitle" value="rt.admin.versions.edit.editVersion"} {include file="common/header.tpl"} {/strip} {if $versionId} <ul class="menu"> <li class="current"><a href="{url op="editVersion" path=$versionId}" class="action">{translate key="rt.admin.versions.metadata"}</a></li> <li><a href="{url op="contexts" path=$versionId}" class="action">{translate key="rt.contexts"}</a></li> </ul> {/if} <br /> <form action="{if $versionId}{url op="saveVersion" path=$versionId}{else}{url op="createVersion" path="save"}{/if}" method="post"> <table class="data" width="100%"> <tr valign="top"> <td class="label" width="20%"><label for="title">{translate key="rt.version.title"}</label></td> <td class="value" width="80%"><input type="text" class="textField" name="title" id="title" value="{$title|escape}" size="60" /></td> </tr> <tr valign="top"> <td class="label"><label for="key">{translate key="rt.version.key"}</label></td> <td class="value"><input type="text" class="textField" name="key" id="key" value="{$key|escape}" size="60" /></td> </tr> <tr valign="top"> <td class="label"><label for="locale">{translate key="rt.version.locale"}</label></td> <td class="value"><input type="text" class="textField" name="locale" id="locale" maxlength="5" size="5" value="{$locale|escape}" /></td> </tr> <tr valign="top"> <td class="label"><label for="description">{translate key="rt.version.description"}</label></td> <td class="value"> <textarea class="textArea" name="description" id="description" rows="5" cols="60">{$description|escape}</textarea> </td> </tr> </table> <p><input type="submit" value="{translate key="common.save"}" class="button defaultButton" /> <input type="button" value="{translate key="common.cancel"}" class="button" onclick="document.location.href='{url op="versions" escape=false}'" /></p> </form> {include file="common/footer.tpl"}