Rev 10482 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!read scenario/present.phtml
<hr />
!if $error!=$empty
<div class="wims_msg warning">
!read scenario/msg.phtml
</div>
!else
!read scenario/form.phtml
!endif
<div class="spacer">
!if $status=waiting
!set wims_ref_class=wims_button wims_secondary_button
!href exo_Renew
$
!else
!set wims_ref_class=wims_button
!href exo_Again
$
!if $worksheet=$empty
!set wims_ref_class=wims_button
!href exo_Intro
.
!endif
!endif
</div>
!read endhook.phtml
!tail