# HG changeset patch # User Patrick PIERRE # Date 1344266073 -7200 # Node ID 14dc149154f444b4922ab743d94fbc705aca05cb # Parent efce69890bfd6fd10a0c93a854083c007cfd387d Couleur et en-tête diff -r efce69890bfd -r 14dc149154f4 RelaxNG/publiquiz.rnc --- a/RelaxNG/publiquiz.rnc jeu. août 02 17:16:36 2012 +0200 +++ b/RelaxNG/publiquiz.rnc lun. août 06 17:14:33 2012 +0200 @@ -33,13 +33,19 @@ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ quiz ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -top.quiz = element quiz { top.quiz.attributes, quiz.content } +top.quiz = element quiz { top.quiz.attributes, top.quiz.content } top.quiz.attributes = quiz.id.attribute & lang.attribute? quiz.id.attribute = attribute id { xsd:NMTOKEN } +top.quiz.content = + top.head?, + instructions, + (engine | composite), + help?, + answer? # ============================================================================= # COMPONENT LEVEL diff -r efce69890bfd -r 14dc149154f4 Xxe/Css/publiquiz.css --- a/Xxe/Css/publiquiz.css jeu. août 02 17:16:36 2012 +0200 +++ b/Xxe/Css/publiquiz.css lun. août 06 17:14:33 2012 +0200 @@ -139,6 +139,7 @@ /* choices ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ choices-radio:before { + color: #7f7f7f; content: insert-before-button() command-button(command, "putAttribute", parameter, "shuffle true", icon, icon(plus-box)) " QCM – radio"; @@ -151,6 +152,7 @@ } choices-check:before { + color: #7f7f7f; content: insert-before-button() command-button(command, "putAttribute", parameter, "shuffle true", icon, icon(plus-box)) " QCM – check";