home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / _baks / studentLinks.php.0002.59bb.bak < prev    next >
Text File  |  2010-09-21  |  3KB  |  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. </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="120" height="75" class="leftMenu" id="leftMenu">
  37.        <?php include("students_collapsed.php"); ?>
  38.         
  39.     </td>
  40.     
  41.     <td width="610" id="pageContenet">
  42.     
  43.     
  44.     
  45.     <p> </p>
  46.     <p> </p>
  47. <p class="LgBodyBold"><u><a href="http://www.elm4you.org/"><strong><strong>ELM (Electronic Library of Minnesota, including Encyclopedia Britannica online)</strong></strong></a></u></p>
  48. <p> </p>
  49. <p class="LgBodyBold"><a href="http://owl.english.purdue.edu/" target="_blank"><strong>Purdue University Online Writing Lab (OWL)</strong></a></p>
  50. <p> </p><p class="LgBodyBold"><a href="http://www2.ed.gov/students/landing.jhtml" target="_blank"><strong>US Department of Education - Student Section</strong></a></p>
  51. <p> </p>
  52. <p> </p>
  53. <p> </p>
  54. <p> </p>
  55. <p> </p>
  56. <p> </p>
  57. <p> </p>
  58. <p> </p>
  59. <p> </p>
  60. <p> </p>
  61.  
  62.     
  63.     
  64.     
  65.     </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.