home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / _baks / techIntegration.php.0004.e5ce.bak < prev    next >
Text File  |  2011-01-10  |  3KB  |  76 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>Technology Integration - Eric Simmons</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="jquery.url.js" type="text/javascript"></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.   
  20.       <!--[if lt IE 8]>
  21.    <style type="text/css">
  22.    li a {display:inline-block;}
  23.    li a {display:block;}
  24.    </style>
  25.    <![endif]-->
  26.    
  27. <?php include("scriptHead.php"); ?>
  28.  
  29. <?php include("dropJava.php"); ?>
  30.  
  31. </head>
  32.  
  33. <center><body class="body">
  34.  
  35. <table width="760" border="3px" bordercolor="#FFFFFF">
  36.   <tr id="header">
  37.     <td colspan="3"><?php include("header.php"); ?></td>
  38.   </tr>
  39.   
  40.   <tr id="dropMenu">
  41.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  42.   </tr>
  43.   
  44.   <tr valign="top" bgcolor="#FFFFFF">
  45.   
  46.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  47.        <?php include("contacts_collapsed.php"); ?>
  48.         
  49.     </td>
  50.     
  51.     <td id="pageContenet"><table width="658" height="284" border="1">
  52.   <tr>
  53.     <td width="231" align="center"><img src="images/techInt.jpg" width="200" height="251" alt="Eric Simmons" /></td>
  54.     <td width="402">    <p class="LgBodyBold"> Eric Simmons</p>
  55.       <p class="LgBody">Technology Integration Specialist</p>
  56.       <p class="LgBodyBold"><strong>Contact Information:</strong></p>
  57.       <p class="LgBody">esimmons@mcgregor.k12.mn.us</p>
  58.       <p class="LgBody">218-768-2111 Ext. 256</p></td>
  59.   </tr>
  60. </table>
  61.     
  62.         <p><iframe src="https://spreadsheets.google.com/embeddedform?formkey=dFhQSUdBOEZyNGRqOExNaS1DVU1ad3c6MQ" width="660" height="780" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe></p>
  63.         <p> </p>
  64.          <p> </p></td>
  65.     
  66.  
  67.   
  68.   </tr>
  69.   <tr bgcolor="#FFFFFF">
  70.       <td colspan="3"><?php include("footer.php"); ?></td>
  71.   </tr>
  72. </table>
  73.  
  74. </body></center>
  75. </html>
  76.