home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / activityForms.php < prev    next >
Text File  |  2015-07-16  |  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 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.  
  19. <?php include("dropJava.php"); ?>
  20.  
  21. </head>
  22.  
  23. <center><body class="body">
  24.  
  25. <table width="760" border="3px" bordercolor="#FFFFFF">
  26.   <tr id="header">
  27.     <td colspan="3"><?php include("header.php"); ?></td>
  28.   </tr>
  29.   
  30.   <tr id="dropMenu">
  31.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  32.   </tr>
  33.   
  34.   <tr valign="top" bgcolor="#FFFFFF">
  35.   
  36.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  37.        <?php include("activities_collapsed.php"); ?>
  38.         
  39.     </td>
  40.     
  41.     <td width="610" id="pageContenet">
  42.         <p style="margin-top: 0; margin-bottom: 0">
  43.           <?php include("example.php"); ?>
  44.         </p>
  45.          <p align="center" style="margin-top: 0; margin-bottom: 0;"> </p></td>
  46.     
  47.  
  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.