📄 index.html.svn-base
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>ASE2007 | Welcome to Stock Tracking System Demo!</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<script language="javascript">
<!--
function preSubmit()
{
var username=document.getElementById("username");
var password=document.getElementById("pass");
var errorDiv=document.getElementById("ErrorDiv");
if( username.value == "" )
{
errorDiv.innerHTML = "Empty username is not allowed!";
return;
}
if( password.value == "" )
{
errorDiv.innerHTML = "Empty password is not allowed!";
return;
}
document.getElementById("loginform").submit();
}
-->
</script>
</head>
<body>
<div align="center">
<table cellspacing="0" border="0" cellpadding="10">
<tr valign="top" >
<!-- PHOTO -->
<td style="border:1px solid #F2A323">
<img src="images/home_clover.jpg" width="424" height="283" alt="Seasons Change by one of our members, Olivia Leigh" />
<!-- CLOVER -->
</td>
<td class="Tagline" style="border:1px solid #F2A323;border-left:0px;">
<div class="SignUp">
<form name="loginform" id="loginform" action="Login.do">
<table cellspacing="0" border="0" cellpadding="5">
<tr>
<td><label for="email">Username:</label></td>
<td><input type="text" name="username" value="" id="username" size="20"/></td>
</tr>
<tr>
<td><label for="email">Password:</label></td>
<td><input type="password" name="pass" id="pass" size="20" /></td>
<tr>
<tr>
<td colspan="2" align="right">
<input type="button" name="login" value="login" onclick="preSubmit();">
<input type="reset" name="reset" value="reset">
</td>
</tr>
</table>
</form>
</div>
<p class="SignIn">Not a member? <a href="#"><b>Sign Up Now!</b></a>. </p>
<DIV align="buttom" id="ErrorDiv" style="color:red;padding-right:1px;"></DIV>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -