home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / TestPage.php < prev    next >
Text File  |  2011-01-24  |  2KB  |  71 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"><!-- InstanceBegin template="/Templates/OurSchool_Blank.dwt.php" codeOutsideHTMLIsLocked="false" -->
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <!-- InstanceBeginEditable name="doctitle" -->
  6. <title>Test Page</title>
  7. <!-- InstanceEndEditable -->
  8.  
  9. <link href="style.css" rel="stylesheet" type="text/css" />
  10. <link href="dropStyle.css" rel="stylesheet" type="text/css" />
  11. <link rel="icon" href="/favicon.ico" type="image/x-icon">
  12.  
  13.     <script src="jquery-1.2.1.min.js" type="text/javascript"></script>
  14.  <script src="jquery.url.js" type="text/javascript"></script>
  15.       <script src="menu-collapsed.js" type="text/javascript"></script>
  16.  
  17.     <link rel="stylesheet" type="text/css" href="collapsed_style.css" />
  18.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  19.   
  20.  
  21.   
  22.       <!--[if lt IE 8]>
  23.    <style type="text/css">
  24.    li a {display:inline-block;}
  25.    li a {display:block;}
  26.    </style>
  27.    <![endif]-->
  28.    
  29. <?php include("scriptHead.php"); ?>
  30.  
  31. <?php include("dropJava.php"); ?>
  32.  
  33. <!-- InstanceBeginEditable name="head" -->
  34. <!-- InstanceEndEditable -->
  35.  
  36. </head>
  37.  
  38. <center><body class="body">
  39.  
  40. <table width="760" border="3px" bordercolor="#FFFFFF">
  41.   <tr id="header">
  42.     <td colspan="3"><?php include("header.php"); ?></td>
  43.   </tr>
  44.   
  45.   <tr id="dropMenu">
  46.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  47.   </tr>
  48.   
  49.   <tr valign="top" bgcolor="#FFFFFF">
  50.   
  51.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  52.        <?php include("ourschool_collapsed.php"); ?>
  53.         
  54.     </td>
  55.     
  56.     <td id="pageContent"><!-- InstanceBeginEditable name="pageContent" -->
  57.       <p>Looks Great</p>
  58.     <!-- InstanceEndEditable --></td>
  59.     
  60.  
  61.   
  62.   </tr>
  63.   <tr bgcolor="#FFFFFF">
  64.       <td colspan="3"><?php include("footer.php"); ?></td>
  65.   </tr>
  66. </table>
  67.  
  68. </body></center>
  69. <!-- InstanceEnd --></html>
  70.  
  71.