温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:替某公司写的一个小论坛(供新人参考)
当前文件:
lingdaBBS/Login.aspx[4K,2009-6-12 11:47:01],打开代码结构图
lingdaBBS/Login.aspx[4K,2009-6-12 11:47:01],打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head runat="server"> 7
<title>无标题页</title> 8
</head> 9
<body> 10
<form id="form1" runat="server"> 11
<div> 12
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="font-size:12px;"> 13
<tr> 14
<td> 15
<table width="100%" border="0" cellspacing="0" cellpadding="0"> 16
<tr> 17
<td width="0%"><img src="Images/f01.gif" width="267" height="110" /></td> 18
<td width="100%" bgcolor="#F00000"><img src="Images/f02.gif" width="275" height="110" /></td> 19
</tr> 20
</table> 21
</td> 22
</tr> 23
<tr> 24
<td height="20px"> 25
<asp:SiteMapPath ID="SiteMapPath1" runat="server"> 26
<CurrentNodeTemplate> 27
登录<br /> 28
</CurrentNodeTemplate> 29
<RootNodeTemplate> 30
凌达论坛 31
</RootNodeTemplate> 32
</asp:SiteMapPath> 33
</td> 34
</tr> 35
</table> 36
</div> 37
38
<!--空出一块区域--> 39
<table style="width: 100%" border="0px" cellspacing="0"> 40
<tr> 41
<td style="width: 100px; height:20px;"> 42
</td> 43
</tr> 44
</table> 45
<table border="1px" cellspacing="0" style="width: 100%; font-size:12px;" bordercolor="#f00000;"> 46
<tr> 47
<td style="background-color:#f00000; font-size:12px" height="20px"> 48
登录 49
</td> 50
</tr> 51
<tr> 52
<td> 53
<table style="width: 100%; margin:20px 20px;" border="0px" cellspacing="0"> 54
<tr> 55
<td> 56
请输入您的帐号与密码,然后点击登录按钮. 如果您没有注册,请先<a href="#"><font color="blue">注册成为会员</font></a>。提示:您的浏览器必须支持cookie,否则将不能登录论坛。</td> 57
</tr> 58
<tr> 59
<td> 60
<b>注意:</b>如果您在网吧,有效时间请选择即时登录。 61
</td> 62
</tr> 63
<tr> 64
<td style="height: 17px"> 65
用户名: 66
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <a href="Register.aspx">马上注册</a></td> 67
</tr> 68
<tr> 69
<td> 70
密码: <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox> 找回密码</td> 71
</tr> 72
<tr> 73
<td> 74
cook有效期:<input type="radio" name="cktime" value="31536000" checked/>一年   75
<input type="radio" name="cktime" value="2592000" />一个月   76
<input type="radio" name="cktime" value="86400" />一天   77
</td> 78
</tr> 79
<tr> 80
<td style="height: 17px"> 81
</td> 82
</tr> 83
<tr> 84
<td style="height: 26px" align="center"> 85
<asp:Button ID="btnSubmit" runat="server" Text="提交" Width="101px" /></td> 86
</tr> 87
</table> 88
89
</td> 90
</tr> 91
</table> 92
</form> 93
</body> 94
</html> 95




