Rev 11157 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11157 | Rev 17231 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !!! barre de progression !!! |
1 | !!! barre de progression !!! |
2 | 2 | ||
3 | <hr class="wimscenter" size="4" width="80%" |
3 | <hr class="wimscenter" size="4" width="80%"> |
4 | <table class="wimscenter" bgcolor="azure" border="3"> |
4 | <table class="wimscenter" bgcolor="azure" border="3"> |
5 | <tr> |
5 | <tr> |
6 | !for i=1 to $etapesnb |
6 | !for i=1 to $etapesnb |
7 | !if $i<$etape |
7 | !if $i<$etape |
8 | <td class="nowrap" bgcolor="wheat"> |
8 | <td class="nowrap" bgcolor="wheat"> |
9 | <input type="radio" name="navig" value="$i" |
9 | <input type="radio" name="navig" value="$i"> |
10 | <span class="color:blue"><small><< Etape $i</small></span> |
10 | <span class="color:blue"><small><< Etape $i</small></span> |
11 | <br |
11 | <br> |
12 | <table> |
12 | <table> |
13 | <tr><td class="nowrap" bgcolor="white">$(labels$(exo)[$i;])</td> |
13 | <tr><td class="nowrap" bgcolor="white">$(labels$(exo)[$i;])</td> |
14 | </tr> |
14 | </tr> |
15 | </table> |
15 | </table> |
16 | </td> |
16 | </td> |
17 | !endif |
17 | !endif |
18 | !if $i=$etape |
18 | !if $i=$etape |
19 | <td class="nowrap" bgcolor="palegreen"> |
19 | <td class="nowrap" bgcolor="palegreen"> |
20 | <input type="radio" name="navig" value="$i" checked="checked" |
20 | <input type="radio" name="navig" value="$i" checked="checked"> |
21 | Etape $i |
21 | Etape $i |
22 | <br |
22 | <br> |
23 | <table> |
23 | <table> |
24 | <tr><td class="nowrap" bgcolor="white">$(labels$(exo)[$i;])</td> |
24 | <tr><td class="nowrap" bgcolor="white">$(labels$(exo)[$i;])</td> |
25 | </tr> |
25 | </tr> |
26 | </table> |
26 | </table> |
27 | </td> |
27 | </td> |
Line 37... | Line 37... | ||
37 | 37 | ||
38 | !if $etape=$etapesnb |
38 | !if $etape=$etapesnb |
39 | <table class="wimscenter wimsborder" bgcolor="wheat"> |
39 | <table class="wimscenter wimsborder" bgcolor="wheat"> |
40 | <tr> |
40 | <tr> |
41 | <td bgcolor="lightblue"> |
41 | <td bgcolor="lightblue"> |
42 | <input type="submit" value="Retour" |
42 | <input type="submit" value="Retour"> |
43 | !if $exalert!=$empty |
43 | !if $exalert!=$empty |
44 | <br |
44 | <br> |
45 | $exalert |
45 | $exalert |
46 | !endif |
46 | !endif |
47 | </td> |
47 | </td> |
48 | </tr> |
48 | </tr> |
49 | </table> |
49 | </table> |