Subversion Repositories wimsdev

Rev

Rev 3049 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3049 Rev 5734
Line 24... Line 24...
24
      <td  align="center">
24
      <td  align="center">
25
        <table>
25
        <table>
26
	 !for i=1 to $Nbtyp
26
	 !for i=1 to $Nbtyp
27
	  <tr>
27
	  <tr>
28
	    <td bgcolor=$(coulors[$i%3+1;])>
28
	    <td bgcolor=$(coulors[$i%3+1;])>
29
	      <input type="radio"  name="typnb" value=$i
29
	      <input type="radio"  name="typnb" value="$i"
30
	       !if $typnb=$i
30
	       !if $typnb=$i
31
	         checked
31
	         checked
32
	       !endif
32
	       !endif
33
	       >
33
	       />
34
	    </td>
34
	    </td>
35
	    <td bgcolor=$(coulors[$i%3+1;])>
35
	    <td bgcolor=$(coulors[$i%3+1;])>
36
	      $(typafList[$i;])
36
	      $(typafList[$i;])
37
	    </td>
37
	    </td>
38
	  </tr>
38
	  </tr>