Rev 1780 | Rev 3049 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1780 | Rev 2210 | ||
---|---|---|---|
Line 158... | Line 158... | ||
158 | !set cnt=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheet$sheet |
158 | !set cnt=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheet$sheet |
159 | !if $modif>$cnt or $modif<1 |
159 | !if $modif>$cnt or $modif<1 |
160 | You have sent an invalid request. Ignored. |
160 | You have sent an invalid request. Ignored. |
161 | !else |
161 | !else |
162 | !set exo=!record $modif of wimshome/log/classes/$wims_class/sheets/.sheet$sheet |
162 | !set exo=!record $modif of wimshome/log/classes/$wims_class/sheets/.sheet$sheet |
163 | !distribute lines $exo into directory,parm,require,weight,title,desc,dep |
- | |
164 |
|
163 | !changeto exomodify.phtml $exo |
165 | <p><center><h3>$name_titlemodif $modif</h3></center> |
- | |
166 | !form reply |
- | |
167 | <input type=hidden name=modif value=$modif> |
- | |
168 | <input type=hidden name=job value=modify> |
- | |
169 | <ul> |
- | |
170 | <li>$wims_name_title: <small>($name_oldtitle <em>$orgtit</em>) |
- | |
171 | </small> <br> |
- | |
172 | <input size=50 name=mod_title value="$title"> |
- | |
173 | <li>$wims_name_Description<br> |
- | |
174 | <textarea name=mod_desc rows=5 cols=50>$desc</textarea> |
- | |
175 | <li>$name_pointsasked: |
- | |
176 | <input size=4 name=mod_require value="$require">, |
- | |
177 | $name_ofweight |
- | |
178 | <input size=4 name=mod_weight value="$weight">. |
- | |
179 | <li>$(name_shtab[6]): |
- | |
180 | <input size=40 name=mod_dep value="$dep">. |
- | |
181 | !reset mod_dep |
- | |
182 | </ul> |
- | |
183 | <p><center><input type=submit value="$wims_name_change"></form> |
- | |
184 | </center> <p> |
- | |
185 | !href cmd=resume $wims_name_giveup |
- | |
186 | . |
- | |
187 | <p><small> |
- | |
188 | <b>$wims_name_help</b>. <tt>$(name_shtab[6])</tt> |
- | |
189 | means that a participant must get |
- | |
190 | required scores in other exercises of the sheet before he/she can do |
- | |
191 | this one. For example, |
- | |
192 | <font color=blue><tt>1:50,2:30,3+4+5:60</tt></font> |
- | |
193 | means that the |
- | |
194 | participant must get 50% success on exercise 1, 30% success on exercise 2, |
- | |
195 | and an average of 60% success on exercises 3, 4, 5. |
- | |
196 | </small> |
- | |
197 | !endif |
164 | !endif |
198 | !exit |
165 | !exit |
199 | !endif |
166 | !endif |
200 | 167 | ||
201 | !if $error=toolate |
168 | !if $error=toolate |