📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!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>body{margin-top:0px;}</style>
</head>
<body style="text-align: center;">
<form id="form1" runat="server">
<div>
<table cellpadding="0" cellspacing="0" style="width: 705px; height: 535px;">
<tr>
<td style="width: 846px; height: 115px; background-image: url(Images/1.jpg);">
</td>
</tr>
<tr>
<td style="width: 846px; height: 358px; vertical-align: top; text-align: center; background-image: url(Images/2.jpg);" align="center">
<table style="width: 700px; height: 389px">
<tr>
<td align="right" colspan="1" rowspan="3" style="width: 9px; text-align: center">
</td>
<td align="right" colspan="2" style="height: 15px; text-align: center">
</td>
</tr>
<tr>
<td align="right" colspan="2" style="height: 13px; text-align: center">
</td>
</tr>
<tr>
<td align="right" colspan="2" style="height: 50px; text-align: center">
<table style="width: 246px; height: 128px;" cellpadding="0" cellspacing="0">
<tr>
<td align="left" style="width: 100px; height: 30px">
</td>
</tr>
<tr>
<td align="left" style="width: 100px; height: 30px">
<asp:Button ID="Button1" runat="server" Height="22px" OnClick="Button1_Click" Text="上传文件"
Width="105px" Font-Size="9pt" /></td>
</tr>
<tr>
<td align="left" style="width: 100px; height: 30px">
<asp:Button ID="Button2" runat="server" Height="22px" OnClick="Button2_Click" Text="添加文件"
Width="105px" Font-Size="9pt" /></td>
</tr>
<tr>
<td align="left" style="width: 100px; height: 30px">
<asp:Button ID="Button3" runat="server" Font-Size="9pt" Height="22px" PostBackUrl="~/InFo.aspx"
Text="查看信息" Width="105px" OnClick="Button3_Click" /></td>
</tr>
<tr>
<td align="left" colspan="1" style="height: 21px">
<table id="F" runat="server" enableviewstate="true" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 100px; height: 30px;">
<asp:FileUpload ID="FileUpload1" runat="server" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="right" style="width: 9px; text-align: center">
</td>
<td align="right" style="width: 125px; text-align: center">
</td>
<td align="right" style="width: 125px; text-align: center">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 846px; background-image: url(Images/3.jpg); height: 73px;">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -