home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / classWebsite.php < prev    next >
Text File  |  2011-09-30  |  2KB  |  67 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. </head>
  22.  
  23. <center><body class="body">
  24.  
  25. <table width="760" border="3px" bordercolor="#FFFFFF">
  26.   <tr id="header">
  27.     <td colspan="3"><?php include("header.php"); ?></td>
  28.   </tr>
  29.   
  30.   <tr id="dropMenu">
  31.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  32.   </tr>
  33.   
  34.   <tr valign="top" bgcolor="#FFFFFF">
  35.   
  36.       <td width="150" height="75" class="leftMenu" id="leftMenu">
  37.        <?php include("students_collapsed.php"); ?>
  38.         
  39.     </td>
  40.     
  41.     <td width="610" id="pageContenet">
  42.         <p style="margin-bottom: 0">
  43.           <?php include("content/classWebsite.php"); ?>
  44.         </p>
  45. <p style="margin-top: 0;"><a href="http://sites.google.com/site/mcgregorsixthgrade/">Ms. Hawkinson</a></p>
  46.  
  47. <p><a href="https://sites.google.com/site/mcgregormusicdept/">Ms. Jacobsma</a></p>
  48. <p><a href="http://sites.google.com/site/mrsmadsenssecondgrade/">Mrs. Madsen</a></p>
  49.  
  50. <p><a href="http://sites.google.com/site/mcgregor3rdgrade/">Mrs. Maine</a></p>
  51.  
  52. <p><a href="https://sites.google.com/site/mcgregor5thgraders">Mrs. Staum</a></p>
  53.  
  54. <p><a href="https://sites.google.com/site/titleonenews/">Title One</a></p>
  55. </td>
  56.     
  57.  
  58.   
  59.   </tr>
  60.   <tr bgcolor="#FFFFFF">
  61.       <td colspan="3"><?php include("footer.php"); ?></td>
  62.   </tr>
  63. </table>
  64.  
  65. </body></center>
  66. </html>
  67.