--- a/Xxe/Css/publidoc.css mer. juin 06 18:16:53 2012 +0200
+++ b/Xxe/Css/publidoc.css mar. juin 12 11:39:05 2012 +0200
@@ -216,32 +216,32 @@
}
publidoc > 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);
}
-publidoc > document[xml|id][xml|lang]:before {
+publidoc > 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);
}
-publidoc > topic[xml|id]:before {
+publidoc > topic[id]:before {
content: add-attribute-button() " Topic"
- " – ID = " text-field(attribute, "xml:id", columns, 15, color, white);
+ " – ID = " text-field(attribute, "id", columns, 15, color, white);
}
publidoc > topic[xml|id][type]:before {
content: add-attribute-button() " Topic"
- " – ID = " text-field(attribute, "xml:id", columns, 15, color, white)
+ " – ID = " text-field(attribute, "id", columns, 15, color, white)
" – Type = " text-field(attribute, type, columns, 10, color, white);
}
-publidoc > topic[xml|id][xml|lang]:before {
+publidoc > topic[id][xml|lang]:before {
content: add-attribute-button() " Topic"
- " – 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);
}
-publidoc > topic[xml|id][type][xml|lang]:before {
+publidoc > topic[id][type][xml|lang]:before {
content: "Topic"
- " – ID = " text-field(attribute, "xml:id", columns, 15, color, white)
+ " – ID = " text-field(attribute, "id", columns, 15, color, white)
" – Type = " text-field(attribute, type, columns, 10, color, white)
" – Langue principale = " combo-box(attribute, "xml:lang", font-size, 75%,
values, "en\A fr\A fr-FR\A es", color, white);