?? upload_insured_info.jsp
字號:
?<%@ page contentType="text/html; charset=UTF-8" %><%@ taglib uri="http://www.bstek.com/dorado" prefix="d" %><%System.err.println("11111111");System.err.println(request.getAttribute("uploadType"));%><body bgcolor="#EBEEF7"> <d:View config="org.view.authorization.Excel"> <form method="post" enctype="multipart/form-data" action="<%=request.getContextPath()%>/excel.upload.d"> <table width="100%" border="0"> <input type="hidden" name="retPath" value="insured"/> <input type="hidden" name="businessNo" value="11111"/> <tr> <td class="text_title"><div align="left">批量上載被保險人信息 </div></td> </tr> </table> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="table_1"> <tr> <td class="text_title" >上載類型: <td class="text_type"> <select name="uploadType" size = "1"> <option value="102">一般車輛信息上載</option> <option value="104">托車和拖拉機上載</option> <option value="105">行駛證車主信息上載</option> <option value="101" selected>被保險人上載</option> <option value="103">團隊報價上載</option> </select> </td> </tr> <tr> <td class="text_title"><div align="left">是否重新上傳: <td class="text_type"> <input type="checkbox" name="overrideFlag" > </td> </tr> <tr> <td align="left" class="text_title">上載文件:</td> <td class="text_type"> <input name="affixs" type="file" size=50></td> </tr> </table> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="50" align="center"> <input type="submit" name="Button" class="btnLink" value="完成" > <input type="button" name="Button" class="btnLink" value="返回" > </td> </tr> </table></form> </d:View></body>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -