⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zhuanjiashengao.aspx

📁 毕业设计内容: 1、 作者投稿功能 2、 专家审稿 3、 系统管理员对所有稿件的管理功能 管理权限设置:分为三级权限。包括用户:添加文章、查询自己稿件的审稿情况、审稿意见、查看个人资料等 专家:审批文
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Zhuanjiashengao.aspx.cs" Inherits="admin_Zhuanjiashengao" %>

<!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">
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
   <table border="0" cellpadding="0" cellspacing="0" style="border-right: #66ccff 0.1mm solid;
            border-top: #66ccff 0.1mm solid;  border-left: #66ccff 0.1mm solid;
            width: 200px;  border-bottom: #66ccff 0.1mm solid; margin-top: 20px; margin-left: 130px; margin-right: 20px; font-size: 12px;">
            <tr>
                <td align="center" colspan="3" style="border-bottom: #66ccff 0.1mm solid; height: 73px; width: 774px;">
                    <img align="middle" src="../img/xz_tg_lj_003.gif" width="750" style="height: 75px" /></td>
            </tr>
            <tr>
                <td align="center" style="height: 26px; background-image: url(../img/bg.gif); width: 774px;" colspan="3">
                    专家审搞页面</td>
            </tr>
            <tr style="color: #000000">
                <td align="left" style="height: 20px; width: 774px;" colspan="3">
                    <asp:Label ID="Label1" runat="server" Text="Label" Width="596px"></asp:Label>
                    <asp:LinkButton ID="LinkButton1" runat="server" BackColor="MediumTurquoise" ForeColor="DodgerBlue"
                        OnClick="LinkButton1_Click" OnClientClick="window.close();" Width="36px">退出</asp:LinkButton>
                </td>
            </tr>
            <tr style="color: #000000">
                <td align="center" style="width: 774px; background-image: url(../img/bg.gif); height: 18px;" colspan="3">
                    全部待审理的稿件</td>
            </tr>
            <tr>
                <td align="center" style="height: 161px; width: 774px;" colspan="3" valign="top">
                    <asp:GridView ID="GridView2" runat="server" AutoGenerateColumns="False"
                        CellPadding="4" DataKeyNames="Book_id"  ForeColor="#333333"
                        GridLines="None" Width="100%">
                        <FooterStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
                       <Columns>
                
                    <asp:TemplateField HeaderText="稿件名称">
                            <ItemTemplate>
                                <asp:Label ID="Label2" runat="server"><%# Eval("Title") %>......</asp:Label>
                            </ItemTemplate>
                        </asp:TemplateField>                                                               
                        <asp:HyperLinkField DataNavigateUrlFields="Book_id" DataNavigateUrlFormatString="../admin/shengaodetils.aspx?id={0}" HeaderText="详细..." Text="详细..." />                                           
                        
                        
                  
                </Columns>
                        <RowStyle BackColor="#E3EAEB" />
                        <EditRowStyle BackColor="#7C6F57" />
                        <SelectedRowStyle BackColor="#C5BBAF" Font-Bold="True" ForeColor="#333333" />
                        <PagerStyle BackColor="#666666" ForeColor="White" HorizontalAlign="Center" />
                        <HeaderStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" />
                        <AlternatingRowStyle BackColor="White" />
                    </asp:GridView>
                    &nbsp;
                    </td>
            </tr>
            <tr>
                <td align="center" colspan="3" style="height: 19px; width: 774px;">
                    &nbsp;
                </td>
            </tr>
        </table>
    
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -