home *** CD-ROM | disk | FTP | other *** search
Wrap
<% @ LANGUAGE="VBScript" lcid="1036" %> <!--#include file="include.asp"--> <% topicid2 = Request.QueryString("topicid") strTopicSQL = "SELECT topicdesc FROM Topic WHERE topicid=" & topicid2 & " " set TopicRes=ConnectionBD.Execute(strTopicSQL) %> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>ABB</title> <style type="text/css"> <!-- A:link{text-decoration: none; color: <% =EnvironnementRes("envlnk") %>;} A:visited{text-decoration: none; color: <% =EnvironnementRes("envlnk") %>;} A:active{text-decoration: underline; color: <% =EnvironnementRes("envvlnk") %>;} A:hover{text-decoration: underline; color: <% =EnvironnementRes("envvlnk") %>;} --> </style> </head> <body bgcolor="<% =EnvironnementRes("envback") %>" text="<% =EnvironnementRes("envtxt") %>" link="<% =EnvironnementRes("envlnk") %>" vlink="<% =EnvironnementRes("envvlnk") %>"> <div align="center"> <center> <table border="0" cellpadding="0" cellspacing="0" width="95%"> <tr> <td width="50%" align="center"><a href="default.asp"><img border="0" src="<% =EnvironnementRes("envlogo") %>" alt="Retour α la page principale"></a></td> <td width="50%" align="center"><font face="Arial" size="2"><b>Soumettre un nouveau sujet au groupe "<% =TopicRes("topicdesc") %>"</b></font> <p><font size="1" face="Arial"><a href="profil.asp">profil</a> | <a href="subscribe.asp"> s'enregistrer</a> | <a href="pref.asp"> prΘfΘrences</a> | <a href="faq.asp"> faq</a> | <a href="search.asp"> rechercher</a></font></p> </td> </tr> </table> </center> </div> <p> </p> <form method="POST" action="donew.asp"> <div align="center"> <center> <table border="0" width="95%" cellspacing="1" cellpadding="3"> <tr> <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="30%" valign="top"><font face="Arial" size="2"><b>Votre nom d'utilisateur :</b></font></td> <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> </tr> <tr> <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="30%" valign="top"><font face="Arial" size="2"><b>Votre mot de passe :</b></font></td> <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="70%"><input type="password" name="Passe" size="20" value="<% =Request.Cookies("abb")("passe") %>"></td> </tr> <tr> <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="30%" valign="top"><font face="Arial" size="2"><b>Sujet :</b></font></td> <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="70%"><input type="text" name="Sujet" size="50"></td> </tr> <tr> <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="30%" valign="top"><font face="Arial" size="2"><b>Message :</b></font> <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> Code HTML : <% If EnvironnementRes("envhtml")=true Then %>Oui<% Else %>Non<% End If %></font></p> </td> <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="70%"><textarea rows="10" name="message" cols="50" wrap="virtual"></textarea></td> </tr> <tr> <td bgcolor="<% =EnvironnementRes("envcol1") %>" width="30%" valign="top"><font face="Arial" size="2"><b>Options :</b></font></td> <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> <p><font face="Arial" size="2"><% If EnvironnementRes("envemail")=true Then %><input type="checkbox" name="Email" value="ON">Etre notifiΘ des rΘponses par E-mail<% End If %></font> </p> </td> </tr> </table> <input type="hidden" name="Topic" value="<% =topicid2 %>"> <p align="center"><input type="submit" value="Soumettre nouveau sujet" name="Envoyer"><input type="reset" value="Effacer tous les champs" name="Effacer"> </center> </div></form> <!--#include file="basdepage.asp"--> </body> </html>