Rev 10228 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!if robot isin $session
!endif
!if $wims_class=
!read adm/language lang/names.phtml
!else
!read adm/class/classlang names.phtml
!set modu_lang=$moduclass_lang
!endif
!if $(module_title_$modu_lang)!=
!set module_title=$(module_title_$modu_lang)
!endif
!read lang/names.phtml.$modu_lang
<h3 class="wimscenter">--- $(n_$type) ---</h3>
!if $error!=$empty
<div class="wims_msg alert">
!read lang/msg.phtml.$modu_lang
</div>
!else
!read $type.phtml
!endif
<div class="wimscenter">
!if $t!=$type
!href module=$module&type=$t $(n_$t)
$ $
!endif
!!href target=wims_help module=help/main&chapter=3 $wims_name_Explanations
</div>
!tail