Rev 5764 | Rev 6235 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5764 | Rev 6063 | ||
---|---|---|---|
Line 56... | Line 56... | ||
56 | !for i=1 to $rowsnb |
56 | !for i=1 to $rowsnb |
57 | !set bg$(i)=$(coulors[$[((2*$i-1)%3)+1];]) |
57 | !set bg$(i)=$(coulors[$[((2*$i-1)%3)+1];]) |
58 | !set bg2$(i)=$(coulors[$[((2*$i)%3)+1];]) |
58 | !set bg2$(i)=$(coulors[$[((2*$i)%3)+1];]) |
59 | <tr> |
59 | <tr> |
60 | <td bgcolor="$(bg$(i))"> |
60 | <td bgcolor="$(bg$(i))"> |
61 | <input type="checkbox" name="propsrep" |
61 | <input type="checkbox" name="propsrep" value="$i" |
62 | !if $i isitemof $L |
62 | !if $i isitemof $L |
63 | checked |
63 | checked |
64 | !endif |
64 | !endif |
65 | /> |
65 | /> |
66 | </td> |
66 | </td> |
Line 69... | Line 69... | ||
69 | </td> |
69 | </td> |
70 | <td> |
70 | <td> |
71 | |
71 | |
72 | </td> |
72 | </td> |
73 | <td bgcolor="$(bg2$(i))"> |
73 | <td bgcolor="$(bg2$(i))"> |
74 | <input type="checkbox" name="propsrep" |
74 | <input type="checkbox" name="propsrep" value="$[$i+$rowsnb]" |
75 | !if $[$i+$rowsnb] isitemof $L |
75 | !if $[$i+$rowsnb] isitemof $L |
76 | checked |
76 | checked |
77 | !endif |
77 | !endif |
78 | /> |
78 | /> |
79 | </td> |
79 | </td> |
Line 82... | Line 82... | ||
82 | </td> |
82 | </td> |
83 | </tr> |
83 | </tr> |
84 | !next i |
84 | !next i |
85 | !if $extrarow!=0 |
85 | !if $extrarow!=0 |
86 | <tr> |
86 | <tr> |
87 | <td align="center" bgcolor="$(coulors[$[($propsnb+1)%3+1];])" |
87 | <td align="center" bgcolor="$(coulors[$[($propsnb+1)%3+1];])" colspan="5"> |
88 | <input type="checkbox" name="propsrep" |
88 | <input type="checkbox" name="propsrep" value="$[$propsnb+1]" |
89 | !if [$propsnb+1] isitemof $L |
89 | !if [$propsnb+1] isitemof $L |
90 | checked |
90 | checked |
91 | !endif |
91 | !endif |
92 | /> |
92 | /> |
93 | $(p$[$propsnb+1]) |
93 | $(p$[$propsnb+1]) |
Line 96... | Line 96... | ||
96 | !endif |
96 | !endif |
97 | </table> |
97 | </table> |
98 | </td> |
98 | </td> |
99 | </tr> |
99 | </tr> |
100 | <tr> |
100 | <tr> |
101 | <td |
101 | <td colspan="2" bgcolor="white"> |
102 | <hr/> |
102 | <hr/> |
103 | Saisir ici si besoin, une indication pour cette question: |
103 | Saisir ici si besoin, une indication pour cette question: |
104 | <br/> |
104 | <br/> |
105 | <center> |
105 | <center> |
106 | !set wims_backslash_insmath=no |
106 | !set wims_backslash_insmath=no |