<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NewsTypeList.aspx.cs" Inherits="zj123.UI.images.Expro.NewsTypeList" %>

    <!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 id="Head1" runat="server">
        <title>分類管理</title>
               <link href="../images/style/style.css"  type="text/css" rel="stylesheet">
               <script type="text/javascript" charset="gb2312" src="../images/js/common.js"></script>
                <script  type="text/javascript" charset="GB2312" src="/Office/style/1/js/Ajax.js"></script>
                <script  type="text/javascript" charset="GB2312" src="/Office/style/1/js/date.js"></script>
    <script type="text/javascript">
    function openWindow(url,width,height)
    {
    window.open(url,"_blank","height="+height+",width="+width+",top="+((screen.availHeight-height)/2)+",left="+((screen.availWidth-width)/2)+",toolbar=no,menubar=yes,scrollbars=yes, resizable=yes,location=no, status=no");
    }
    </script>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
            <table bgcolor="#c4d8ed" border="0" cellpadding="0" cellspacing="0" width="100%">
                <tbody>
                    <tr>
                        <td>
                        </td>
                        <td valign="top">
                            <table align="center" border="1" cellpadding="4" cellspacing="1" class="toptable grid fixed">
                                <tbody>
                                    <tr>
                                        <td class="category" style="height: 17px; width: 190px;">
                                        </td>
                                        <td align="center" class="category" style="height: 17px">
                                            分類名:<asp:TextBox ID="TbKeyword" runat="server"></asp:TextBox>
                                            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                            <asp:Button ID="BtSearch" runat="server" OnClick="BtSearch_Click" Text="搜索" />
                                            &nbsp;&nbsp;
                                            <input id="BtAdd" type="button" value="添加一級分類" onclick="openWindow('SortEdit.aspx?parentid=0&depth=0&action=add',800,300)"/></td>
                                    </tr>
                                </tbody>
                            </table>
                          
                            <table align="center" border="1" cellpadding="4" cellspacing="1" class="toptable grid fixed"
                                style="color: #0000ff">
                                <tbody>
                                    <tr>
                                        <td align="center" colspan="6" style="height: 144px">
                                            <asp:GridView ID="gvList" runat="server" AutoGenerateColumns="False"                 BorderColor="#337FB2" BorderWidth="2px" CellPadding="4" Font-Size="Small" ForeColor="#333333"                                  Height="32%" OnRowDataBound="gvList_RowDataBound" Width="100%">
                                                <FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" />
                                                <Columns>
                                                    <asp:BoundField HeaderText="選擇">
                                                        <ItemStyle Width="5%" />
                                                    </asp:BoundField>
                                                    <asp:BoundField DataField="Column_ID" HeaderText="編號">
                                                        <ItemStyle Width="10%" />
                                                    </asp:BoundField>
                                                    <asp:BoundField DataField="Column_Name" HeaderText="分類名稱" />
                                                    <asp:BoundField DataField="Column_Order" HeaderText="順序編號">
                                                        <ItemStyle Width="15%" />
                                                    </asp:BoundField>
                                                    <asp:BoundField HeaderText="子類數目" DataField="childsnNum" />
                                                    <asp:BoundField HeaderText="上移" />
                                                    <asp:BoundField HeaderText="下移" />
                                                    <asp:BoundField HeaderText="操作" />
                                                    <asp:BoundField HeaderText="查看子類" />
                                                </Columns>
                                                <RowStyle BackColor="White" Font-Bold="True" Font-Size="Small" ForeColor="#003399"
                                                    HorizontalAlign="Center" />
                                                <EditRowStyle BackColor="#999999" />
                                                <SelectedRowStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
                                                <PagerStyle BackColor="#337FB2" ForeColor="White" HorizontalAlign="Center" VerticalAlign="Middle" />
                                                <HeaderStyle BackColor="#337FB2" Font-Size="12px" ForeColor="White" HorizontalAlign="Center"
                                                    VerticalAlign="Middle" />
                                                <AlternatingRowStyle BackColor="#E8F4FF" Font-Bold="True" Font-Size="Small" HorizontalAlign="Center" />
                                            </asp:GridView>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td align="center" style="height: 29px">
                                            <input id="checkallpri" class="nogrid" name="checkallpri" onclick="checkAll('action','checkallpri')"
                                                style="border-right: medium none; border-top: medium none; border-left: medium none;
                                                border-bottom: medium none" type="checkbox" /></td>
                                        <td colspan="5" style="height: 29px">
                                            &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<asp:Button ID="BtVerfly" runat="server" OnClick="BtVerfly_Click"
                                                Text="審核" />
                                            &nbsp; &nbsp;
                                            <asp:Button ID="BtDel" runat="server" OnClick="BtDel_Click" Text="刪除" />
                                            &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<input id="Button1" type="button" value="返回" onclick="history.go(-2)"/><span class="t2"></span></td>
                                    </tr>
                                    <tr>
                                        <td colspan="6">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td colspan="6">
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                          
                        </td>
                        <td>
                        </td>
                    </tr>
                </tbody>
            </table>
        <br />  <br />
        </div>
        </form>
    </body>
    </html>

    posted on 2009-03-13 18:15 sanmao 閱讀(144) 評論(0)  編輯  收藏

    只有注冊用戶登錄后才能發表評論。


    網站導航:
     

    常用鏈接

    留言簿(5)

    隨筆分類

    隨筆檔案

    搜索

    •  

    最新評論

    閱讀排行榜

    評論排行榜

    主站蜘蛛池模板: 亚洲AV无码一区二区三区在线 | 亚欧色视频在线观看免费| 伊人久久精品亚洲午夜| 日韩在线观看免费| 又色又污又黄无遮挡的免费视| 亚洲AV无码专区在线观看成人| 免费观看的av毛片的网站| 亚洲精品理论电影在线观看| 成人au免费视频影院| 亚洲AV无码男人的天堂| 无码欧精品亚洲日韩一区夜夜嗨 | 东北美女野外bbwbbw免费 | 成人毛片免费观看视频| 麻豆狠色伊人亚洲综合网站 | 无人在线直播免费观看| 亚洲人成色4444在线观看| 免费看少妇作爱视频| 人人公开免费超级碰碰碰视频| 激情综合色五月丁香六月亚洲| 日韩视频在线观看免费| 亚洲熟妇无码久久精品| 嫩草影院免费观看| 香港一级毛片免费看| 亚洲乱码中文字幕综合 | 最新仑乱免费视频| 国产成人综合亚洲| 亚洲欧洲日产国码av系列天堂| 日韩免费无码视频一区二区三区| 亚洲国产成人综合| 日本高清色本免费现在观看| 久久久久久久久久免免费精品 | 亚洲国产日韩视频观看| 日本一线a视频免费观看| 成人国产网站v片免费观看| 亚洲成AV人片一区二区| 久久精品网站免费观看| 国产精品九九久久免费视频 | 亚洲无码一区二区三区| 中文字幕专区在线亚洲| 国产成人精品免费午夜app| 国产国拍亚洲精品mv在线观看|