Rev 16156 | Rev 16801 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16156 | Rev 16343 | ||
---|---|---|---|
Line 78... | Line 78... | ||
78 | !!"$class_creation","$class_expiration" |
78 | !!"$class_creation","$class_expiration" |
79 | !! <div class="formHelp">$name_desc_showdate</div> |
79 | !! <div class="formHelp">$name_desc_showdate</div> |
80 | !! </div> |
80 | !! </div> |
81 | !! ---------------- end of deleted |
81 | !! ---------------- end of deleted |
82 | 82 | ||
83 | !! --------------- add for selecte show |
83 | !! --------------- add for selecte show |
84 | <div class="field box"> |
84 | <div class="field box"> |
85 | <label for="allowtype">$(name_showhidetitle)</label> |
85 | <label for="allowtype">$(name_showhidetitle)</label> |
86 | !set wims_ref_class=wims_button_help float_right |
86 | !set wims_ref_class=wims_button_help float_right |
87 | !href target=wims_mhelp cmd=help&special_parm=allowtype $wims_name_help |
87 | !href target=wims_mhelp cmd=help&special_parm=allowtype $wims_name_help |
88 | <select id="allowtype" name="allowtype" |
88 | <select id="allowtype" name="allowtype" |
Line 133... | Line 133... | ||
133 | </div> |
133 | </div> |
134 | !else |
134 | !else |
135 | <input type="hidden" name="allowshare" value="0" /> |
135 | <input type="hidden" name="allowshare" value="0" /> |
136 | !endif |
136 | !endif |
137 | </div> |
137 | </div> |
138 | - | ||
139 | 138 | ||
140 | !! ---------------- end of add |
139 | !! ---------------- end of add |
141 | 140 | ||
142 | 141 | ||
143 | 142 | ||
144 | </div></div> |
143 | </div></div> |
145 | 144 | ||
146 | !! ---- manage of seqliste panel |
145 | !! ---- manage of seqliste panel |
147 | <div id="seqliste"> |
146 | <div id="seqliste"> |
148 | $name_addseq |
147 | $name_addseq |
149 | $table_header |
148 | $table_header |
150 | <caption>$wims_name_Docs, $wims_name_Votes & $C_A</caption> |
149 | <caption>$wims_name_Docs, $wims_name_Votes & $C_A</caption> |
Line 155... | Line 154... | ||
155 | </tr> |
154 | </tr> |
156 | !set listc=!filelist $wims_home/log/classes/$wims_class/doc |
155 | !set listc=!filelist $wims_home/log/classes/$wims_class/doc |
157 | !set listc=!replace internal c by in $listc |
156 | !set listc=!replace internal c by in $listc |
158 | !set listc=!lines2items $listc |
157 | !set listc=!lines2items $listc |
159 | !set listc=!sort numeric items $listc |
158 | !set listc=!sort numeric items $listc |
160 | 159 | ||
161 | !! -- doc of the class data |
160 | !! -- doc of the class data |
162 | !for i=1 to $doccnt |
161 | !for i=1 to $doccnt |
163 | !set ci_=!item $(wims_sort_order[$i]) of $listc |
162 | !set ci_=!item $(wims_sort_order[$i]) of $listc |
164 | !set sh=!record $ci_ of wimshome/log/classes/$wims_class/doc/.index |
163 | !set sh=!record $ci_ of wimshome/log/classes/$wims_class/doc/.index |
165 | !distribute lines $sh into s_,t_,bidon,bidon,bidon,o_ |
164 | !distribute lines $sh into s_,t_,bidon,bidon,bidon,o_ |
Line 183... | Line 182... | ||
183 | <input type="number" name="$ss_" size="5" value="$(c_$i)" id="$ss_" /> |
182 | <input type="number" name="$ss_" size="5" value="$(c_$i)" id="$ss_" /> |
184 | </td> |
183 | </td> |
185 | </tr> |
184 | </tr> |
186 | !endif |
185 | !endif |
187 | !next i |
186 | !next i |
188 | 187 | ||
189 | !! -- public doc data |
188 | !! -- public doc data |
190 | !for i=1 to $docpubliccnt |
189 | !for i=1 to $docpubliccnt |
191 | !set sh=!record $i of wimshome/log/classes/$wims_class/doc/.docindex |
190 | !set sh=!record $i of wimshome/log/classes/$wims_class/doc/.docindex |
192 | !distribute lines $sh into s_,t_,ti,d_,o_ |
191 | !distribute lines $sh into s_,t_,ti,d_,o_ |
193 | $table_tr |
192 | $table_tr |
Line 206... | Line 205... | ||
206 | !set doc_$i=!positionof item doc $i in $(data[3;]) |
205 | !set doc_$i=!positionof item doc $i in $(data[3;]) |
207 | <input type="number" name="doc_$i" size="5" value="$(doc_$i)" id="doc_$i" /> |
206 | <input type="number" name="doc_$i" size="5" value="$(doc_$i)" id="doc_$i" /> |
208 | </td> |
207 | </td> |
209 | </tr> |
208 | </tr> |
210 | !next i |
209 | !next i |
211 | 210 | ||
212 | !! -- sheet data |
211 | !! -- sheet data |
213 | !for i=1 to $sheetcnt |
212 | !for i=1 to $sheetcnt |
214 | !set sh=!record $i of wimshome/log/classes/$wims_class/sheets/.sheets |
213 | !set sh=!record $i of wimshome/log/classes/$wims_class/sheets/.sheets |
215 | !distribute lines $sh into ac,t_,ti |
214 | !distribute lines $sh into ac,t_,ti |
216 | $table_tr |
215 | $table_tr |