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 33... Line 33...
33
!set indictemp=!trim $com
33
!set indictemp=!trim $com
34
 
34
 
35
<center>
35
<center>
36
  <table border=1>
36
  <table border=1>
37
    <tr>
37
    <tr>
38
      <th align=center bgcolor=lightblue>
38
      <th align="center" bgcolor=lightblue>
39
       Objet
39
       Objet
40
      </th>
40
      </th>
41
      <th align=center bgcolor=wheat>
41
      <th align="center" bgcolor=wheat>
42
       Propriétés
42
       Propriétés
43
      </th>
43
      </th>
44
    </tr>
44
    </tr>
45
    <tr>
45
    <tr>
46
      <td bgcolor=lightblue align=center>
46
      <td bgcolor=lightblue align="center">
47
        <table>
47
        <table>
48
	  <tr>
48
	  <tr>
49
	    <td bgcolor=white> 
49
	    <td bgcolor=white> 
50
	      $obtemp 
50
	      $obtemp 
51
	    </td>
51
	    </td>
52
	  </tr>
52
	  </tr>
53
	</table>
53
	</table>
54
      </td>
54
      </td>
55
      <td bgcolor=darkcyan align=center>
55
      <td bgcolor=darkcyan align="center">
56
        <table cellpadding=4>
56
        <table cellpadding=4>
57
	 !for i=1 to $rowsnb
57
	 !for i=1 to $rowsnb
58
	 !set bg$(i)=$(coulors[$[((2*$i-1)%3)+1];])
58
	 !set bg$(i)=$(coulors[$[((2*$i-1)%3)+1];])
59
         !set bg2$(i)=$(coulors[$[((2*$i)%3)+1];])
59
         !set bg2$(i)=$(coulors[$[((2*$i)%3)+1];])
60
	  <tr>
60
	  <tr>
61
	    <td bgcolor="$(bg$(i))">
61
	    <td bgcolor="$(bg$(i))">
62
	      <input type="checkbox" name=propsrep value=$i
62
	      <input type="checkbox" name="propsrep" value=$i
63
	        !if $i isitemof $L
63
	        !if $i isitemof $L
64
		  checked
64
		  checked
65
		!endif
65
		!endif
66
	      >
66
	      >
67
	    </td>
67
	    </td>
Line 70... Line 70...
70
	    </td>
70
	    </td>
71
	    <td>
71
	    <td>
72
	      &nbsp;
72
	      &nbsp;
73
	    </td>
73
	    </td>
74
	    <td bgcolor="$(bg2$(i))">
74
	    <td bgcolor="$(bg2$(i))">
75
	      <input type="checkbox" name=propsrep value=$[$i+$rowsnb]
75
	      <input type="checkbox" name="propsrep" value=$[$i+$rowsnb]
76
	        !if $[$i+$rowsnb] isitemof $L
76
	        !if $[$i+$rowsnb] isitemof $L
77
		  checked
77
		  checked
78
		!endif
78
		!endif
79
	      >
79
	      >
80
	    </td>
80
	    </td>
Line 83... Line 83...
83
	    </td>
83
	    </td>
84
	  </tr>
84
	  </tr>
85
	 !next i
85
	 !next i
86
	 !if $extrarow!=0
86
	 !if $extrarow!=0
87
	  <tr>
87
	  <tr>
88
	    <td align=center bgcolor="$(coulors[$[($propsnb+1)%3+1];])" colspan=5>
88
	    <td align="center" bgcolor="$(coulors[$[($propsnb+1)%3+1];])" colspan=5>
89
	      <input type="checkbox" name=propsrep value=$[$propsnb+1]
89
	      <input type="checkbox" name="propsrep" value=$[$propsnb+1]
90
	        !if [$propsnb+1] isitemof $L
90
	        !if [$propsnb+1] isitemof $L
91
		  checked
91
		  checked
92
		!endif
92
		!endif
93
	      >
93
	      >
94
		  &nbsp; $(p$[$propsnb+1])
94
		  &nbsp; $(p$[$propsnb+1])
Line 104... Line 104...
104
        Saisir ici si besoin une indication pour cette question:
104
        Saisir ici si besoin une indication pour cette question:
105
	<br>
105
	<br>
106
	<center>
106
	<center>
107
	  !set wims_backslash_insmath=no
107
	  !set wims_backslash_insmath=no
108
	  !set indictemp=!reinput $indictemp
108
	  !set indictemp=!reinput $indictemp
109
	  <textarea name=exo_indic rows=5 cols=60>$indictemp</textarea>
109
	  <textarea name="exo_indic" rows=5 cols=60>$indictemp</textarea>
110
	  !set wims_backslash_insmath=yes
110
	  !set wims_backslash_insmath=yes
111
	</center>
111
	</center>
112
      </td>
112
      </td>
113
    </tr>
113
    </tr>
114
  </table>
114
  </table>