diff -r bd4ff455b83f -r fb3173d57512 Xxe/Css/publiquiz.css --- a/Xxe/Css/publiquiz.css mer. juin 06 18:16:53 2012 +0200 +++ b/Xxe/Css/publiquiz.css mar. juin 12 11:39:05 2012 +0200 @@ -59,21 +59,21 @@ } publiquiz > document:before { content: add-attribute-button() " Document" - " – ID = " text-field(attribute, "xml:id", columns, 15, color, white); + " – ID = " text-field(attribute, "id", columns, 15, color, white); } -publiquiz > document[xml|id][xml|lang]:before { +publiquiz > document[id][xml|lang]:before { content: "Document" - " – ID = " text-field(attribute, "xml:id", columns, 15, color, white) + " – ID = " text-field(attribute, "id", columns, 15, color, white) " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, values, "en\A fr\A fr-FR\A es", color, white); } -publiquiz > quiz[xml|id]:before { +publiquiz > quiz[id]:before { content: add-attribute-button() " Quiz" - " – ID = " text-field(attribute, "xml:id", columns, 15, color, white); + " – ID = " text-field(attribute, "id", columns, 15, color, white); } -publiquiz > quiz[xml|id][xml|lang]:before { +publiquiz > quiz[id][xml|lang]:before { content: "Quiz" - " – ID = " text-field(attribute, "xml:id", columns, 15, color, white) + " – ID = " text-field(attribute, "id", columns, 15, color, white) " – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%, values, "en\A fr\A fr-FR\A es", color, white); }