📄 p1.aspx
字号:
<%@ Page language="c#" Debug="true" Codebehind="p1.pas" AutoEventWireup="false" Inherits="p1.TP1" %>
<%@ Register TagPrefix="borland" Namespace="Borland.Data.Web" Assembly="Borland.Data.Web" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<STYLE type=text/css>A:link {
COLOR: #003366; TEXT-DECORATION: none
}
A:visited {
COLOR: #003366; TEXT-DECORATION: none
}
A:hover {
TEXT-DECORATION: underline
}
BODY {
FONT-SIZE: 12px; SCROLLBAR-ARROW-COLOR: #a8b9e4; SCROLLBAR-BASE-COLOR: #f0f3fa; BACKGROUND-COLOR: #ffffff
}
TABLE {
FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana
}
TEXTAREA {
FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana; BACKGROUND-COLOR: #f0f3fa
}
INPUT {
FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana; BACKGROUND-COLOR: #f0f3fa
}
OBJECT {
FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana; BACKGROUND-COLOR: #f0f3fa
}
SELECT {
FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial; BACKGROUND-COLOR: #f0f3fa
}
.nav {
FONT-WEIGHT: normal; FONT-SIZE: 12px; FONT-FAMILY: Tahoma, Verdana
}
.header {
FONT-WEIGHT: normal; FONT-SIZE: 11px; BACKGROUND-IMAGE: url(images/default/msn_headerbg.gif); COLOR: #000000; FONT-FAMILY: Tahoma, Verdana
}
.category {
FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial; BACKGROUND-COLOR: #d4dff5
}
.multi {
FONT-SIZE: 11px; COLOR: #003366; FONT-FAMILY: Arial
}
.smalltxt {
FONT-SIZE: 11px; FONT-FAMILY: Arial
}
.mediumtxt {
FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Tahoma, Verdana
}
</STYLE>
<html>
<head>
<title></title>
<meta name="GENERATOR" content="Borland Package Library 7.1">
</head>
<body ms_positioning="GridLayout">
<form runat="server">
<table cellspacing=0 cellpadding=0 width="97%" border=0>
<tbody>
<tr>
<td style="HEIGHT: 222px">
<p>
</p>
<p>
<asp:label id=Label1 runat="server">Label</asp:label>
</p>
<p>
<asp:label id=Label2 runat="server">Label</asp:label>
<asp:label id=Label3 runat="server">Label</asp:label>
<asp:table id=Table1 runat="server" width="100%"
borderwidth="1px" backcolor="Lavender"
gridlines="Both" bordercolor="ControlDark"
cellpadding="4" cellspacing="0"
horizontalalign="Center">
<asp:tablerow>
<asp:tablecell verticalalign="Middle"
width="10%" horizontalalign="Center"
text="<b>标识</b>">
</asp:tablecell>
<asp:tablecell verticalalign="Middle"
width="80%" horizontalalign="Center"
text="<b>内容</b>">
</asp:tablecell>
<asp:tablecell verticalalign="Middle"
width="10%" horizontalalign="Center"
text="<b>日期</b>">
</asp:tablecell>
</asp:tablerow>
</asp:table>
</p>
<p>
<table cellspacing=0 cellpadding=0 width="100%"
align=center border=0>
<tbody>
<tr>
<td style="WIDTH: 105px">
<asp:hyperlink id=H0 runat="server">第一页</asp:hyperlink>
<asp:hyperlink id=H1 runat="server"
width="38px" height="15">前一页</asp:hyperlink>
</td>
<td style="WIDTH: 25px">
<asp:table id=Table3 runat="server"
width="2px" horizontalalign="Center"
height="20">
</asp:table>
</td>
<td style="HEIGHT: 19px">
<asp:hyperlink id=H2 runat="server">下一页</asp:hyperlink>
<asp:hyperlink id=H3 runat="server">最后一页</asp:hyperlink>
</td>
</tr>
</tbody>
<asp:table id=Table2
style="Z-INDEX: 1; LEFT: 150px; POSITION: absolute; TOP: -2px"
runat="server">
</asp:table>
</table>
</p>
</td>
</tr>
</tbody>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -