home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20101115.bsc-Registration.tar.gz / bradford.20101115.bsc-Registration.tar / bsc / Registration / registration / AgentDownload.jsp < prev    next >
Text File  |  2010-03-29  |  2KB  |  63 lines

  1. <%@ include file="common/ProcessAgentDownload.jsp" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  3. "http://www.w3.org/TR/html4/loose.dtd"/>
  4. <html>
  5. <head>
  6. <title>Remediation page</title>
  7. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  8. <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
  9. <meta http-equiv="PRAGMA" content="NO-CACHE">
  10. <meta http-equiv="EXPIRES" content="0">
  11. <base href="<%=baseRef%>">
  12. <link rel="stylesheet" href="style.css" type="text/css">
  13. </head>
  14. <body >
  15. <table width="780" border="0" align="center" cellpadding="0" cellspacing="1" class="titletable">
  16.   <tr>
  17.     <td colspan="2"><img src="img/banner.jpg" width="780"></td>
  18.   </tr> <tr>
  19.     <td colspan="2">
  20.       <table width="100%%"  border="0" cellspacing="0" cellpadding="0">
  21.         <tr>
  22.           <td width="60%" class="title"><!--PORTAL LABEL--></td>
  23.           <td width="40%" align="right" class="title">REMEDIATION</td>
  24.         </tr>
  25.       </table>
  26.     </td>
  27.   </tr>
  28.   <tr>
  29.     <td width="160" valign="top" class="menu">
  30.       <p class="on" align="right">
  31.         DOWNLOAD
  32.       </p>
  33.     </td>
  34.     <td width="620" height="500" valign="top" class="main">
  35.       <div class="st">
  36.         DOWNLOAD
  37.       </div>
  38.       <div class="cnt">
  39. <p>Policy mandates a persistent agent be installed on your PC.  Once downloaded, you must install the application to continue the process.</p>
  40. <!-- This form is for Internet Explorer not being able to download from https.
  41.     The link that shows on the page uses JavaScript to submit the form.
  42.     If you prefer a button, then add <input type="submit" value="Download">
  43.     to the form -->
  44. <!--[if IE]>
  45.    <form id="winDlForm" method="post" action="agent/download<%=queryString%>"></form>
  46. <p>Please <a href="javascript:document.getElementById('winDlForm').submit()">click here</a> to start the download.
  47. <![endif]-->
  48.  
  49. <![if !IE]><p>Please <a href="agent/download<%=queryString%>">click here</a> to start the download.<![endif]>
  50. </p>
  51.  
  52.       </div>
  53.     </td>
  54.   </tr>
  55.   <tr>
  56.     <td colspan="2" class="footer" align="center">If you have any questions, please contact the help desk @ (785) 442.6060.</td>
  57.   </tr>
  58. </table>
  59. </body>
  60. </html>
  61.  
  62.  
  63.