home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / staffForms.php < prev    next >
Text File  |  2015-02-23  |  3KB  |  77 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.  
  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. <?php include("dropJava.php"); ?>
  29.  
  30. </head>
  31.  
  32. <center><body class="body">
  33.  
  34. <table width="760" border="3px" bordercolor="#FFFFFF">
  35.   <tr id="header">
  36.     <td colspan="3"><?php include("header.php"); ?></td>
  37.   </tr>
  38.   
  39.   <tr id="dropMenu">
  40.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  41.   </tr>
  42.   
  43.   <tr valign="top" bgcolor="#FFFFFF">
  44.   
  45.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  46.        <?php include("staff_collapsed.php"); ?>
  47.         
  48.     </td>
  49.     
  50.     <td id="pageContenet">
  51.         <p>
  52.           <?php include("example.php"); ?>
  53.       </p>
  54.          <p><a href="documents/Check_Request_GenFund.pdf">Check Request Form - General Fund</a></p>
  55. <p><a href="documents/Activity_Acct_Check_Request_Form.pdf">Check Request Form - Activity Account</a></p>
  56. <p><a href="documents/ExpenseClaim.pdf">Expense Claim</a></p>
  57. <p><a href="documents/CommunityEducationTimesheet.pdf">Community Education Timesheet</a></p>
  58.          <p><a href="documents/FoodService_Order_Form.pdf">Food Service Order Form</a></p>
  59.          <p><a href="documents/POR_FillInForm.doc">Purchase Order Request</a></p>
  60.          <p><a href="documents/Activity_Acct_Receipt_Form.pdf">Receipt Report - Activity Account</a></p>
  61. <p><a href="documents/facreq_000.pdf">Facility Use Request</a></p>
  62. <p><a href="documents/2015FormW-4-fw4.pdf">2015 Form W-4 - fw4</a></p>
  63. <p><a href="documents/RestrictiveProceduresPlan2014_000.pdf">Restrictive Procedures Plan 2014</a></p>
  64. <p><a href="documents/PhysicalHoldingformApendixA.pdf">Physical Holding form Apendix A</a></p>
  65.          <p> </p></td>
  66.     
  67.  
  68.   
  69.   </tr>
  70.   <tr bgcolor="#FFFFFF">
  71.       <td colspan="3"><?php include("footer.php"); ?></td>
  72.   </tr>
  73. </table>
  74.  
  75. </body></center>
  76. </html>
  77.