home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / _baks / calendar.php.0001.9563.bak < prev    next >
Text File  |  2010-09-08  |  2KB  |  52 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>McGregor Area School ISD#4</title>
  6.  
  7. <link href="style.css" rel="stylesheet" type="text/css" />
  8. <link href="dropStyle.css" rel="stylesheet" type="text/css" />
  9. <link rel="icon" href="/favicon.ico" type="image/x-icon">
  10.  
  11.  
  12.     <script src="jquery-1.2.1.min.js" type="text/javascript"></script>
  13.     <script src="menu-collapsed.js" type="text/javascript"></script>
  14.     <link rel="stylesheet" type="text/css" href="collapsed_style.css" />
  15.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  16.     
  17. <?php include("dropJava.php"); ?>
  18.  
  19. </head>
  20.  
  21. <center><body class="body">
  22.  
  23. <table width="760" border="3px" bordercolor="#FFFFFF">
  24.   <tr id="header">
  25.     <td colspan="3"><?php include("header.php"); ?></td>
  26.   </tr>
  27.   
  28.   <tr id="dropMenu">
  29.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  30.   
  31.   </tr>
  32.   
  33.   <tr valign="top" bgcolor="#FFFFFF">
  34.   
  35.     <td width="150" height="75" class="leftMenu" id="leftMenu">
  36.     
  37.     <?php include("ourschool_collapsed.php"); ?>
  38.         
  39.     </td>
  40.     
  41.     
  42.     <td width="610" id="pageContenet" align="center"><?php include("content/calendarFull.php"); ?></td>
  43.     
  44.   </tr>
  45.   <tr bgcolor="#FFFFFF">
  46.       <td colspan="3"><?php include("footer.php"); ?></td>
  47.   </tr>
  48. </table>
  49.  
  50. </body></center>
  51. </html>
  52.