Created
January 27, 2009 17:51
-
-
Save andrewroth/53442 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html> | |
<head> | |
<title>Project Application Tool</title> | |
<link href="/stylesheets/main2.css?1232989210" media="screen" rel="stylesheet" type="text/css" /> | |
<link href="/stylesheets/sortable_tables.css?1232989210" media="screen" rel="stylesheet" type="text/css" /> | |
<script type="text/javascript" src="/javascripts/mochikit/MochiKit.js"></script> | |
<script type="text/javascript" src="/javascripts/sortable_tables.js"></script> | |
<script src="/javascripts/prototype.js?1232989210" type="text/javascript"></script> | |
<script src="/javascripts/effects.js?1232989210" type="text/javascript"></script> | |
</head> | |
<body> | |
<!-- display style must be inline --> | |
<div id="loading" style="display:none;"> | |
Loading <img alt="Spinner" src="/images/spinner.gif?1232989210" /><br /> | |
</div> | |
<div id="saving" style="display:none;"> | |
Saving <img alt="Spinner" src="/images/spinner.gif?1232989210" /><br /> | |
</div> | |
<div id="header"> | |
<div id="user_info"> | |
</div> | |
<div id="event_group_info"> | |
</div> | |
<h1>Project Application Tool</h1> | |
</div> | |
<div> | |
<div id="content"> | |
<form action="/security/login" method="post"> | |
<fieldset> | |
<legend>Login</legend> | |
<ol> | |
<li><label>Username: </label><input id="username" name="username" type="text" value="" /></li> | |
<li><label>Password: </label><input id="password" name="password" type="password" value="" /></li> | |
</ol> | |
<img src="/images/login.jpg" width="50px" /> | |
<input id="submit" name="commit" type="submit" value="Login" /> | |
</fieldset> | |
</form> | |
<div id="account_links"> | |
<a href="/security/signup">Create an Account</a> | |
| <a href="https://signin.mygcx.org/sso/selfservice/protected/password/changePassword.jsp">Change Password</a> | |
| <a href="https://signin.mygcx.org/sso/selfservice/resetPassword.jsp">Reset Password</a> | |
</div> | |
</div> | |
</div> | |
<!-- init any sortable tables made on this page --> | |
<!-- Google Analytics Code: Start--> | |
<script type="text/javascript"> | |
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | |
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | |
</script> | |
<script type="text/javascript"> | |
var pageTracker = _gat._getTracker("UA-2437988-4"); | |
pageTracker._initData(); | |
pageTracker._trackPageview(); | |
</script> | |
<!-- Google Analytics Code: End--> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment