stat.ftl

来自「anewssystem新闻发布系统集成使用了spring hibernate f」· FTL 代码 · 共 80 行

FTL
80
字号
<#assign ctx=springMacroRequestContext.getContextPath()><#include "/include/taglibs.ftl"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html>  <head>    <#include "/include/meta.ftl"/>    <title>投标汇总</title>    <#include "/include/extjs.ftl"/><#--    <SCRIPT type="text/javascript" language="javascript">        if (window.top == window) {            window.top.location = "${ctx}/erp/index.htm";        }    </script>-->    <script type="text/javascript" src="${ctx}/widgets/aerp2/erp2invitebid-stat.js"></script>    <style type="text/css">.msg .x-box-mc {    font-size:14px;}#msg-div {    position:absolute;    left:35%;    top:10px;    width:250px;    z-index:20000;}    </style>  </head>  <body>    <div id="loading">        <div class="waitting">请稍候...</div>    </div>    <div id="tabs">        <div id="tab1">            <div style="width:100%px;margin:auto;" id="login-box">                <div class="x-box-tl"><div class="x-box-tr"><div class="x-box-tc"></div></div></div>                <div class="x-box-ml"><div class="x-box-mr"><div class="x-box-mc">                    <h3 style="text-align:left;">投标汇总</h3>                    <table>                      <tr>                        <td>标书编号: </td>                        <td><input id="bidCodeId"/></td>                        <td>投标单位名称: </td>                        <td><input id="supplierNameId"/></td>                        <td>投标日期: </td>                        <td><input id="bidDate"/></td>                        <td><div id="search-button"></div></td>                      </tr>                    </table>                    <div id="main-grid" style="height:350px;border:1px solid #6FA0DF;"></div>                    <table height="50">                      <tr>                        <td width="50">&nbsp;</td>                        <td width="80"><div id="view-button"></div></td>                        <td width="80"><div id="insert-button"></div></td>                        <td width="80"><div id="update-button"></div></td>                        <td width="80"><div id="remove-button"></div></td>                      </tr>                    </table>                </div></div></div>                <div class="x-box-bl"><div class="x-box-br"><div class="x-box-bc"></div></div></div>            </div>            <div class="x-form-clear"></div>        </div>        <div id="tab2"></div>    </div>    <div id="error_message" style="display:block"></div><script type="text/javascript">//DWREngine.setErrorHandler(errorHandler);function errorHandler(errorString, exception) {    console.error(errorString);    console.error(exception);}</script></body></html>

⌨️ 快捷键说明

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