| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ShowInf.aspx.cs" Inherits="WebSite_ShowInf" %>
- <%@ Register src="_controls/LeftList.ascx" tagname="LeftList" tagprefix="uc1" %>
- <%@ Register src="_controls/Top.ascx" tagname="Top" tagprefix="uc2" %>
- <%@ Register src="_controls/Bottom.ascx" tagname="Bottom" tagprefix="uc3" %>
- <%@ Register src="_controls/ShowLink.ascx" tagname="ShowLink" tagprefix="uc4" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head runat="server">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
- <title>鹤壁市12345市长热线</title>
- <link href="css/style.css" rel="stylesheet" type="text/css" />
- <link href="css/list.css" rel="stylesheet" type="text/css" />
- <script language="javascript" type="text/javascript">
- function select(link) {
- if (link != "" && link != "0") {
- window.open(link);
- }
- }
- </script>
- </head>
- <body>
- <form id="form1" runat="server">
- <uc2:Top ID="Top1" runat="server" />
-
- <div class="hb_list">
- <div class="hb_left">
-
- <div class="hbb_left">
- <div class="dl_jl">
- <uc1:LeftList ID="LeftList1" runat="server" />
- </div>
-
- </div>
-
- <div class="dlk_left">
- <div class="dl_j"></div>
- <div class="hdjl"> 投诉查询</div>
- <div class="xxzt"><div class="ztwz">信息主题:</div><input type="text" class="ztk" /></div>
- <div class="xxzt"><div class="ztwz">信息内容:</div><input type="text" class="ztk" /></div>
- <div class="xck">
- <input type="button" value="" class="dlk2" onclick="javascript:location.href='WorkSearch.aspx'"/>
- </div>
- </div>
- <div class="link_right">
- <div class="wsdc"> 友情链接</div>
- <div class="ljdh">连接导航:</div>
- <div class="xlk">
-
- <uc4:ShowLink ID="ShowLink1" runat="server" />
-
- </div>
- </div>
- </div>
- <div class="hb_right">
- <div class="home">当前位置:首页><asp:Label ID="lbmessage" runat="server" Text=""></asp:Label></div>
- <div class="list_tb">
- <div class="tm">
- <div class="nr_tm"><asp:Label ID="lb_bt" runat="server" Text=""></asp:Label></div>
- <div class="nr_time" align="right"><asp:Label ID="lb_sj" runat="server" Text=""></asp:Label></div>
- <asp:Label ID="lb_nr" runat="server" Text=""></asp:Label>
- </div>
- </div>
- </div>
- </div>
- <uc3:Bottom ID="Bottom1" runat="server" />
- </form>
- </body>
- </html>
|