<#include "/jeecms_sys/head.html"/>
<@s.m "global.position"/>: <@s.m "plug.function"/> - <@s.m "global.edit"/>
" onclick="this.form.action='v_list.do';"/>
<#include "plug_upload.html"/> <@p.form id="jvForm" action="o_update.do"> <@p.text label="plug.name" name="name" value=plug.name required="true" class="required" maxlength="100"/> <@p.text label="plug.author" name="author" value=plug.author maxlength="100"/> <#if !plug.used> <@p.td label="plug.upload" colspan="2" width="50" noHeight="true">
" onclick="uploadPlug();" class="upload-button"/>
<@p.tr/> <@p.textarea cols="50" rows="5" maxlength="500" label="plug.description" id="description" name="description" value=plug.description width="100"/> <@p.td><@p.hidden name="id" value=plug.id/><@p.submit code="global.submit"/>   <@p.reset code="global.reset"/>