inssured.jsp

来自「车险的项目JSP原代码, 车险的项目JSP原代码,」· JSP 代码 · 共 46 行

JSP
46
字号
<%@ page contentType="text/html; charset=UTF-8" %><%@ taglib uri="http://www.bstek.com/dorado" prefix="d" %><html><head><title></title></head><body>  <d:View config="org.view.fleetagreement.createfleetagreement.Insured">    <table>   <tr>    <td height="25" class="text_title2">被保险人及索赔权益人:    	<d:Button id="btnUpload" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    	<d:Button id="buttonTemplete" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>  </tr></table> <table width="100%">   <tr>     <td width="70%"><d:DataTable id="tableIssued" /><br/>       <d:Button id="buttonAdd" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;       <d:Button id="buttonDelete" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;            </td>     <td width="30%"> <d:DataTable id="tableClaimant" /><br/>     <d:Button id="buttonClaimantAdd" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     <d:Button id="buttonClaimantDelete" />     </td>   </tr>   <tr>     <td colspan="2" align="center">        <d:Button id="buttonUpdate"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        <d:Button id="buttonBack" />     </td>   </tr> </table>             </d:View></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?