| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <%@ page language="java" contentType="text/html;charset=GBK"
- pageEncoding="GBK"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=GBK">
-
- <title>评审优势</title>
- <script type=text/javascript src="./liger/lib/jquery/jquery-1.5.2.min.js"></script>
- <script type="text/javascript" src="/shares/js/constant.js"></script>
- <script type="text/javascript" src="/shares/js/common.js"></script>
- <link href="main.css" rel="stylesheet" type="text/css" ></link>
- <script type="text/javascript">
- function refresh(obj){
- if(obj == "1"){
- refreshWindow();
- window.parent.loadTree();
- }
- }
- </script>
- </head>
- <body onload="refresh(${msgEvent})">
- <%@ include file="/include/message.jsp"%>
- <form action="productMgrAction.do" method="post" onsubmit="return checkForm();">
- <div id="title" class="form-button">
- <tr>
- <td class="l-table-edit-text"></td>
- </tr>
- </div>
- <div class="container-layout">
- <div class="forum-container">
- <center>
- <table class="l-table-edit line">
- <tr>
- <th colspan="2" style="text-align: left;">
- 项目报备优势:
- </th>
- </tr>
-
- <tr>
- <td style="text-align: inherit;">
- <div>${requestScope.bid_superiority }</div>
- </td>
- </tr>
- <tr>
- <th colspan="2" style="text-align: center;">
- </th>
- </tr>
- <tr>
- <td colspan="2" style="text-align: center;">
- </td>
-
- </tr>
- </table>
- <input type="hidden" id="" name="" value="">
- </center>
- </div>
- </div>
- </form>
- </body>
- </html>
|