<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/
<html lang="en">
<head>
<title>Information Center</title>
<!-- Meta -->
<meta http-equiv="content-type" content="text/html;charset=
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- Javascript -->
<script type="text/javascript" src="http://ajax.googleapis.
<script type="text/javascript">
$(document).ready(function(){
$(".feedback-slide-button").
$("#feedback-panel").
$(this).toggleClass("active");
return false;
});
});
</script>
<script type="text/javascript">
function feedbackFormValidator(
{
if (feedbackForm.feedback.value == "")
{
alert("Please make sure you input your feedback before you click submit. Thanks.");
feedbackForm.feedback.focus();
return (false);
}
}
</script>
</head>
<body>
<div id="outer-container">
<div id="header">
<!-- -------------------- Feedback -------------------- -->
<div id="feedback-panel">
<div id="feedback-content">
<h2>We want your feedback!</h2>
<p>Please let us know what you think about the Information Center. Use the text box on the right to submit any comments, questions or suggestions that you may have. We appreciate the feedback!.</p>
</div>
<form method="post" action="send-feedback.asp" name="TellerTrainingFeedback" onsubmit="return feedbackFormValidator(this)">
<fieldset>
<textarea name="feedback" cols="45" rows="6"></textarea><br>
<input type="submit" value="Submit Feedback" style="margin-right: 20px; margin-top: 10px;"><input type="reset" value="Reset" style="margin-top: 10px;">
</fieldset>
</form>
</div>
<p id="feedback-slide"><a href="#" class="feedback-slide-button">
<!-- -------------------- Feedback -------------------- -->