home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / facilities.php < prev    next >
Text File  |  2010-09-20  |  4KB  |  77 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. <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  12. <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></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. <?php include("dropJava.php"); ?>
  20.  
  21. <style type="text/css">
  22. <!--
  23. .style142 {
  24.   font-family: Arial, Helvetica, sans-serif;
  25.   font-size: 18px;
  26. }
  27. .style143 {
  28.   font-family: Arial, Helvetica, sans-serif;
  29.   font-size: 15px;
  30. }
  31. .style144 {font-size: 15px}
  32. -->
  33. </style>
  34. </head>
  35.  
  36. <center><body class="body">
  37.  
  38. <table width="760" border="3px" bordercolor="#FFFFFF">
  39.   <tr id="header">
  40.     <td colspan="3"><?php include("header.php"); ?></td>
  41.   </tr>
  42.   
  43.   <tr id="dropMenu">
  44.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  45.   </tr>
  46.   
  47.   <tr valign="top" bgcolor="#FFFFFF">
  48.   
  49.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  50.        <?php include("ourschool_collapsed.php"); ?>
  51.         
  52.     </td>
  53.     
  54.     <td width="610" id="pageContenet">
  55.         <?php include("example.php"); ?>
  56.         <p align="center" class="ui-widget-header style139 style142">Use of District Facility</p>
  57.         <p align="justify"><span class="style143">Thank you for your interest in the McGregor School District Facilities. We are pleased to offer state-of-the-art facilities to our community for rental purposes.</span></p>
  58.       <p align="justify" class="style143">The Board of Education believes that the public schools are owned and operated by and for its patrons and that the schools become an integral part of the community in terms of its intellectual and social expression and development. To this end the Board encourages the public use of school facilities.</p>
  59.       <p> </p>
  60.       <p align="center" class="ui-widget-header style142">Board Policy 902</p>
  61.       <p><a href="documents/BldRentrevised.pdf">BuildingRentalPolicy902.pdf (50.7kb)</a></p>
  62.       <p> </p>
  63.       <p align="center" class="ui-widget-header style142">Apply to Use a District Facility</p>
  64.       <p align="justify"><span class="style144">If you are interested in reserving any district facility (indoor or outdoor), please click below and complete a facility application form. Submit the form at least 10 days prior to the requested date of use to: Community Education, PO Box 160,  McGregor, MN  55760. If you have further questions please feel free to contact Community Education at 218.768.2121 x233.</span></p>
  65.       <p><a href="documents/facreq.pdf">FacilityRequest.pdf(35.4kb)</a></p></td>
  66.     
  67.  
  68.   
  69.   </tr>
  70.   <tr bgcolor="#FFFFFF">
  71.       <td colspan="3"><?php include("footer.php"); ?></td>
  72.   </tr>
  73. </table>
  74.  
  75. </body></center>
  76. </html>
  77.