%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% if session("NomUser")= "" then Response.write("Vous n'êtes pas identifié, veuillez vous identifier ici") Response.End else Dim RSIdentite Set RSIdentite = Server.CreateObject("ADODB.Recordset") RSIdentite.ActiveConnection = MM_ArniquaDB1_STRING RSIdentite.Source = "SELECT IdEmploye, Liens FROM TblEmploye WHERE IdEmploye ="&session("IdUser") RSIdentite.CursorType = 2 RSIdentite.CursorLocation = 3 RSIdentite.LockType = 2 RSIdentite.Open() RSIdentite_numRows = 0 If RSIdentite("Liens") = false then Response.Write("
| Accueil > Administration > Administrer les liens > Administrer les catégories |
ADMINISTRER LES CATEGORIES |
| Selectionner la catégorie à modifer ou à supprimer : | ||
ou |
||
| Remplir le titre de la catégorie à ajouter et valider : | ||
<%else
Dim CateMod
RSCategorie.Find "IdCateLien=" & IdCateLien
%>
<%end if%>