home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / _baks / communicableConditions.php.0002.7ba3.bak < prev    next >
Text File  |  2011-01-24  |  2KB  |  72 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.     <script src="jquery-1.2.1.min.js" type="text/javascript"></script>
  12.  <script src="jquery.url.js" type="text/javascript"></script>
  13.       <script src="menu-collapsed.js" type="text/javascript"></script>
  14.  
  15.     <link rel="stylesheet" type="text/css" href="collapsed_style.css" />
  16.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  17.   
  18.  
  19.   
  20.       <!--[if lt IE 8]>
  21.    <style type="text/css">
  22.    li a {display:inline-block;}
  23.    li a {display:block;}
  24.    </style>
  25.    <![endif]-->
  26.    
  27. <?php include("scriptHead.php"); ?>
  28.  
  29. <?php include("dropJava.php"); ?>
  30.  
  31. <style type="text/css">
  32. <!--
  33. .style138 {font-size: 16px}
  34. -->
  35. </style>
  36. </head>
  37.  
  38. <center><body class="body">
  39.  
  40. <table width="760" border="3px" bordercolor="#FFFFFF">
  41.   <tr id="header">
  42.     <td colspan="3"><?php include("header.php"); ?></td>
  43.   </tr>
  44.   
  45.   <tr id="dropMenu">
  46.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  47.   </tr>
  48.   
  49.   <tr valign="top" bgcolor="#FFFFFF">
  50.   
  51.       <td width="152" height="75" class="leftMenu" id="leftMenu">
  52.        <?php include("ourschool_collapsed.php"); ?>
  53.         
  54.     </td>
  55.     
  56.     <td width="654" id="pageContenet">
  57.         <p class="LgBodyBold style138">Communicable Conditions</p>
  58.         <p class="LgBodyBold style138" style="margin-top: 0; margin-bottom: 0;"></p>
  59.         <p class="LgBodyBold" style="margin-top: 0;">Information sheets for the following communicable illnesses are available:</p>
  60.         <p style="margin-bottom: 0;"></p></td>
  61.     
  62.  
  63.   
  64.   </tr>
  65.   <tr bgcolor="#FFFFFF">
  66.       <td colspan="3"><?php include("footer.php"); ?></td>
  67.   </tr>
  68. </table>
  69.  
  70. </body></center>
  71. </html>
  72.