<#include "/jspgou_sys/head.html"/>
<@s.m "global.position"/>: <@s.m "WebserviceAuth.function"/> - <@s.m "global.edit"/>
" onclick="history.back();"/>
<@p.form id="jvForm" action="o_update.do"> <@p.text width="50" colspan="1" label="WebserviceAuth.username" name="username" value=WebserviceAuth.username required="true" class="required" maxlength="20"/> <@p.text width="50" colspan="1" label="WebserviceAuth.system" name="system" value=WebserviceAuth.system required="true" class="required" maxlength="20"/><@p.tr/> <@p.password width="50" colspan="1" label="WebserviceAuth.password" id="password" name="password" maxlength="20" help="User.password.help"/> <@p.password width="50" colspan="1" label="User.pwdAgain" equalTo="#password" help="User.password.help"/><@p.tr/> <@p.radio width="100" colspan="2" label="WebserviceAuth.enable" name="enable" value=WebserviceAuth.enable list={"true":"global.true","false":"global.false"}/><@p.tr/> <@p.td width="100" colspan="2"><@p.hidden name="id" value=WebserviceAuth.id/><@p.submit code="global.submit"/>   <@p.reset code="global.reset"/>