Rev 11949 | Rev 15416 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11949 | Rev 11990 | ||
---|---|---|---|
Line 222... | Line 222... | ||
222 | El número de parámetros que transmitió excede el límite autorizado |
222 | El número de parámetros que transmitió excede el límite autorizado |
223 | en este sitio WIMS. |
223 | en este sitio WIMS. |
224 | !endif |
224 | !endif |
225 | 225 | ||
226 | !if unmatched_parentheses iswordof $wims_user_error |
226 | !if unmatched_parentheses iswordof $wims_user_error |
227 | Hemos detectado paréntesis sin correspondencia en su solicitud. |
227 | Hemos detectado paréntesis sin correspondencia en su solicitud. |
228 | corregir el error aquí: |
228 | Puede corregir el error aquí: |
229 | !form $cmd |
229 | !form $cmd |
230 | $(name$bad_parentheses) = |
- | |
231 | !for i in module,special_parm,worksheet |
230 | !for i in module,special_parm,worksheet |
232 | !if $($i)!=$empty |
231 | !if $($i)!=$empty |
233 | !set value=!translate " to $ $ in $($i) |
232 | !set value=!translate " to $ $ in $($i) |
234 | <input type="hidden" name="$i" value="$value"/> |
233 | <input type="hidden" name="$i" value="$value"/> |
235 | !endif |
234 | !endif |
236 | !next i |
235 | !next i |
237 | !for i=0 to $user_var_no-1 |
236 | !for i=0 to $user_var_no-1 |
238 | !if $i!=$bad_parentheses |
237 | !if $i!=$bad_parentheses |
239 | !set value=!translate " to $ $ in $(value$i) |
238 | !set value=!translate " to $ $ in $(value$i) |
240 | <input type="hidden" name="$(name$i)" value="$value"/> |
239 | <input type="hidden" name="$(name$i)" value="$value"/> |
241 | !endif |
240 | !endif |
242 | !next i |
241 | !next i |
243 | !set value=!translate " to $ $ in $(value$bad_parentheses) |
242 | !set value=!translate " to $ $ in $(value$bad_parentheses) |
244 | !set len=!charcnt $value |
243 | !set len=!charcnt $value |
245 | !set n=!linecnt $value |
244 | !set n=!linecnt $value |
- | 245 | ||
- | 246 | !set input_id=$(name$bad_parentheses) |
|
- | 247 | <div class="field box"> |
|
- | 248 | <label for="$input_id">$input_id =</label> |
|
- | 249 | ||
246 | !if $n<=1 |
250 | !if $n<=1 |
247 | !if $len<55 |
251 | !if $len<55 |
248 | !set len=$[$len+3] |
252 | !set len=$[$len+3] |
249 | !else |
253 | !else |
250 | !set len=59 |
254 | !set len=59 |
251 | !endif |
255 | !endif |
252 | <input |
256 | <input size="$len" name="$input_id" id="$input_id" value="$value" /> |
253 | !else |
257 | !else |
254 | !if $n>10 |
258 | !if $n>10 |
255 | !set n=10 |
259 | !set n=10 |
256 | !endif |
260 | !endif |
257 | <textarea |
261 | <textarea rows="$n" name="$input_id" id="$input_id">$(value$bad_parentheses)</textarea> |
258 |
|
262 | !endif |
259 |
|
263 | </div> |
- | 264 | <p class="actions"> |
|
260 | Then |
265 | Then |
261 | <input type="submit" value="envía la petición corregida."/> |
266 | <input type="submit" value="envía la petición corregida."/> |
- | 267 | </p> |
|
- | 268 | </form> |
|
- | 269 | <hr/> |
|
262 |
|
270 | <div class="wimscenter"> |
263 | !href cmd=resume Descartar la última solicitud |
271 | !href cmd=resume Descartar la última solicitud |
264 |
|
272 | | |
265 | !href $ página principal de WIMS |
273 | !href $ página principal de WIMS |
266 | .</div> |
274 | .</div> |
267 | !goto end_html |
275 | !goto end_html |
268 | !endif |
276 | !endif |
269 | 277 | ||
270 | !if wrong_module iswordof $wims_user_error |
278 | !if wrong_module iswordof $wims_user_error |
Line 281... | Line 289... | ||
281 | ¡Por favor no juegue con los ejercicios! |
289 | ¡Por favor no juegue con los ejercicios! |
282 | <p> |
290 | <p> |
283 | Debe tomarse su tiempo para pensar bien en cómo resolver los ejercicios |
291 | Debe tomarse su tiempo para pensar bien en cómo resolver los ejercicios |
284 | correctamente, en lugar de solicitar unos nuevos una y otra vez. |
292 | correctamente, en lugar de solicitar unos nuevos una y otra vez. |
285 | !href cmd=resume Cancelar la última petición |
293 | !href cmd=resume Cancelar la última petición |
286 | . |
294 | .</p> |
287 | !if $wims_user!=$empty and $wims_user!=supervisor |
295 | !if $wims_user!=$empty and $wims_user!=supervisor |
288 | <p><span class="wims_warning">$wims_name_warning.</span>! Don't repeat this error! |
296 | <p><span class="wims_warning">$wims_name_warning.</span>! Don't repeat this error! |
289 | Irregular activities may give you bad scores even when score registration is |
297 | Irregular activities may give you bad scores even when score registration is |
290 | closed. |
298 | closed. |
291 | !endif |
299 | !endif |