pxmhj_inp.ss.jsp 2.2 KB

1
  1. <div class='content-div' ssFith='{fith:true,lvl:1}'> <table class="form"> <tr> <th>环境类别</th> <td><input name="pxmhjlbm"/></td> </tr> <tr> <th>容器类别</th> <td><input name="webrqlbm"/></td> </tr> <tr> <th>操作系统</th> <td><input name="czxtlbm"/></td> </tr> <tr> <th>地址</th> <td><input name="dz"/></td> </tr> <tr> <th>端口</th> <td><input name="dk"/></td> </tr> <tr> <th>登录方式</th> <td><input name="dlfsm"/></td> </tr> <tr> <th>账号</th> <td><input name="zh"/></td> </tr> <tr> <th>密码</th> <td><input name="mm"/></td> </tr> <tr> <th>私钥文件</th> <td><input name="sywj"/></td> </tr> <tr> <th>公钥文件</th> <td><input name="gywj"/></td> </tr> </table> <legend>应用服务器</legend> <table class="form"> <tr> <th>目录</th> <td><input name="asml"/></td> </tr> <tr> <th>地址</th> <td><input name="asdz"/></td> </tr> <tr> <th>端口</th> <td><input name="asdk"/></td> </tr> <tr> <th>协议</th> <td><input name="asxy"/></td> </tr> <tr> <th>是否SSL</th> <td><input name="sfssl"/></td> </tr> </table> <legend>数据库</legend> <table class="form"> <tr> <th>类别</th> <td><input name="dblbm"/></td> </tr> <tr> <th>地址</th> <td><input name="dbdz"/></td> </tr> <tr> <th>端口</th> <td><input name="dbdk"/></td> </tr> <tr> <th>实例名</th> <td><input name="dbslm"/></td> </tr> <%-- 先去掉。Lin <tr> <th>是否远程</th> <td> <input type="text" value="${sjk.sfyc}" name="sfyc"/> <common:write type="objectPicker" name="sfyc" codebook="sf"/> </td> </tr> --%> <tr> <th>账号</th> <td><input name="dbzh"/></td> </tr> <tr> <th>密码</th> <td><input name="dbmm"/></td> </tr> </table> <legend>全文搜索</legend> <table class="form"> <tr> <th>地址</th> <td><input name="ftsdz"/></td> </tr> <tr> <th>端口</th> <td><input name="ftsdk"/></td> </tr> <tr> <th>账号</th> <td><input name="ftszh"/></td> </tr> <tr> <th>密码</th> <td><input name="ftsmm"/></td> </tr> </table> </div>