Subversion Repositories wimsdev

Rev

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

Rev 2510 Rev 3049
Line 13... Line 13...
13
</center>
13
</center>
14
<br>
14
<br>
15
<center>
15
<center>
16
  <table border=1 width="80%">
16
  <table border=1 width="80%">
17
    <tr>
17
    <tr>
18
      <th bgcolor=white align=center>
18
      <th bgcolor=white align="center">
19
        Fonction
19
        Fonction
20
      </th>
20
      </th>
21
      <th bgcolor=white align=center>
21
      <th bgcolor=white align="center">
22
        Type de la valeur rendue
22
        Type de la valeur rendue
23
      </th>
23
      </th>
24
    </tr>
24
    </tr>
25
    !for i=1 to $foncsnb
25
    !for i=1 to $foncsnb
26
    !set fonc=!trim $(foncsrecord[$i;])
26
    !set fonc=!trim $(foncsrecord[$i;])
Line 28... Line 28...
28
      <tr>
28
      <tr>
29
        <td bgcolor="$(coulors[$i%3+1;])">
29
        <td bgcolor="$(coulors[$i%3+1;])">
30
	  $fonc
30
	  $fonc
31
	</td>
31
	</td>
32
	<td bgcolor="$(coulors[$i%3+1;])">
32
	<td bgcolor="$(coulors[$i%3+1;])">
33
	  <select name=typnb>
33
	  <select name="typnb">
34
            !for j=1 to $Nbtyp
34
            !for j=1 to $Nbtyp
35
              <option value=$j
35
              <option value=$j
36
                 !if $(foncstypList[$i])=$j
36
                 !if $(foncstypList[$i])=$j
37
		   selected
37
		   selected
38
                 !endif
38
                 !endif