home *** CD-ROM | disk | FTP | other *** search
/ Freelog 9 / Freelog009.iso / BAS / Internet / Abb / pref.asp < prev    next >
Text File  |  2000-03-02  |  3KB  |  71 lines

  1. <% @ LANGUAGE="VBScript" lcid="1036" %>
  2. <!--#include file="include.asp"-->
  3. <%
  4. vision2=Request.Cookies("abb")("vision")
  5. %>
  6. <html>
  7.  
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  10. <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  11. <meta name="ProgId" content="FrontPage.Editor.Document">
  12. <title>ABB</title>
  13. <style type="text/css">
  14. <!--
  15. A:link{text-decoration: none; color: <% =EnvironnementRes("envlnk") %>;}
  16. A:visited{text-decoration: none; color: <% =EnvironnementRes("envlnk") %>;}
  17. A:active{text-decoration: underline; color: <% =EnvironnementRes("envvlnk") %>;}
  18. A:hover{text-decoration: underline; color: <% =EnvironnementRes("envvlnk") %>;}
  19. -->
  20. </style>
  21. </head>
  22.  
  23. <body bgcolor="<% =EnvironnementRes("envback") %>" text="<% =EnvironnementRes("envtxt") %>" link="<% =EnvironnementRes("envlnk") %>" vlink="<% =EnvironnementRes("envvlnk") %>">
  24. <p align="center"><font face="Arial">
  25. <a href="default.asp"><img border="0" src="<% =EnvironnementRes("envlogo") %>" alt="Retour α la page principale"></a>
  26.  
  27.  <b>PrΘfΘrences</b></font>
  28.  
  29. <p align="center"> 
  30. <p align="center"> 
  31. <p align="center">
  32. <form method="POST" action="dopref.asp">
  33.   <div align="center">
  34.     <center>
  35.   <table border="0" cellpadding="3" cellspacing="1" width="95%">
  36.     <tr>
  37.       <td width="50%" bgcolor="<% =EnvironnementRes("envcol1") %>"><font size="2" face="Arial"><b>Voir
  38.         les sujets datant de :</b></font></td>
  39.       <td width="50%" bgcolor="<% =EnvironnementRes("envcol1") %>"><font face="Arial" size="2"><select size="1" name="vision">
  40.           <option value="1" <% If vision2=1 Then %>selected<% End If %>>La derniΦre journΘe</option>
  41.           <option value="2" <% If vision2=2 Then %>selected<% End If %>>2 jours</option>
  42.           <option value="5" <% If vision2=5 Then %>selected<% End If %>>5 jours</option>
  43.           <option value="10" <% If vision2=10 Then %>selected<% End If %>>10 jours</option>
  44.           <option value="20" <% If vision2=20 Then %>selected<% End If %>>20 jours</option>
  45.           <option value="30" <% If vision2=30 Then %>selected<% End If %>>30 jours</option>
  46.           <option value="45" <% If vision2=45 Then %>selected<% End If %>>45 jours</option>
  47.           <option value="60" <% If vision2=60 Then %>selected<% End If %>>60 jours</option>
  48.           <option value="10000" <% If vision2=10000 Then %>selected<% End If %>>Voir tous les sujets</option>
  49.         </select></font></td>
  50.     </tr>
  51.     <tr>
  52.       <td width="50%" bgcolor="<% =EnvironnementRes("envcol1") %>"><font face="Arial" size="2"><b>Supprimer
  53.         les cookies utilisΘs par ce forum ?<br>
  54.         </b></font><font face="Arial" size="1">(Attention, supprimer les cookies
  55.         vous obligera α entrer votre nom et mot de passe α chaque fois, pour
  56.         en savoir plus sur les cookies, <a href="faq.asp#Les cookies" target="_blank">cliquez
  57.         ici</a>)</font></td>
  58.       <td width="50%" bgcolor="<% =EnvironnementRes("envcol1") %>"><font face="Arial" size="2"><input type="radio" name="cookie" value="Non" checked>
  59.         Non</font>
  60.         <p><font face="Arial" size="2"><input type="radio" value="Oui" name="cookie">
  61.         Oui</font></td>
  62.     </tr>
  63.   </table>
  64.  
  65.   <p align="center"><input type="submit" value="Appliquer les prΘfΘrences"><input type="reset" value="Effacer"></p>
  66.     </center>
  67.   </div></form>
  68.  
  69. <!--#include file="basdepage.asp"-->
  70. </body>
  71. </html>