鹤壁市长热线

ShowInf.aspx 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ShowInf.aspx.cs" Inherits="WebSite_ShowInf" %>
  2. <%@ Register src="_controls/LeftList.ascx" tagname="LeftList" tagprefix="uc1" %>
  3. <%@ Register src="_controls/Top.ascx" tagname="Top" tagprefix="uc2" %>
  4. <%@ Register src="_controls/Bottom.ascx" tagname="Bottom" tagprefix="uc3" %>
  5. <%@ Register src="_controls/ShowLink.ascx" tagname="ShowLink" tagprefix="uc4" %>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head runat="server">
  9. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  10. <title>鹤壁市12345市长热线</title>
  11. <link href="css/style.css" rel="stylesheet" type="text/css" />
  12. <link href="css/list.css" rel="stylesheet" type="text/css" />
  13. <script language="javascript" type="text/javascript">
  14. function select(link) {
  15. if (link != "" && link != "0") {
  16. window.open(link);
  17. }
  18. }
  19. </script>
  20. </head>
  21. <body>
  22. <form id="form1" runat="server">
  23. <uc2:Top ID="Top1" runat="server" />
  24. <div class="hb_list">
  25. <div class="hb_left">
  26. <div class="hbb_left">
  27. <div class="dl_jl">
  28. <uc1:LeftList ID="LeftList1" runat="server" />
  29. </div>
  30. </div>
  31. <div class="dlk_left">
  32. <div class="dl_j"></div>
  33. <div class="hdjl">&nbsp;&nbsp;投诉查询</div>
  34. <div class="xxzt"><div class="ztwz">信息主题:</div><input type="text" class="ztk" /></div>
  35. <div class="xxzt"><div class="ztwz">信息内容:</div><input type="text" class="ztk" /></div>
  36. <div class="xck">
  37. <input type="button" value="" class="dlk2" onclick="javascript:location.href='WorkSearch.aspx'"/>
  38. </div>
  39. </div>
  40. <div class="link_right">
  41. <div class="wsdc"> 友情链接</div>
  42. <div class="ljdh">连接导航:</div>
  43. <div class="xlk">
  44. <uc4:ShowLink ID="ShowLink1" runat="server" />
  45. </div>
  46. </div>
  47. </div>
  48. <div class="hb_right">
  49. <div class="home">当前位置:首页><asp:Label ID="lbmessage" runat="server" Text=""></asp:Label></div>
  50. <div class="list_tb">
  51. <div class="tm">
  52. <div class="nr_tm"><asp:Label ID="lb_bt" runat="server" Text=""></asp:Label></div>
  53. <div class="nr_time" align="right"><asp:Label ID="lb_sj" runat="server" Text=""></asp:Label></div>
  54. <asp:Label ID="lb_nr" runat="server" Text=""></asp:Label>
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. <uc3:Bottom ID="Bottom1" runat="server" />
  60. </form>
  61. </body>
  62. </html>