pmacs3/code_examples/tbb.htm

113 lines
3.7 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><!--
xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" stuff added
8/5/2008 by jboschan for validation purposes. -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The Benefit Bank</title>
<link rel="SHORTCUT ICON" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/shared/css/tbb.css"/>
<!-- BDS RELEASE: -->
<script language="JavaScript" type="text/javascript">
<!--
function AlertSiteSeal(){
AlertSiteWindow =
window.open('http://www.alertsite.com/cgi-bin/alertsite_seal?obj_cust=18428&obj_device=34696','AlertSiteWindow','scrollbars,resizable,height=450,width=500');
AlertSiteWindow.focus();
}
//-->
</script>
<script type="text/javascript">
function go() { document.externalLogin.login.focus(); }
</script>
</head>
<body class="login" onload="go()">
<div id="wrapper">
<div id="wrapper-bg">
<div id="login_header">
</div>
<div id="nav-main" class="nav">
</div>
<div id="dvMain">
<h1 style="margin-top:30px;">Login to The Benefit Bank!</h1>
<div class="LoginBorder BgWhite" style="width:400px;">
<form name="externalLogin" action="/ums"
method="post"><!-- method="POST" changed to method="post" 8/5/2008 by
Jboschan -->
<dl>
<!-- <dd></dd> tags added around input statement for validation
8/7/2008 -->
<dd><input name="unassisted" type="hidden" value="1"/></dd>
<dd>
<!-- this dd added 8/7/2008 by Jboschan to try to fix layout in Safari, Opera. -->
<div class="clear"></div>
</dd>
<dt>Login Name:</dt>
<dd><input name="login" type="text" size="10" autocomplete="off"/></dd>
<dd>
<!-- this dd added 8/7/2008 by Jboschan to try to fix layout in Safari, Opera. -->
<div class="clear"></div>
</dd>
<dt>Password:</dt>
<dd>
<input name="password" type="password" size="10" autocomplete="off"/>
</dd>
<dd>
<input alt="Log in" type="submit" value="Log In" class="frButton"/>
</dd>
<dd>
<a href="/ums?task=request_password_reset">Reset Password</a> / <a href="/ums?task=request_password_reset&help=t">Log in Help</a>
</dd>
</dl>
</form>
</div>
<br />
<!--
<a href="javascript:AlertSiteSeal()"><img
src="http://www.alertsite.com/images/as_seal_red_sm.gif" border="0"
alt="Alert Site Security Certified" align="right"></a>
-->
</div>
<div id="footer">
<ul>
<li><a href="http://www.solutionsforprogress.com">A Solutions For Progress Initiative</a> &middot; &nbsp;</li>
<li><a href="/shared/all/contactus.html">Technical Assistance</a> &middot; &nbsp;</li>
<li><a href="mailto:tbbhelpdesk@thebenefitbank.com?subject=Translation Issues">Translation Issues</a> &middot; &nbsp;</li>
<li><a href="/shared/all/contactus.html">Contact Us</a> &middot; &nbsp;</li>
<li><a href="/html/disclaimers/privacy.html">Privacy Policy</a> &middot; &nbsp;</li>
<li>Copyright &copy; All Rights Reserved</li>
</ul>
</div>
</div>
<div id="footer-bottom"></div>
</div>
</body>
</html>