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

📄 admin.master

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

<!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> <link rel="stylesheet" href="../Style/css.css" type="text/css"/>
</head>
<body style="background-image: url(../img/bj.gif)" alink="#66ccff">
    <form id="form1" runat="server">
    <div style="margin: 10px 60px 20px 100px;font-size:14px" >
        <table border="0" cellpadding="0" cellspacing="0" style="width: 780px; border-right: #0099cc thin solid; border-top: #0099cc thin solid; border-left: #0099cc thin solid; border-bottom: #0099cc thin solid; height: 596px; font-size: 12px;">
            <tr>
                <td colspan="3" style="background-position: 100% 100%; background-repeat: repeat-x; height: 69px; background-image: url(../img/banner4.jpg); font-size: x-large; color: #3366ff;" valign="middle" align="center">
                  
                </td>
            </tr><tr>
                <td colspan="3" style="background-position: 100% 100%; background-repeat: repeat-x; height: 19px; color: #ffffff; background-color: #33ccff;" valign="top" align="left">
                    <asp:LinkButton ID="LinkButton2" runat="server" ForeColor="Blue" OnClick="LinkButton2_Click" PostBackUrl="~/mainIndex.aspx" CausesValidation="False">前台首页</asp:LinkButton>
                    </td>
            </tr>
           
            <tr>
                <td rowspan="2" style="width: 156px; height: 365px; border-right: #33ccff 0.1mm solid;" valign="top">
                    <table align="center"  style="width: 151px">
                        <tr>
                            <td style="width: 158px; height: 16px">
                                <div align="center" style="background-repeat: repeat">
                                    <asp:Image ID="Image1" runat="server" Height="50px" ImageUrl="~/img/xz_tg_lj_010.gif"
                                        Width="143px" />&nbsp;</div>
                            </td>
                        </tr>
                        <tr>
                            <td bgcolor="#ffffff" height="43" style="width: 158px">
                                <div align="center" class="ziti">
                                    <a href="../admin/Gaojianguanli.aspx" ><strong>稿件管理</strong></a>
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <td bgcolor="#ffffff" height="43" style="width: 158px">
                                <div align="center" class="ziti">
                                    <a href="../admin/zhuanjia.aspx"><strong>专家管理</strong></a>
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <td bgcolor="#ffffff" height="43" style="width: 158px">
                                <div align="center" class="ziti">
                                    <a href="../admin/Bankuoguanli.aspx"><strong>类别管理</strong></a>
                                </div>
                            </td>
                        </tr>
                           <tr>
                            <td bgcolor="#ffffff" height="43" style="width: 158px">
                                <div align="center" class="ziti">
                                    <a href="../admin/Publish.aspx"><strong>出版社管理</strong></a>
                                </div>
                            </td>
                        </tr>   <tr>
                            <td bgcolor="#ffffff" height="43" style="width: 158px">
                                <div align="center" class="ziti">
                                    <a href="../admin/editorguanli.aspx"><strong>编辑管理</strong></a>
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <td bgcolor="#ffffff" height="43" style="width: 158px">
                                <div align="center" class="ziti">
                                    <a href="../admin/Gerenguanli.aspx" ><strong>个人管理</strong></a>
                                </div>
                            </td>
                        </tr>
                        <tr>
                        </tr>
                      
                            <tr>
                                <td bgcolor="#ffffff" height="43" style="width: 158px">
                                    <div align="center">
                                        &nbsp;<asp:LinkButton ID="LinkButton1" runat="server" ForeColor="DodgerBlue" OnClientClick="window.close();" OnClick="LinkButton1_Click" BackColor="MediumTurquoise" Width="112px">退出</asp:LinkButton></div>
                                </td>
                            </tr>
                      
                    </table>
                </td>
    
                <td rowspan="2" style="height: 365px; background-position: center center; background-image: url(image/Left_Student.jpg); background-repeat: repeat-y;" valign="top" colspan="2">
                    <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server" >
                    </asp:ContentPlaceHolder>
                </td>
            </tr>
            <tr>
            </tr>
            <tr>
                <td colspan="3" style="background-position: center center; background-image: url(../img/xz_tg_lj_003.gif); background-repeat: repeat-x; height: 31px; border-top: #33ccff 0.1mm solid;">
                    该源码下载自<a href="http://aspx.bcbbs.net">【编程联盟】</a>ASp.Net源码下载中心
                </td>
            </tr>
        </table>
    
    </div></form>
</body>
</html>

⌨️ 快捷键说明

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