home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / _baks / newsletter.php.0011.794c.bak < prev    next >
Text File  |  2014-07-14  |  3KB  |  82 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. .style136 {font-family: Georgia, "Times New Roman", Times, serif}
  34. .style172 {
  35.   font-size: 13px;
  36.   font-style: italic;
  37. }
  38. -->
  39. </style>
  40. </head>
  41.  
  42. <center><body class="body">
  43.  
  44. <table width="760" border="3px" bordercolor="#FFFFFF">
  45.   <tr id="header">
  46.     <td colspan="3"><?php include("header.php"); ?></td>
  47.   </tr>
  48.   
  49.   <tr id="dropMenu">
  50.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  51.   </tr>
  52.   
  53.   <tr valign="top" bgcolor="#FFFFFF">
  54.   
  55.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  56.        <?php include("parents_collapsed.php"); ?>
  57.         
  58.     </td>
  59.     
  60.     <td id="pageContenet">
  61.        
  62.        <p class="LgBodyBold" style="margin-top: 0pt;"> </p>
  63.        <blockquote>
  64.          <p align="center" class="ui-widget-header style136" style="margin-bottom: 0pt;"> MHS SCHOOL NEWSLETTER         </p>
  65.          <p class="SmBody" style="margin-top: 0; margin-bottom: 0;"> </p>
  66. <p align="center" style="margin-top: 0; margin-bottom: 0pt;"><a href="documents/SpringMercury.pdf">Spring Mercury</a></p>
  67. <p align="center" style="margin-top: 0; margin-bottom: 0;"><a href="documents/JUNE-JULYmercury.pdf">JUNE-JULY mercury</a></p>
  68. <p align="center" style="margin-top: 0; margin-bottom: 0;"> </p>
  69.        </blockquote>
  70.       </td>
  71.     
  72.  
  73.   
  74.   </tr>
  75.   <tr bgcolor="#FFFFFF">
  76.       <td colspan="3"><?php include("footer.php"); ?></td>
  77.   </tr>
  78. </table>
  79.  
  80. </body></center>
  81. </html>
  82.