% @ LANGUAGE="VBScript" lcid="1036" %> <% postid2 = Request.QueryString("postid") topicid2 = Request.QueryString("topicid") visdt = Request.QueryString("visdt2") vish = Request.QueryString("vish2") strPostSQL = "SELECT * FROM Post WHERE postid=" & postid2 & " " set PostRes=ConnectionBD.Execute(strPostSQL) strContSQL = "SELECT * FROM Postcn WHERE postcnpo=" & postid2 & " ORDER BY postcnid" set ContRes=ConnectionBD.Execute(strContSQL) strTopicSQL = "SELECT * FROM Topic WHERE topicid=" & topicid2 & " " set TopicRes=ConnectionBD.Execute(strTopicSQL) actual=0 %>
profil | s'enregistrer | préférences | faq | rechercher |
" width="20%">Auteur | " width="80%">Sujet : <% =PostRes("posttitle") %> |
<% Else %><% If fondcoul=1 Then %><% =EnvironnementRes("envcol1") %><% Else %><% =EnvironnementRes("envcol2") %><% End If %><% End If%>" width="20%" valign="top"><% =SubRes("usrlogin") %> <% =StatRes("statdesc") %> |
<% Else %><% =EnvironnementRes("envcol2") %><% End If %>" width="80%"> <% =ContRes("postcncn") %> |
Options administratives : <% If PostRes("postfin")=false Then %> Fermer le sujet<% Else %> Ouvrir le sujet<% End If %> | Déplacer le sujet | Supprimer le sujet
" alt="Nouveau message"> <% If PostRes("postfin")=false Then %>
" alt="Répondre"><% End If %>
<%
strthemeSQL = "SELECT topicid,topicdesc FROM Topic"
set themeRes=ConnectionBD.Execute(strthemeSQL)
%>