Subversion Repositories wimsdev

Rev

Rev 11160 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11160 Rev 17230
Line 54... Line 54...
54
	    <td bgcolor="$(bg$(i))">
54
	    <td bgcolor="$(bg$(i))">
55
	      <input type="checkbox" name="propsrep" value="$i"
55
	      <input type="checkbox" name="propsrep" value="$i"
56
	        !if $i isitemof $L
56
	        !if $i isitemof $L
57
		  checked
57
		  checked
58
		!endif
58
		!endif
59
	      />
59
	     >
60
	    </td>
60
	    </td>
61
	    <td bgcolor="$(bg$(i))">
61
	    <td bgcolor="$(bg$(i))">
62
	      $(p$(i))
62
	      $(p$(i))
63
	    </td>
63
	    </td>
64
	    <td>
64
	    <td>
Line 67... Line 67...
67
	    <td bgcolor="$(bg2$(i))">
67
	    <td bgcolor="$(bg2$(i))">
68
	      <input type="checkbox" name="propsrep" value="$[$i+$rowsnb]"
68
	      <input type="checkbox" name="propsrep" value="$[$i+$rowsnb]"
69
	        !if $[$i+$rowsnb] isitemof $L
69
	        !if $[$i+$rowsnb] isitemof $L
70
		  checked
70
		  checked
71
		!endif
71
		!endif
72
	      />
72
	     >
73
	    </td>
73
	    </td>
74
	    <td bgcolor="$(bg2$(i))">
74
	    <td bgcolor="$(bg2$(i))">
75
	      $(p$[$i+$rowsnb])
75
	      $(p$[$i+$rowsnb])
76
	    </td>
76
	    </td>
77
	  </tr>
77
	  </tr>
Line 81... Line 81...
81
	    <td bgcolor="$(coulors[$[($propsnb+1)%3+1];])" colspan="5">
81
	    <td bgcolor="$(coulors[$[($propsnb+1)%3+1];])" colspan="5">
82
	      <input type="checkbox" name="propsrep" value="$[$propsnb+1]"
82
	      <input type="checkbox" name="propsrep" value="$[$propsnb+1]"
83
	        !if [$propsnb+1] isitemof $L
83
	        !if [$propsnb+1] isitemof $L
84
		  checked
84
		  checked
85
		!endif
85
		!endif
86
	      />
86
	     >
87
		  &nbsp; $(p$[$propsnb+1])
87
		  &nbsp; $(p$[$propsnb+1])
88
	    </td>
88
	    </td>
89
	  </tr>
89
	  </tr>
90
	 !endif
90
	 !endif
91
	</table>
91
	</table>
92
      </td>
92
      </td>
93
    </tr>
93
    </tr>
94
    <tr>
94
    <tr>
95
      <td colspan="2" bgcolor="white">
95
      <td colspan="2" bgcolor="white">
96
        <hr />
96
        <hr>
97
        Saisir ici si besoin, une indication pour cette question:
97
        Saisir ici si besoin, une indication pour cette question:
98
	<br />
98
	<br>
99
	  !set wims_backslash_insmath=no
99
	  !set wims_backslash_insmath=no
100
	  !set indictemp=!reinput $indictemp
100
	  !set indictemp=!reinput $indictemp
101
	  <textarea name="exo_indic" rows=5 cols=60>$indictemp</textarea>
101
	  <textarea name="exo_indic" rows=5 cols=60>$indictemp</textarea>
102
	  !set wims_backslash_insmath=yes
102
	  !set wims_backslash_insmath=yes
103
	</td>
103
	</td>