Subversion Repositories wimsdev

Rev

Rev 11157 | Details | Compare with Previous | Last modification | View Log | RSS feed

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