home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / calendar.php < prev    next >
Text File  |  2011-08-04  |  2KB  |  65 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="jquery.url.js" type="text/javascript"></script>
  14.       <script src="menu-collapsed.js" type="text/javascript"></script>
  15.  
  16.     <link rel="stylesheet" type="text/css" href="collapsed_style.css" />
  17.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  18.   
  19.  
  20.   
  21.       <!--[if lt IE 8]>
  22.    <style type="text/css">
  23.    li a {display:inline-block;}
  24.    li a {display:block;}
  25.    </style>
  26.    <![endif]-->
  27.    
  28. <?php include("scriptHead.php"); ?>
  29.  
  30. <?php include("dropJava.php"); ?>
  31.  
  32. </head>
  33.  
  34. <center><body class="body">
  35.  
  36. <table width="760" border="3px" bordercolor="#FFFFFF">
  37.   <tr id="header">
  38.     <td colspan="3"><?php include("header.php"); ?></td>
  39.   </tr>
  40.   
  41.   <tr id="dropMenu">
  42.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  43.   
  44.   </tr>
  45.   
  46.   <tr valign="top" bgcolor="#FFFFFF">
  47.   
  48.     <td width="150" height="75" class="leftMenu" id="leftMenu">
  49.     
  50.     <?php include("ourschool_collapsed.php"); ?>
  51.         
  52.     </td>
  53.     
  54.     
  55.     <td width="610" id="pageContenet" align="center"><?php include("content/calendarFull.php"); ?></td>
  56.     
  57.   </tr>
  58.   <tr bgcolor="#FFFFFF">
  59.       <td colspan="3"><?php include("footer.php"); ?></td>
  60.   </tr>
  61. </table>
  62.  
  63. </body></center>
  64. </html>
  65.