home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / moodleLink.php < prev    next >
Text File  |  2010-09-08  |  1KB  |  52 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.  
  12.  
  13. <?php include("dropJava.php"); ?>
  14.  
  15. </head>
  16.  
  17. <center><body class="body">
  18.  
  19. <table width="760" border="3px" bordercolor="#FFFFFF">
  20.   <tr id="header">
  21.     <td colspan="3"><?php include("header.php"); ?></td>
  22.   </tr>
  23.   
  24.   <tr id="dropMenu">
  25.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  26.   </tr>
  27.   
  28.   <tr valign="top" bgcolor="#FFFFFF">
  29.   
  30.       <td width="150" height="75" class="leftMenu" id="leftMenu">
  31.        <?php include("ourSchoolmenu.php"); ?>
  32.         
  33.     </td>
  34.     
  35.     <td width="610" id="pageContenet">
  36.         
  37.         <p></p>
  38.         <p><a href="https://moodle.umn.edu/course/view.php?id=2061">  Moodle</a></p>
  39.         <p> Student Enrollment Key:  mcgregormercs</p>
  40.     </td>
  41.     
  42.  
  43.   
  44.   </tr>
  45.   <tr bgcolor="#FFFFFF">
  46.       <td colspan="3"><?php include("footer.php"); ?></td>
  47.   </tr>
  48. </table>
  49.  
  50. </body></center>
  51. </html>
  52.