home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / edline.php < prev    next >
Text File  |  2010-08-16  |  1KB  |  43 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.  
  10. <?php include("dropJava.php"); ?>
  11.  
  12. </head>
  13.  
  14. <center><body class="body">
  15.  
  16. <table width="760" border="3px" bordercolor="#FFFFFF">
  17.   <tr id="header">
  18.     <td colspan="3"><?php include("header.php"); ?></td>
  19.   </tr>
  20.   
  21.   <tr id="dropMenu">
  22.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  23.   </tr>
  24.   
  25.   <tr valign="top" bgcolor="#FFFFFF">
  26.   
  27.       <td width="25%" height="75" class="leftMenu" id="leftMenu">
  28.         
  29.     </td>
  30.     
  31.     <td id="pageContenet">
  32.         <?php include("content/edlineContent.php"); ?>
  33.     </td>
  34.     
  35.   </tr>
  36.   <tr bgcolor="#FFFFFF">
  37.       <td colspan="3"><?php include("footer.php"); ?></td>
  38.   </tr>
  39. </table>
  40.  
  41. </body></center>
  42. </html>
  43.