home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / counselorMCIS.php < prev    next >
Text File  |  2010-09-20  |  4KB  |  89 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. <!--[if lt IE 8]>
  19.    <style type="text/css">
  20.    li a {display:inline-block;}
  21.    li a {display:block;}
  22.    </style>
  23.    <![endif]-->
  24.  
  25. <?php include("dropJava.php"); ?>
  26.  
  27. <style type="text/css">
  28. <!--
  29. .style186 {font-size: 16px}
  30. .style187 {font-size: 18px}
  31. -->
  32. </style>
  33. </head>
  34.  
  35. <center><body class="body">
  36.  
  37. <table width="760" border="3px" bordercolor="#FFFFFF">
  38.   <tr id="header">
  39.     <td colspan="3"><?php include("header.php"); ?></td>
  40.   </tr>
  41.   
  42.   <tr id="dropMenu">
  43.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  44.   </tr>
  45.   
  46.   <tr valign="top" bgcolor="#FFFFFF">
  47.   
  48.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  49.        <?php include("counselor_collapsed.php"); ?>
  50.         
  51.     </td>
  52.     
  53.     <td width="650" id="pageContenet">
  54.         <p style="margin-top: 0; margin-bottom: 0;"> </p>
  55.         <p align="center" class="ui-widget-header style187" style="margin-top: 0;">MCIS</p>
  56.         <p>Internet CIS has current information about work, schooling, and financial aid--written especially for Minnesota students and adults. Get information to help you with decisions about...</p>
  57.         <ul>
  58.           <li>Your career</li>
  59.           <li>Where to go to school, and other training options</li>
  60.           <li>What to study</li>
  61.           <li>How to get and keep a job</li>
  62.           <li>You can find this program at <a href="http://mncis.intocareers.org" target="_blank">http://mncis.intocareers.org</a></li>
  63.           <li>User name: isd4</li>
  64.           <li>Password: mercsrus</li>
  65.         </ul>
  66.         <p align="left" class="LgBodyBold"><strong><span class="style186">MCIS Practice Tests Go Live</span></strong></p>
  67.         <p align="left"><em>Online Practice Tests</em> are now available at those MCIS sites that purchased them. Users at these sites may access all of the practice tests available to them by following the procedure as described below. </p>
  68.         <ul>
  69.           <li>Log into MCIS</li>
  70.           <li>In the middle of the "home page", (where the graphics are displayed), find the section that displays the text "Prepare & Take Practice Tests." Click on the link for more informaiton.</li>
  71.           <li>The next screen provides overview information on what practices are available. At the bottom of the page you may"click" to continue.</li>
  72.           <li>The next screen either requires you to log into your portfolio or to create a portfolio if you don't already have one.</li>
  73.           <li>After completing the portfolio step, return to the "home page" and click on "My MCIS" in the upper right of the screen. Your portfolio will show links to the test packages available at your site. You may also see a link to the Academic Practice Tests, the Civil Service Practice Tests or both.</li>
  74.           <li>Once you click on one of these links, you will be sent to the "Thomsen Peterson's" website where you can follow instructions to take a practice test. </li>
  75.         </ul>
  76.         <p></p>
  77.     </td>
  78.     
  79.  
  80.   
  81.   </tr>
  82.   <tr bgcolor="#FFFFFF">
  83.       <td colspan="3"><?php include("footer.php"); ?></td>
  84.   </tr>
  85. </table>
  86.  
  87. </body></center>
  88. </html>
  89.