Files
luos/gulliver/bin/tasks/templates/pluginXmlformEdit.tpl
2011-12-07 09:34:43 -04:00

28 lines
642 B
Smarty
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<dynaForm name="{className}" width="600" mode="edit" enableTemplate="0" border="0">
<title1 type="title">
<en>{className} form</en>
</title1>
<!-- START BLOCK : keys -->
<{name} type="hidden" colWidth='{size}'>
<en>{label}</en>
</{name}>
<!-- END BLOCK : keys -->
<!-- START BLOCK : onlyFields -->
<{name} type="{type}" size='{size}' maxlength='{maxlength}'>
<en>{label}
<!-- START BLOCK : values -->
<option name="{value}">{label}</option>
<!-- END BLOCK : values -->
</en>
</{name}>
<!-- END BLOCK : onlyFields -->
<BTN_SUBMIT type="submit">
<en>save</en>
</BTN_SUBMIT>
</dynaForm>