Rev 6536 | Rev 11157 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6536 | Rev 6594 | ||
---|---|---|---|
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 |
8 | <td class="nowrap" bgcolor="wheat"> |
9 | <input type="radio" name="navig" value="$i" /> |
9 | <input type="radio" name="navig" value="$i" /> |
10 | <font color="blue"><small><< Etape $i</small></font> |
10 | <font color="blue"><small><< Etape $i</small></font> |
11 | <br /> |
11 | <br /> |
12 | <table> |
12 | <table> |
13 | <tr><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 |
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 |
24 | <tr><td class="nowrap" bgcolor="white">$(labels$(exo)[$i;])</td> |
25 | </tr> |
25 | </tr> |
26 | </table> |
26 | </table> |
27 | </td> |
27 | </td> |
28 | !endif |
28 | !endif |
29 | !if $i>$etape |
29 | !if $i>$etape |
30 | <td |
30 | <td class="nowrap"> |
31 | <font color="darkgray">Etape $i</font> |
31 | <font color="darkgray">Etape $i</font> |
32 | </td> |
32 | </td> |
33 | !endif |
33 | !endif |
34 | !next i |
34 | !next i |
35 | </tr> |
35 | </tr> |