index.html 2.34 KB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>AmdaNG Login</title>

<!-- Login -->
<link rel="stylesheet" type="text/css" href="js/resources/css/login.css" />
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> 
<!--<script type="text/javascript" src="client/misc/cookies.js"></script> -->
<!--<script type="text/javascript" src="js/login/login.js"></script>-->
</head>

<body>
<div id="qo-panel">
	<!--<img alt="" src="js/resources/images/default/s.gif" class="qo-logo qo-abs-position" />-->
	<span class="qo-supported qo-abs-position">
		<b>Supported Browsers</b><br />
		<a href="http://www.mozilla.org/download.html" target="_blank">Firefox</a><br/>
		<!--<a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx" target="_blank">Internet Explorer 7+</a><br />-->
		<!--<a href="http://www.opera.com/download/" target="_blank">Opera 9+</a><br />-->
		<a href="http://www.apple.com/safari/download/" target="_blank">Safari</a><br/>
		<a href="http://www.google.com/chrome/" target="_blank">Google-Chrome</a>
	</span>

 	<a href="http://www.extjs.com/" target="_blank">
        <img alt="" src="js/resources/images/s.gif" class="qo-extjs-logo qo-abs-position" /></a>	
	<span class="qo-library qo-abs-position">
	   built with the <a href="http://www.extjs.com/" target="_blank">Ext JS</a> library.
	</span>	

	<span class="qo-signup-link qo-abs-position">
		<a href="signup.html">I want to sign up</a>
	</span>
	
	<span class="qo-forgot-link qo-abs-position">
		<a href="forgot-password.html">I forgot my password</a>
	</span>
	 <form method="POST" action="desktop.php">  
	    <label id="field1-label" class="qo-abs-position">Login</label>
	    <input class="qo-abs-position" type="text" name="username" id="field1" />
	    
	    <label id="field2-label" class="qo-abs-position">Password</label>
	    <input  class="qo-abs-position" type="password" name="password" id="field2" />
            <input id="submitBtn" class="qo-submit qo-abs-position" type="submit" value=""/>
	 </form>   
	 
	<!--<input id="resetBtn" class="qo-reset qo-abs-position" type="image" src="js/resources/images/s.gif" />-->
</div>

</body>
</html>