home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / index.php < prev    next >
Text File  |  2015-05-21  |  3KB  |  102 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 rel="icon" href="/favicon.ico" type="image/x-icon">
  8. <link href="style.css" rel="stylesheet" type="text/css" />
  9. <link href="dropStyle.css" rel="stylesheet" type="text/css" />
  10.  
  11.  <script src="http://code.jquery.com/jquery-latest.min.js"></script>
  12.  
  13.  
  14. <?php include("dropJava.php"); ?>
  15.  
  16. <?php include("slideshow.php"); ?>
  17.  
  18. <?php include("scriptHead.php"); ?>
  19.  
  20. </script>
  21.  
  22. </head>
  23.  
  24. <center><body class="body">
  25.  
  26. <?php include_once("analyticstracking.php") ?>
  27.  
  28. <table width="760" border="3px" bordercolor="#FFFFFF">
  29.   <tr id="header">
  30.     <td colspan="3"><?php include("header.php"); ?></td>
  31.   </tr>
  32.   <tr>
  33.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  34.   </tr>
  35.  
  36.  
  37. <tr>
  38. <td colspan="3" align="top" bgcolor="#FFFFFF">
  39.  
  40.  
  41.  
  42. <table align="top">
  43. <tr>
  44. <td width="352" height="235">
  45.   <div id="body">
  46.     <div id="slideshow" class="gss">Loading..</div>
  47.   </div>
  48. </td>
  49. <td class="borderBody" align="center">
  50. <?php include("frontImage.php"); ?>
  51. </td>
  52. </tr>
  53.  
  54.  
  55. </table>
  56. </td>
  57.  
  58.  
  59. </tr>
  60.      
  61.   
  62.   <tr valign="top" bgcolor="#FFFFFF">
  63.     <td height="235" width="165"><?php include("quickLinks.php"); ?> 
  64.     
  65.  
  66.         <p>Site Search: </p>
  67.         <script type="text/javascript" src="http://www.google.com/jsapi"></script>
  68. <script type="text/javascript">
  69.   google.load('search', '1');
  70.   google.setOnLoadCallback(function() {
  71.     google.search.CustomSearchControl.attachAutoCompletion(
  72.       '010725708844467702262:77pcrmt1qwg',
  73.       document.getElementById('q'),
  74.       'cse-search-box');
  75.   });
  76. </script>
  77. <p style="margin-top: 0; margin-bottom: 0;"> </p>
  78. <form action="http://www.google.com/cse" id="cse-search-box" style="margin-top: 0">
  79.   <div>
  80.     <input type="hidden" name="cx" value="010725708844467702262:77pcrmt1qwg" />
  81.     <input type="hidden" name="ie" value="UTF-8" />
  82.     <input type="text" name="q" id="q" autocomplete="off" size="31" />
  83.     <input type="submit" name="sa" value="Search" />
  84.   </div>
  85. </form>
  86. <script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script>
  87.  
  88.  
  89.  
  90.       </td>
  91.     <td width="350"><?php include("mainCalendar.php"); ?></td>
  92.     <td width="165"><?php include("content/headlines.php"); ?></td>
  93.     
  94.   </tr>
  95.   <tr bgcolor="#FFFFFF">
  96.   
  97.     <td colspan="3"><?php include("footer.php"); ?></td>
  98.   </tr>
  99. </table>
  100. </body></center>
  101. </html>
  102.