Subversion Repositories wimsdev

Rev

Rev 6594 | Rev 11156 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
!!! barre de progression !!!
2
 
6235 bpr 3
<hr align="center" size="4" width="80%" />
23 reyssat 4
<center>
5842 bpr 5
  <table bgcolor="azure" border="3">
23 reyssat 6
    <tr>
7
    !for i=1 to $etapesnb
8
      !if $i<$etape
6594 bpr 9
        <td align="center" class="nowrap" bgcolor="wheat"> 
6235 bpr 10
	     <input type="radio" name="navig" value="$i" />
5842 bpr 11
	        <font color="blue"><small><< Etape $i</small></font>  
6235 bpr 12
	     <br />
23 reyssat 13
	      <table>
6594 bpr 14
	        <tr><td align="center" class="nowrap" bgcolor="white">$(labels$(exo)[$i;])</td>
23 reyssat 15
	        </tr>
16
              </table>     
17
        </td>
18
      !endif
19
      !if $i=$etape
6594 bpr 20
        <td align="center" class="nowrap" bgcolor="palegreen">
6235 bpr 21
	  <input type="radio" name="navig" value="$i" checked="checked" />
23 reyssat 22
          Etape $i
6235 bpr 23
	  <br />
23 reyssat 24
	      <table>
6594 bpr 25
	        <tr><td align="center" class="nowrap" bgcolor="white">$(labels$(exo)[$i;])</td>
23 reyssat 26
	        </tr>
27
              </table>
28
        </td>
29
      !endif
30
      !if $i>$etape
6594 bpr 31
        <td align="center" class="nowrap">
5842 bpr 32
          <font color="darkgray">Etape $i</font>
23 reyssat 33
        </td>
34
      !endif
35
    !next i
36
    </tr>
37
  </table>
38
</center>
39
 
40
!if $etape=$etapesnb
41
<center>
5842 bpr 42
  <table border="2" bgcolor="wheat">
23 reyssat 43
    <tr>
5842 bpr 44
     <td bgcolor="lightblue" align="center">
6235 bpr 45
       <b><input type="submit" value="Retour" /></b>
23 reyssat 46
       !if $exalert!=$empty
6235 bpr 47
         <br />
23 reyssat 48
         $exalert
49
       !endif
50
     </td>
51
   </tr>
52
  </table>
53
</center>
54
!endif