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

📄 rightstart.aspx

📁 登陆界面
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="rightStart.aspx.cs" Inherits="aspx_rightStart" %>
<%@ Import Namespace="System" %>
<%@ Import Namespace="System.Data.SqlClient" %>
<!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 type="text/css">
        .style1
        {
            width: 100%;
        }
        .style4
        {
            width: 173px;
            text-align: center;
        }
        .style5
        {
            width: 317px;
            font-size:small;
            color:Red;
        }
    .style6 {
	color: #00FFFF;
	text-align: left;
}
    </style>
</head>
<body>
    <form id="form1" runat="server">
    <div style="height: 298px; width:600px">
    <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 友情提示:<hr class="style6" style="width: 536px" />
	</div>
    <div style="height: 44px">
        <table class="style1">
            <tr>
                <td class="style4">
                    差旅信息</td>
                <td class="style5">
                <% Response.Write( new corInfMan.BLL.BLLTravel().isCertified(User.Identity.Name));%>
                 </td>
                <td>
                    &nbsp;</td>
            </tr>
            <tr>
                <td class="style4">
                    合同信息</td>
                <td class="style5">
                    &nbsp;</td>
                <td>
                    &nbsp;</td>
            </tr>
            <tr>
                <td class="style4">
                    &nbsp;</td>
                <td class="style5">
                    &nbsp;</td>
                <td>
                    &nbsp;</td>
            </tr>
        </table>
        <br />
        <div>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 公司内部信息:</div>
        <div>
        <hr style="width: 536px; height: 2px" class="style6" />
        </div>
        <div>
        </div>
    </div>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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