% Option Explicit %> <% ' ################################### ' ### Déclaration des variables ### ' ################################### Dim IntIdYear, IntIdMonth Dim intLoop, strSql Dim rstListMonths, arrNewsMonths, arrNewsMonthsCount Dim rstNews, arrNews, arrNewsCount ' ####################################### ' ### Initialisation des variables ### ' ####################################### IntIdYear = 0 IntIdMonth = 0 ' ################################### ' ### Ouvertures Recordsets ### ' ################################### ' ### MonthsList ### Set rstListMonths = Server.CreateObject("ADODB.Recordset") GetConnection() strSql = "Select distinct month(dt_begindate) as newsmonth, year(dt_begindate) as yearmonth from news where dt_begindate <= date() order by year(dt_begindate) desc, month(dt_begindate) desc" rstListMonths.Open strSql, cnn, 1 If Not rstListMonths.Eof then arrNewsMonthsCount = rstListMonths.RecordCount arrNewsMonths = rstListMonths.GetRows rstListMonths.MoveFirst IntIdYear = arrNewsMonths(1,0) IntIdMonth = arrNewsMonths(0,0) End If rstListMonths.Close CloseConnection() Set rstListMonths = nothing ' ### News ### If Len(Request.QueryString("m"))>0 AND Len(Request.QueryString("y"))>0 then IntIdYear = Cint(Request.QueryString("y")) IntIdMonth = Cint(Request.QueryString("m")) End If Set rstNews = Server.CreateObject("ADODB.Recordset") GetConnection() strSql = "Select tx_title, mo_content, dt_begindate from news where month(dt_begindate) = " & Cint(IntIdMonth) & " AND year(dt_begindate) = " & Cint(IntIdYear) & " order by dt_begindate desc, dt_ldate desc" rstNews.Open strSql, cnn, 1 If Not rstNews.Eof then ArrNewsCount = rstNews.RecordCount ArrNews = rstNews.GetRows End If rstNews.Close CloseConnection() Set rstNews = nothing ' ################################### ' ### Affichage HTML ### ' ################################### %>
Challenge indoor Castellinois 2006-2007 29 octobre 2006 26 novembre 2006 3 décembre 2006 7 janvier 2007 28 janvier 2007 11 février 2007 Catégories: - DTM EFRA (réglement FBA) -DTM PROMO(réglement FBA)(réglement moteurs)(réglement accus) !!! Pour le DTM, les pneus sont des CS 27, jantes et inserts libres !!! -Micro 1/18 OPEN (moteurs et accus libres) -Micro 1/18 PROMO (moteurs série 300 et accus NIMH) -Mini TT 1/18 (moteurs et accus libres, pneus libres montés sur jantes 1/18 ème) -Possibilité d'avoir d'autres catégories si au moins 4 pilotes inscrits
Inscriptions: ou par téléphone au 0497/67.76.12 ou 0497/47.66.62 !!! cloture des inscriptions le jeudi 21h avant le week-end de course !!! !!! Il n'y aura pas d'inscriptions le jour de la course !!! 6€ par courses pour les membres 10€ par courses pour les non-membres Il est possible de prendre un abonnement pour les 6 courses au prix de 50€, montant à payer sur le compte de ASBL MRCC avant le 30 septembre 2006 n° de compte: 001-2334195-63
Lieu : Salle du groupe Destrée: Place Destrée 6200 Chatelineau
Disponibilités : 220 V- Parking - Restauration
Attention : Les chaussures de sport sont obligatoires |