Subversion Repositories wimsdev

Rev

Rev 35 | Rev 5928 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
35 reyssat 1
!header
2
 
3
!! La presentación del ejercicio.
4
!read present.phtml
5
 
6
<p><hr> <p>
7
 
8
!if $status=waiting
9
 !if $error!=$empty
10
  !read msg.phtml
5746 bpr 11
  <p><hr width=50%/> <p>
35 reyssat 12
 !endif
13
 !! El formulario de respuesta
14
 !read form.phtml
15
 <p>
16
 !href exo_Renew
17
.
18
!else
19
 !if $error!=$empty
20
  !read msg.phtml
5746 bpr 21
  <p><hr width=50%/> <p>
35 reyssat 22
 !endif
23
 !! El análisis de la respuesta
24
 !read answer.phtml
25
 <p>
26
 !href exo_Again
27
.
28
 !if $worksheet=$empty
29
  !href exo_Intro
30
.
31
 !endif
32
!endif
33
 
34
:end
35
!tail
36