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

📄 index.master

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

<!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>
    <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;">
            <tr>
                <td colspan="3" style="background-position: 100% 100%; background-repeat: repeat-x; height: 56px; background-image: url(img/xz_tg_lj_002.gif); font-size: x-large; color: #3366ff;" valign="middle" align="center">
                    &nbsp;</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="right">
                    &nbsp;&nbsp;</td>
            </tr>
           
            <tr>
                <td rowspan="2" style="width: 70px; height: 337px; border-right: #33ccff 0.1mm solid; font-size: 12px;" 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/welcome.gif"
                                        Width="143px" />&nbsp;</div>
                            </td>
                        </tr><tr>
                            <td bgcolor="#ffffff" height="43" style="width: 158px">
                                <div align="center" class="ziti">
                                    <a href="mainIndex.aspx" ><strong>前台首页</strong></a></div>
                            </td>
                        </tr>
                        <tr>
                            <td bgcolor="#ffffff" height="43" style="width: 158px">
                                <div align="center" class="ziti">
                                    <a href="Daishenzuopin.aspx" ><strong>待审作品</strong></a></div>
                            </td>
                        </tr>
                        
                        <tr>
                            <td bgcolor="#ffffff" height="43" style="width: 158px">
                                <div align="center" class="ziti">
                                    <a href="Caiyongzuopin.aspx"><strong>已审作品</strong></a>
                                </div>
                            </td>
                        </tr> 
                         <tr>
                            <td bgcolor="#ffffff" height="43" style="width: 158px">
                                <div align="center" class="ziti">
                                    <a href="Tougao.aspx" ><strong>我要投稿</strong></a></div>
                            </td>
                        </tr><tr>
                            <td bgcolor="#ffffff" height="43" style="width: 158px">
                                <div align="center" class="ziti">
                                    <a href="Help2.aspx" ><strong>投稿须知</strong></a></div>
                            </td>
                        </tr>
                        <tr>
                            <td bgcolor="#ffffff" height="43" style="width: 158px">
                                <div align="center" class="ziti">
                                    <a href="UserUpdate.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: 337px; background-position: center center; background-image: url(image/Left_Student.jpg); background-repeat: repeat-y; width: 615px;" 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;" align="center">
                    &nbsp;&nbsp;该源码下载自<a href="http://aspx.bcbbs.net">【编程联盟】</a>ASp.Net源码下载中心&nbsp;
                    </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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