<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Title : The Island
Version : 1.0
Released : 20070612
Description: A two-column, fixed-width, blue-themed template that can be easily converted into a blog theme.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>KUDOS! ::: Employee Recognition System</title>
<link href="style/default.css" rel="stylesheet" type="text/css" />
</head>
<body OnLoad="document.login.username.focus();">
<div id="wrapper">
<?php include ("includes/header_nav.html"); ?>
<!-- end menu -->
<div id="page">
<div id="content">
<h1 class="title">Welcome to Kudos!</h1>
<p><strong><em>You must be logged in to see that page.</em></strong></p>
</div>
<!-- end content -->
<div id="sidebar">
<li id="submenu">
<h2>Login</h2>
<p>
<form name="login" method="post" action="verify.php">
<table>
<tr><td><label>Username:</label></td>
<td><input type="text" name="username" id="username" size="15"></td></tr>
<tr><td><label>Password:</label></td>
<td><input type="password" name="password" id="password" size="15"></td></tr></table>
<input type="Submit" name="Submit" value="Login">
</form>
</p>
<br>
</li>
</div>
<!-- end sidebar -->
<div style="clear: both;"> </div>
</div>
<!-- end page -->
<div id="footer">
<p id="legal">Copyright © 2008 National Instruments. All Rights Reserved.</p>
</div>
<!-- end footer -->
</div>
<!-- end wrapper -->
</body>
</html>
<!--Template Copyright © 2007 The Island. All Rights Reserved. Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a> -->