<%Option Explicit%> Insert/Edit Table                                                                                                                                                                     <% Dim Cell,Stylepreview,OK,Cellpadding,Bordercolor,Culture, Title, Rows,Columns,Width,Percent,Pixels,Alignment,Bordersize,Backgroundcolor,Cellspacing,Cancel Culture = Trim(Request.QueryString("UC")) Select Case lcase(Culture) Case "fr","fr-ca","fr-be","fr-ch","fr-lu": Title = "Attributs de tableau" Rows = "Rangées" Columns = "Colonnes" Width = "largeur" Percent = "Pourcentage" Pixels = "Pixel" Alignment = "Alignement" Bordersize = "Taille de bordure" Backgroundcolor="Couleur de fond" Cellspacing = "Espacement de cellules" Bordercolor = "Couleur de bordure" Cellpadding = "Remplissage de cellules" OK = "OK" Cancel = "Annuler" Case Else Title = "Table attributes" Rows = "Rows" Columns = "Columns" Width = "Width" Percent = "Percent" Pixels = "Pixels" Alignment = "Alignment" Bordersize = "Border size" Backgroundcolor="Background color" Cellspacing = "Cell spacing" Bordercolor = "Border color" Cellpadding = "Cell padding" OK = "OK" Cancel = "Cancel" End Select %>
Rows:     Columns:   
Table attributes
Width:       Alignment:   
Height:       Border size:
Background color:     Cell spacing:
Border color:     Cell padding