queryresult.jsp

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

JSP
30
字号
<%@ 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.queryfleetagreement.queryResult">        <table width="100%" border="0" cellspacing="0" cellpadding="0" id="table_2">	<tr>    <td class="text_title2" height="25"><div align="left">查询汇总结果:    <d:Button id="buttondownload" />    </div></td>  </tr></table>    <d:DataTable id="tableFloatingRateDetail" />    <d:Label id="id2" text="经验赔付率(*):" />    <d:TextEditor id="expressLossRatio" />    <d:Label id="id3" text="预期赔付率(*): " />    <d:TextEditor id="preLossRatio" />    <d:Button id="buttonFloatRate" /><br/>    <d:Label id="id4" text="车队赔付率系数(*): " />    <d:TextEditor id="floatingRate" />    <d:Button id="buttonSubmit" />  </d:View></body></html>

⌨️ 快捷键说明

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