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 61... Line 61...
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>
68
	    <td bgcolor="$(bg$(i))">
68
	    <td bgcolor="$(bg$(i))">
69
	      $(p$(i))
69
	      $(p$(i))
70
	    </td>
70
	    </td>
71
	    <td>
71
	    <td>
Line 74... Line 74...
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>
81
	    <td bgcolor="$(bg2$(i))">
81
	    <td bgcolor="$(bg2$(i))">
82
	      $(p$[$i+$rowsnb])
82
	      $(p$[$i+$rowsnb])
83
	    </td>
83
	    </td>
84
	  </tr>
84
	  </tr>
Line 88... Line 88...
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])
95
	    </td>
95
	    </td>
96
	  </tr>
96
	  </tr>
97
	 !endif
97
	 !endif
98
	</table>
98
	</table>