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

📄 add_m6.aspx

📁 一个研究生管理系统 具体的情况自己看了
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="add_m6.aspx.cs" Inherits="manger_add_m6" %>

<!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>
     <style>
TD.mode4 {
	BACKGROUND-COLOR: #eeeee0; BORDER-BOTTOM: #cccc99 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #cccc99 1px solid; BORDER-TOP: #ffffff 1px solid; HEIGHT: 23px
}
.m2_1 {
	FONT-FAMILY: 宋体; FONT-SIZE: 14px; FONT-WEIGHT: bold
}
TD.mode5 {
	BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #ffffff 1px solid; HEIGHT: 23px
}
TD.Bartitle1 {
	BACKGROUND-COLOR: #cccc99; BORDER-BOTTOM: #000033 1px solid; BORDER-LEFT: #ffffcc 1px solid; BORDER-RIGHT: #000033 1px solid; BORDER-TOP: #ffffcc 1px solid; COLOR: #000000; PADDING-BOTTOM: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 0px
}
TD.Bartitle2 {
	BACKGROUND-COLOR: #4065B1; BORDER-BOTTOM: #000033 1px solid; BORDER-LEFT: #669999 1px solid; BORDER-RIGHT: #000033 1px solid; BORDER-TOP: #669999 1px solid; COLOR: #ffffff; PADDING-BOTTOM: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 0px
}

</style>
</head>
<body style="text-align: center">
    <form id="form1" runat="server">
    <div>
        <div style="text-align: center">
        </div>
        <table border="0" cellpadding="0" cellspacing="0" style="text-align: center" width="700">
            <tr>
                <td align="center" class="Bartitle2" colspan="11" height="30">
                    <font class="m2_1"><strong><span style="font-size: 13pt; font-family: 宋体">历史奖学金信息</span></strong></font></td>
            </tr>
            <tr style="font-size: 13pt; font-family: 宋体">
                <td align="center" class="mode4" height="35" style="width: 225px">
                    (编号)时间</td>
                <td align="center" class="mode4" style="width: 321px">
                    信息名称</td>
                <td align="center" class="mode4">
                    操作</td>
            </tr>
            <%
            print();
            %>
        </table>
        <asp:Label ID="page_1" runat="server" Style="text-align: center" Text="当前第1页"></asp:Label><strong>
        </strong>
        <asp:Label ID="page_all" runat="server" Text="共0页"></asp:Label><strong>&nbsp;<%
        print1();
        %><br />
        </strong>
        <br />
        <br />
        <table id="tab1" align="center" border="0" cellpadding="0" cellspacing="0" style="font-family: Times New Roman"
            width="700">
            <tr>
                <td align="center" class="Bartitle2" colspan="2" height="30">
                    <font class="m2_1" style="font-size: medium">添加奖学金评选通告</font></td>
            </tr>
            <tr>
                <td align="center" class="Bartitle2" width="5%">
                    <b>基<br />
                        本<br />
                        信<br />
                        息</b></td>
                <td align="left" width="95%">
                    <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
                        <tr>
                            <td align="right" class="mode4" style="font-size: small" valign="middle" width="32%">
                                奖学金名称名称:</td>
                            <td align="left" class="mode5" colspan="3" valign="middle" width="68%">
                                &nbsp;<asp:TextBox ID="titletext" runat="server" Width="440px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td align="right" class="mode4" style="font-size: small" valign="middle" width="32%">
                                发布时间:</td>
                            <td align="left" class="mode5" colspan="3" valign="middle" width="68%">
                                <asp:DropDownList ID="DropDownList1" runat="server">
                                    <asp:ListItem Value="2006">2006-2007学年</asp:ListItem>
                                    <asp:ListItem Value="2007">2007-2008学年</asp:ListItem>
                                    <asp:ListItem Value="2008">2008-2009学年</asp:ListItem>
                                    <asp:ListItem Value="2009">2009-2010学年</asp:ListItem>
                                    <asp:ListItem Value="2010">2010-2011学年</asp:ListItem>
                                    <asp:ListItem Value="2011">2011-2012学年</asp:ListItem>
                                    <asp:ListItem Value="2012">2012-2013学年</asp:ListItem>
                                    <asp:ListItem Value="2013">2013-2014学年</asp:ListItem>
                                    <asp:ListItem Value="2014">2014-2015学年</asp:ListItem>
                                    <asp:ListItem Value="2015">2015-2016学年</asp:ListItem>
                                    <asp:ListItem Value="2016">2016-2017学年</asp:ListItem>
                                </asp:DropDownList><asp:DropDownList ID="DropDownList2" runat="server">
                                    <asp:ListItem Value="1">上学期</asp:ListItem>
                                    <asp:ListItem Value="2">下学期</asp:ListItem>
                                    <asp:ListItem Value="0">全年</asp:ListItem>
                                </asp:DropDownList></td>
                        </tr>
                        <tr>
                            <td align="right" class="mode4" style="font-size: small" valign="middle" width="32%">
                                奖学金金额:</td>
                            <td align="left" class="mode5" colspan="3" valign="middle" width="68%">
                                <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td align="right" class="mode4" style="font-size: small" valign="middle" width="32%">
                                奖学金介绍:</td>
                            <td align="left" class="mode5" colspan="3" valign="middle" width="68%">
                                <asp:TextBox ID="context" runat="server" Height="70px" TextMode="MultiLine" Width="440px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td align="right" class="mode4" style="font-size: small" valign="middle">
                                评选要求:</td>
                            <td align="left" class="mode5" colspan="3" valign="middle">
                                <asp:TextBox ID="remark" runat="server" Height="70px" Style="text-align: left" TextMode="MultiLine"
                                    Width="441px"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td align="right" class="mode4" style="font-size: small" valign="middle">
                                申请表模板:</td>
                            <td align="left" class="mode5" colspan="3" valign="middle">
                                <asp:FileUpload ID="FileUpload1" runat="server" Width="447px" /></td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td colspan="2">
                    <img height="6" src="../../images/blank.gif" /></td>
            </tr>
        </table>
        <p style="text-align: center">
            <asp:Button ID="add" runat="server" OnClick="Button1_Click" Text="添 加" />&nbsp;</p>
            
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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