Rev 6594 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6594 | Rev 11157 | ||
---|---|---|---|
Line 3... | Line 3... | ||
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 | < |
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" /> |
Line 26... | Line 26... | ||
26 | </table> |
26 | </table> |
27 | </td> |
27 | </td> |
28 | !endif |
28 | !endif |
29 | !if $i>$etape |
29 | !if $i>$etape |
30 | <td class="nowrap"> |
30 | <td class="nowrap"> |
31 | < |
31 | <span class="color:darkgray">Etape $i</span> |
32 | </td> |
32 | </td> |
33 | !endif |
33 | !endif |
34 | !next i |
34 | !next i |
35 | </tr> |
35 | </tr> |
36 | </table> |
36 | </table> |
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 |
|
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> |