home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / _baks / siteTemplate.php.0001.58e8.bak < prev    next >
Text File  |  2010-09-08  |  2KB  |  61 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.       <!--[if lt IE 8]>
  19.    <style type="text/css">
  20.    li a {display:inline-block;}
  21.    li a {display:block;}
  22.    </style>
  23.    <![endif]-->
  24.  
  25. <?php include("dropJava.php"); ?>
  26.  
  27. </head>
  28.  
  29. <center><body class="body">
  30.  
  31. <table width="760" border="3px" bordercolor="#FFFFFF">
  32.   <tr id="header">
  33.     <td colspan="3"><?php include("header.php"); ?></td>
  34.   </tr>
  35.   
  36.   <tr id="dropMenu">
  37.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  38.   </tr>
  39.   
  40.   <tr valign="top" bgcolor="#FFFFFF">
  41.   
  42.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  43.        <?php include("ourschool_collapsed.php"); ?>
  44.         
  45.     </td>
  46.     
  47.     <td width="610" id="pageContenet">
  48.         <p></p>
  49.     </td>
  50.     
  51.  
  52.   
  53.   </tr>
  54.   <tr bgcolor="#FFFFFF">
  55.       <td colspan="3"><?php include("footer.php"); ?></td>
  56.   </tr>
  57. </table>
  58.  
  59. </body></center>
  60. </html>
  61.