admin_develop.aspx
来自「这是一个在线报修系统的管理程序」· ASPX 代码 · 共 62 行
ASPX
62 行
<%@ page language="C#" autoeventwireup="true" inherits="Admin_Admin_Develop, App_Web_2de4qqid" %>
<!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 href="../Images/Style.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin: 1px">
<form id="form1" runat="server">
<div>
<table border="0" cellpadding="0" cellspacing="1" style="width: 100%; background-color: gainsboro">
<tr>
<td align="center" style="height: 35px; background-color: aliceblue" colspan="2">
欢迎信息</td>
</tr>
<tr>
<td align="center" style="height: 200px; background-color: #ffffff" colspan="2">
欢迎进入在线报修系统管理中心!</td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 30px; background-color: aliceblue">
开发信息</td>
</tr>
<tr>
<td align="center" style="width: 20%; height: 30px; background-color: aliceblue">
开发工具</td>
<td align="left" style="width: 80%; height: 30px; background-color: #ffffff">
Microsoft Visual Studio 2005 +SQL Server 2005 Express Edition</td>
</tr>
<tr>
<td align="center" style="width: 20%; height: 30px; background-color: aliceblue">
编程语言</td>
<td align="left" style="width: 80%; height: 30px; background-color: #ffffff">
C#</td>
</tr>
<tr>
<td align="center" style="width: 20%; height: 30px; background-color: aliceblue">
运行环境</td>
<td align="left" style="width: 80%; height: 30px; background-color: #ffffff">
IIS +ASP.Net 2.0 +SQL Server 2000/2005</td>
</tr>
<tr>
<td align="center" style="width: 20%; height: 30px; background-color: aliceblue">
程序美工</td>
<td align="left" style="width: 80%; height: 30px; background-color: #ffffff">
<a href="mailto:zjliuquan@163.com">翠鸟工作室</a></td>
</tr>
<tr>
<td align="center" style="width: 20%; height: 30px; background-color: aliceblue">
开发时间</td>
<td align="left" style="width: 80%; height: 30px; background-color: #ffffff">
2007年3月20日-28日</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?