| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <div class='content-div' ssFith="true">
- <table class="form">
- <tr>
- <th width="116px">名称</th>
- <td colspan="3"><input name="mc" width="168px"/></td>
- </tr>
- <tr>
- <th>类别</th>
- <td><input name="bgmblbm" width="168px"/></td>
- </tr>
- <tr>
- <th>业务及对象</th>
- <td colspan="3">
- <input name="ywm" placeholder="业务" width="120px"/>
- <input name="dxm" placeholder="对象" width="120px"/>
- <ccp.ss name="yw_dx"/>
- </td>
- </tr>
- <tr>
- <th>服务名及部件</th>
- <td colspan="3">
- <input name="serv" placeholder="服务名" width="168px"/>
- <span id='jspBaseName'></span>
- <input type='hidden' name="mbwj" width="168px"/>
- <input type='hidden' name='jspBaseName'/>
- <input type='hidden' name='jspFileName'/>
- <input type='button' id='jspEdit' value="上传" class="content-button">
- <ul.ss name="jsp" type="jsp" run="callback"/> <%-- 不能上传 jsp/asp/htm 等文件,安全考虑。在 PMS 上传 .formp.zip(高级表格包)。Lin --%>
- </td>
- </tr>
- <tr>
- <th>栏目描述</th>
- <td colspan="3"><input name="lmms" type="text"/></td>
- </tr>
- <tr>
- <th>描述</th>
- <td colspan="3" style="padding-top: 5px;padding-bottom: 7px;">
- <div id="ms" width="100%" height="100px"></div>
- <growh.ss name="ms" mode="edit" maxHeight="150px"/>
- </td>
- </tr>
- </table>
- </div>
- <script type="text/javascript">
- function callback(){
- $('input[name=mbwj]').val($('input[name=jspBaseName]').val());
- }
- </script>
|