📄 age-vehicle.jsp
字号:
<%@ 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.ageVehicle"> <div id="div_lastYear"> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="table_1"> <tr> <td class="text_title2" height="25"> 上年出单情况分布(续保业务):</td> </tr> </table> <d:DataTable id="tableLast" /> </div> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="table_1"> <tr> <td class="text_title2" height="25">本年出单情况分布(预计):</td> </tr> </table> <d:DataTable id="tableThis" /> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="table_1"> <tr> <td class="text_title2" height="25">车龄与车型结构:</td> </tr> </table> <d:DataTable id="tableVehicle" /> <d:AutoForm id="formVehicleInfo" /> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center"> <d:Button id="buttonSave" /> <!--img src="./button_ok.gif" width="60" height="27" onClick="save();"> <img src="./button_back.gif" width="60" height="27" onclick="save();" /--> <d:Button id="buttonBack" /> </td> </tr> </table> </d:View></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -