📄 rightstart.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> 友情提示:<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>
</td>
</tr>
<tr>
<td class="style4">
合同信息</td>
<td class="style5">
</td>
<td>
</td>
</tr>
<tr>
<td class="style4">
</td>
<td class="style5">
</td>
<td>
</td>
</tr>
</table>
<br />
<div>
公司内部信息:</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 + -