home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / newsletter.php < prev    next >
Text File  |  2015-06-11  |  3KB  |  84 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 align="center" class="ui-widget-header style136" style="margin-top: 0; margin-bottom: 0;"> </p>
  66.          <p align="center" class="ui-widget-header style136" style="margin-top: 0; margin-bottom: 0;">Spring 2015 Mercury - <a href="documents/2015SpringMercury.pdf">2015 Spring Mercury</a></p>
  67.          <p align="center" class="ui-widget-header style136" style="margin-top: 0; margin-bottom: 0;">Winter Mercury - <a href="documents/DJFMercury-Web.pdf">DJF Mercury - Web</a></p>
  68.          <p align="center" class="ui-widget-header style136" style="margin-top: 0; margin-bottom: 0;">June Mercury - <a href="documents/JuneMercury.pdf">June Mercury</a></p>
  69.          <p align="center" class="ui-widget-header style136" style="margin-top: 0;">Big Sandy Water Institute Brochure - <a href="documents/BSWI2015_001.pdf">BSWI 2015</a></p>
  70.          <p align="center" style="margin-bottom: 0;"> </p>
  71.        </blockquote>
  72.       </td>
  73.     
  74.  
  75.   
  76.   </tr>
  77.   <tr bgcolor="#FFFFFF">
  78.       <td colspan="3"><?php include("footer.php"); ?></td>
  79.   </tr>
  80. </table>
  81.  
  82. </body></center>
  83. </html>
  84.