+</div>
<!-- START OF FOOTER -->
+<div id="footer">
<center>
<hr size="1" noshade="noshade" />
<p class="logininfo"><?php echo $loggedinas ?></p>
<hr size="1" noshade="noshade" />
<p>
<a href="http://validator.w3.org/check?verbose=1&ss=1&uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
-<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a>
+<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a>
</p>
</center>
+</div>
+</div>
</body>
</html>
<?php include("$CFG->javascript"); ?>
</head>
-<body<?php
+<body<?php
echo " $bodytags";
- if ($focus) {
- echo " onload=\"setfocus()\"";
- }
+ if ($focus) {
+ echo " onload=\"setfocus()\"";
+ }
echo " bgcolor=\"$THEME->body\">";
?>
+<div id="wrapper">
<?php if ($home) { // This is what gets printed on the home page only ?>
-
+<div id="header-home">
<table width="100%" cellpadding="10" cellspacing="0" border="0" class="headerhome">
<tr>
<td valign="top" class="headerhomemain"><?php echo $heading?></td>
</table>
<?php } else if ($heading) { // This is what gets printed on any other page with a heading ?>
-
+<div id="header">
<table width="100%" cellpadding="0" cellspacing="0" border="0" class="header">
<tr>
<td valign="top" class="headermain"><?php echo $heading?></td>
<td align="right" valign="top" class="headermenu"><?php echo $menu ?></td>
</tr>
</table>
-
<?php } ?>
+</div>
-
+<div id="nav-bar">
<?php if ($navigation) { // This is the navigation table with breadcrumbs ?>
<table border="0" cellpadding="3" cellspacing="0" width="100%">
<td bgcolor="<?php echo $THEME->cellheading?>" class="navbar">
<font size="2"><b><?php print_navigation("$navigation"); ?></b></font>
</td>
- <td bgcolor="<?php echo $THEME->cellheading?>" class="navbar" align="right" width="20" valign="top"><?php
+ <td bgcolor="<?php echo $THEME->cellheading?>" class="navbar" align="right" width="20" valign="top"><?php
echo $button;
?></td>
</tr>
<hr size="1" noshade="noshade" />
<?php } ?>
-
+</div>
<!-- END OF HEADER -->
+<div id="containerContent">
\ No newline at end of file