home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / _baks / altLearn.php.0002.4a3b.bak < prev    next >
Text File  |  2010-10-12  |  2KB  |  57 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 - Alternative Learning</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="menu-collapsed.js" type="text/javascript"></script>
  13.     <script src="jquery.url.js" type="text/javascript"></script>
  14.     <link rel="stylesheet" type="text/css" href="collapsed_style.css" />
  15.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  16.       <!--[if lt IE 8]>
  17.    <style type="text/css">
  18.    li a {display:inline-block;}
  19.    li a {display:block;}
  20.    </style>
  21.    <![endif]-->
  22.  
  23. <?php include("dropJava.php"); ?>
  24.  
  25.  
  26. </head>
  27.  
  28. <center><body class="body">
  29.  
  30. <table width="760" border="3px" bordercolor="#FFFFFF">
  31.   <tr id="header">
  32.     <td colspan="3"><?php include("header.php"); ?></td>
  33.   </tr>
  34.   
  35.   <tr id="dropMenu">
  36.     <td colspan="3" class="menuBg"><?php include("dropMenu.php"); ?></td>
  37.   </tr>
  38.   
  39.   <tr valign="top" bgcolor="#FFFFFF">
  40.   
  41.  <td width="150" class="leftMenu" id="leftMenu">
  42.   
  43. <?php include("ourschool_collapsed.php"); ?>
  44.  
  45.     </td>
  46.     
  47.     <td id="pageContenet"><?php include("content/altLear.php"); ?></td>
  48.     
  49.   </tr>
  50.   <tr bgcolor="#FFFFFF">
  51.       <td colspan="3"><?php include("footer.php"); ?></td>
  52.   </tr>
  53. </table>
  54.  
  55. </body></center>
  56. </html>
  57.