AskResoultView.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:3k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="AskResoultView.aspx.cs" Inherits="AskResoultView" %>
  2. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  4. <html>
  5. <head>
  6.     <link href="../css/main.css" type="text/css" rel="stylesheet">
  7. </head>
  8.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  9. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  10. <form runat="server" id="fm1">
  11.     <br>
  12.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  13.         border="0">
  14.         <tr>
  15.             <th colspan="3" style="height: 25px">
  16.                 调查问卷查看结果</th>
  17.         </tr>
  18.                <tr>
  19.                
  20.             <td class="usertablerow2" align="center" style="height: 32px;" colspan="2">
  21.                 <br />
  22.                 <asp:Label ID="TextBoxTitle" runat="server" Width="229px"></asp:Label>&nbsp;<br><br>    <table bgcolor="#000000" border="0" cellpadding="3" cellspacing="1" class="small"
  23.                         width="95%">
  24.                         <tr class="usertablerow2">
  25.                             <th  nowrap="nowrap" align="center" style="width: 343px">
  26.                                 选项</th>
  27.                             <th align="middle" nowrap="nowrap" style="width: 61px">
  28.                                 被投数量</th>
  29.                                 </tr>
  30.                      
  31.        
  32.                            <%=ContentStr %>
  33.                     </table>
  34.         
  35.        
  36.          
  37.             </td>
  38. </tr>
  39.         <tr>
  40.             <td align="center" class="usertablerow1" colspan="2">
  41.             <br>
  42.   
  43.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="javascript:history.go(-1);" /><div id="Div2">
  44.                                 </div>   </td>
  45.          
  46.         </tr>
  47.      
  48.     </table>
  49.     <br>
  50.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  51.         border="0">
  52.         <tr>
  53.             <th colspan="2">
  54.                 使用方法</th>
  55.         </tr>
  56.         <tr>
  57.             <td class="usertablerow1" align="right" width="11%">
  58.                 <strong>特殊说明</strong></td>
  59.             <td class="usertablerow1" width="89%">
  60.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  61.         </tr>
  62.     </table>
  63.     </form>
  64.     
  65. </body>
  66. </html>