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

  1. <% @ LANGUAGE="VBScript" lcid="1036" %>
  2. <!--#include file="include.asp"-->
  3. <%
  4.     topicid2 = Request.QueryString("topicid")
  5.     
  6.     strTopicSQL = "SELECT topicdesc FROM Topic WHERE topicid=" & topicid2 & " "
  7.     set TopicRes=ConnectionBD.Execute(strTopicSQL)
  8. %>
  9. <html>
  10.  
  11. <head>
  12. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  13. <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
  14. <meta name="ProgId" content="FrontPage.Editor.Document">
  15. <title>ABB</title>
  16. <style type="text/css">
  17. <!--
  18. A:link{text-decoration: none; color: <% =EnvironnementRes("envlnk") %>;}
  19. A:visited{text-decoration: none; color: <% =EnvironnementRes("envlnk") %>;}
  20. A:active{text-decoration: underline; color: <% =EnvironnementRes("envvlnk") %>;}
  21. A:hover{text-decoration: underline; color: <% =EnvironnementRes("envvlnk") %>;}
  22. -->
  23. </style>
  24. </head>
  25.  
  26. <body bgcolor="<% =EnvironnementRes("envback") %>" text="<% =EnvironnementRes("envtxt") %>" link="<% =EnvironnementRes("envlnk") %>" vlink="<% =EnvironnementRes("envvlnk") %>">
  27.  
  28. <div align="center">
  29.   <center>
  30.   <table border="0" cellpadding="0" cellspacing="0" width="95%">
  31.     <tr>
  32.       <td width="50%" align="center"><a href="default.asp"><img border="0" src="<% =EnvironnementRes("envlogo") %>" alt="Retour α la page principale"></a></td>
  33.       <td width="50%" align="center"><font face="Arial" size="2"><b>Soumettre un
  34.         nouveau sujet au groupe "<% =TopicRes("topicdesc") %>"</b></font>
  35.         <p><font size="1" face="Arial"><a href="profil.asp">profil</a> | <a href="subscribe.asp"> s'enregistrer</a> |
  36.         <a href="pref.asp"> prΘfΘrences</a> | <a href="faq.asp"> faq</a> | <a href="search.asp">
  37.         rechercher</a></font></p>
  38.       </td>
  39.     </tr>
  40.   </table>
  41.   </center>
  42. </div>
  43.  
  44. <p> </p>
  45. <form method="POST" action="donew.asp">
  46. <div align="center">
  47.   <center>
  48.   <table border="0" width="95%" cellspacing="1" cellpadding="3">
  49.     <tr>
  50.       <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="30%" valign="top"><font face="Arial" size="2"><b>Votre
  51.         nom d'utilisateur :</b></font></td>
  52.       <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="70%"><font face="Arial" size="2"><input type="text" name="Nom" size="30" value="<% =Request.Cookies("abb")("nom") %>"></font></td>
  53.     </tr>
  54.     <tr>
  55.       <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="30%" valign="top"><font face="Arial" size="2"><b>Votre
  56.         mot de passe :</b></font></td>
  57.       <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="70%"><input type="password" name="Passe" size="20" value="<% =Request.Cookies("abb")("passe") %>"></td>
  58.     </tr>
  59.     <tr>
  60.       <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="30%" valign="top"><font face="Arial" size="2"><b>Sujet
  61.         :</b></font></td>
  62.       <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="70%"><input type="text" name="Sujet" size="50"></td>
  63.     </tr>
  64.     <tr>
  65.       <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="30%" valign="top"><font face="Arial" size="2"><b>Message
  66.         :</b></font>
  67.         <p><font face="Arial" size="1"><a href="abb.asp" target="_blank">Code ABB</a> : <% If EnvironnementRes("envabb")=true Then %>Oui<% Else %>Non<% End If %><br>
  68.         Code HTML : <% If EnvironnementRes("envhtml")=true Then %>Oui<% Else %>Non<% End If %></font></p>
  69.       </td>
  70.       <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="70%"><textarea rows="10" name="message" cols="50" wrap="virtual"></textarea></td>
  71.     </tr>
  72.     <tr>
  73.       <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="30%" valign="top"><font face="Arial" size="2"><b>Options
  74.         :</b></font></td>
  75.       <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="70%"><font face="Arial" size="2"><% If EnvironnementRes("envsign")=true Then %><input type="checkbox" name="Signature" value="ON">Signature<% End If %></font>
  76.         <p><font face="Arial" size="2"><% If EnvironnementRes("envemail")=true Then %><input type="checkbox" name="Email" value="ON">Etre
  77.         notifiΘ des rΘponses par E-mail<% End If %></font>
  78.         </p>
  79.       </td>
  80.     </tr>
  81.   </table>
  82.  
  83. <input type="hidden" name="Topic" value="<% =topicid2 %>">
  84.   <p align="center"><input type="submit" value="Soumettre nouveau sujet" name="Envoyer"><input type="reset" value="Effacer tous les champs" name="Effacer">
  85.   </center>
  86. </div></form>
  87.  
  88. <!--#include file="basdepage.asp"-->
  89. </body>
  90. </html>