Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 5745 → Rev 5746

/trunk/wims/public_html/modules/template/exercise.ca/form.phtml
2,10 → 2,10
!! Here is an example of the design of reply form. You are free to modify.
 
!form reply
<input type=submit value="Envia"> your reply:<p>
<input type=submit value="Envia"/> your reply:<p>
 
x = <input size=40 name=x value="$x"> <br>
y = <input size=40 name=y value="$y"> <br>
x = <input size=40 name=x value="$x"/> <br>
y = <input size=40 name=y value="$y"/> <br>
 
</form>
 
/trunk/wims/public_html/modules/template/exercise.ca/main.phtml
8,7 → 8,7
!if $status=waiting
!if $error!=$empty
!read msg.phtml
<p><hr width=50%> <p>
<p><hr width=50%/> <p>
!endif
!! Reply form
!read form.phtml
18,7 → 18,7
!else
!if $error!=$empty
!read msg.phtml
<p><hr width=50%> <p>
<p><hr width=50%/> <p>
!endif
!! Analysis of reply
!read answer.phtml