Rev 14374 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14374 | Rev 17230 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set wims_html_header=!append line \ |
1 | !set wims_html_header=!append line \ |
2 | <link rel="stylesheet" href="html/themes/_css/createqcm.css" type="text/css" |
2 | <link rel="stylesheet" href="html/themes/_css/createqcm.css" type="text/css">\ |
3 | to $wims_html_header |
3 | to $wims_html_header |
4 | 4 | ||
5 | !header |
5 | !header |
6 | 6 | ||
7 | !! La présentation de l'exercice. |
7 | !! La présentation de l'exercice. |
8 | !read present.phtml |
8 | !read present.phtml |
9 | 9 | ||
10 | <hr |
10 | <hr> |
11 | 11 | ||
12 | !if $status=waiting |
12 | !if $status=waiting |
13 | !if $error!=$empty |
13 | !if $error!=$empty |
14 | <div class="wims_msg alert"> |
14 | <div class="wims_msg alert"> |
15 | !read msg.phtml |
15 | !read msg.phtml |