📄 index.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="login" Src="usercontrol/login.ascx" %>
<%@ Page language="c#" Codebehind="index.aspx.cs" AutoEventWireup="false" Inherits="HKeBookshop.index" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>index</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="style.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 80px; POSITION: absolute; TOP: 8px; HEIGHT: 328px"
cellSpacing="1" cellPadding="1" width="780" align="center" border="0">
<TR>
<TD style="HEIGHT: 72px" vAlign="bottom" align="center" colSpan="3"><IMG src="images/Logo_ban.png" width="780">
</TD>
</TR>
<TR>
<TD vAlign="top" align="center">
<script language="JavaScript">
today=new Date();
var hours = today.getHours();
var minutes = today.getMinutes();
var seconds = today.getSeconds();
var timeValue = "<FONT COLOR=black>" + ((hours >12) ? hours -12 :hours); timeValue += ((minutes < 10) ? "<BLINK><FONT COLOR=black>:</FONT></BLINK>0" : "<BLINK><FONT COLOR=black>:</FONT></BLINK>") + minutes+"</FONT></FONT>";
timeValue += (hours >= 12) ? "PM" : "AM";
function initArray(){
this.length=initArray.arguments.length
for(var i=0;i<this.length;i++)
this[i+1]=initArray.arguments[i] }
var d=new initArray("<font color=RED>星期日","<font color=black>星期一","<font color=black>星期二","<font color=black>星期三","<font color=black>星期四","<font color=black>星期五","<font color=red>星期六"); document.write("<font color=black>",today.getYear(),"<font color=black>年","<font color=black>",today.getMonth()+1,"<font color=black>月","<font color=black>",today.getDate(),"<font color=black>日 </FONT>",d[today.getDay()+1]," ",timeValue); //-->
</script>
</TD>
<TD vAlign="top" align="center" colSpan="2">
</TD>
</TR>
<TR>
<TD style="HEIGHT: 547px" vAlign="top" width="240">
<TABLE id="Table2" style="WIDTH: 195px; HEIGHT: 20px" cellSpacing="0" cellPadding="0" width="195"
border="0">
<TR>
<TD align="right"><uc1:login id="Login1" runat="server"></uc1:login></TD>
</TR>
</TABLE>
</TD>
<TD style="HEIGHT: 547px" vAlign="top" align="left" width="75%"><iframe name="I4" marginWidth="1" marginHeight="1" src="bookshow.aspx" frameBorder="0" width="100%"
height="570"></iframe>
</TD>
</TR>
<TR>
<TD vAlign="bottom" align="center" bgColor="gray" colSpan="3"><HR width="780" SIZE="1">
<DIV style="DISPLAY: inline; WIDTH: 156px; HEIGHT: 12px" ms_positioning="FlowLayout">本程序由X.K开发|<A href="adminlogin.aspx">管理登陆</A></DIV>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -