query.aspx
上传用户:scene123
上传日期:2010-02-19
资源大小:3311k
文件大小:2k
源码类别:

.net编程

开发平台:

C#

  1. <%@ Page Inherits="huang.query" Language="C#" src="cs/huang.cs"  Debug="true"%>
  2. <html>
  3. <head>
  4. <title></title>
  5. <link href="css/css.css" rel="stylesheet" type="text/css">
  6. </head>
  7. <BODY 
  8.  leftMargin=0 topMargin=0 marginheight="10" marginwidth="10" class=bodycss>
  9. <form runat="server">
  10. <!--#include file="inc/top.dat"-->
  11. <table cellspacing="1" cellpadding="0" align=center   width="95%"  border=0 class=unnamed3 >
  12. <tr class=bar><td  >
  13. <a href="index.aspx">论坛首页</a> → 
  14. <a href="index.aspx?Fid1=<%=Fid1%>"><%=Fid1Name%></a> →  <%=Fid2Name%> →  <%=actionname%>
  15. </td></tr>
  16. </table><br>
  17. <asp:Repeater id="score" runat="server" >
  18. <HeaderTemplate>
  19. <table width="95%" border="0" align="center" cellpadding="6" cellspacing="1" class=tablemain >
  20. <tr class=tablemain3 >  
  21.      <td >
  22. 主题
  23.      </td>
  24.       <td >
  25. 窗口
  26.      </td>
  27.      <td >
  28. 作者/最后回复者
  29.      </td>
  30.       <td >
  31. 最后修改时间
  32.      </td>
  33.         </tr>
  34. </HeaderTemplate>
  35. <ItemTemplate>
  36. <tr class=tablemain2>  
  37.      <td  width=50%  >
  38. <a href="display.aspx?id=<%# DataBinder.Eval(Container.DataItem,item2) %>&Fid1=<%=Fid1%>&Fid2=<%=Fid2%>"><%# DataBinder.Eval(Container.DataItem,item1) %></a>
  39.      </td>
  40.            <td  width=5%  >
  41. <a href="display.aspx?id=<%# DataBinder.Eval(Container.DataItem,item2) %>&Fid1=<%=Fid1%>&Fid2=<%=Fid2%>" target=_blank title="新开窗口"><img src="img/neww.gif" border=0></a>
  42.      </td>
  43.      <td width=20%   class=tablemain1>
  44. <a href="reg_pre.aspx?Action=modify&UserName=<%# DataBinder.Eval(Container.DataItem,item3) %>" target=_blank><%# DataBinder.Eval(Container.DataItem,item3) %></a>
  45.      </td>
  46.       <td  width=25%  >
  47. <%# DataBinder.Eval(Container.DataItem,item4) %>
  48.      </td>
  49.         </tr>
  50. </ItemTemplate>
  51. <FooterTemplate>
  52. </tr>
  53.     <tr > 
  54.       <td colspan="6" class=tablemain3>&nbsp;
  55.       </td>
  56.     </tr>
  57. </table>
  58. </FooterTemplate>
  59. </asp:Repeater>
  60. </form>
  61. <br>
  62. <div align=center>
  63. 开放的主题:<img src="img/f-open.gif">锁定的主题:<img src="img/f-lock.gif">斑竹推荐的主题:<img src="img/best.gif">
  64. </div>
  65. <!--#include file="inc/bot.dat"-->
  66. <br>
  67. <body>
  68. </html>