KONTOLODON
/
var
/
www
/
ojs-3.3.0-13
/
plugins
/
pubIds
/
urn
/
templates
/
Nama File / Folder
Size
Action
settingsForm.tpl
5.517KB
Hapus
Edit
Rename
urnAssign.tpl
1.384KB
Hapus
Edit
Rename
urnAssignCheckBox.tpl
0.802KB
Hapus
Edit
Rename
urnSuffixEdit.tpl
3.889KB
Hapus
Edit
Rename
{** * @file plugins/pubIds/urn/templates/urnAssignCheckBox.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Displayed only if the URN can be assigned. * Assign URN form check box included in urnSuffixEdit.tpl and urnAssign.tpl. *} {capture assign=translatedObjectType}{translate key="plugins.pubIds.urn.editor.urnObjectType"|cat:$pubObjectType}{/capture} {capture assign=assignCheckboxLabel}{translate key="plugins.pubIds.urn.editor.assignURN" pubId=$pubId pubObjectType=$translatedObjectType}{/capture} {fbvFormSection list=true} {fbvElement type="checkbox" id="assignURN" checked="true" value="1" label=$assignCheckboxLabel translate=false disabled=$disabled} {/fbvFormSection}