Rev 14867 |
Rev 14907 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!!if $iedit_activated=1
!read js/external/tinymce.phtml .iEdit
!!endif
!read adm/css.phtml
!header1
!read adm/class/classname.phtml $wims_classname\
$wims_institutionname
!read adm/title.phtml 1\
$classname\
$name_title $name_title2
!! -------- this css style have to be placed at the right place of the wims structure
<style>
.freeworkdesczone{
font-size: 10pt;
color:#666;
}
</style>
!if $wims_user=supervisor
<div class="wims_msg warning">$name_develmessage</div>
!endif
!if $error!=$empty
<div class="wims_msg alert">
<b>$wims_name_Error:</b>
!read msg.phtml
</div>
!if $notallowed=1
!endif
!else
!if $success!=$empty
<div class="wims_msg success">
!read msg.phtml $success
</div>
!endif
!if $warning!=$empty
<div class="wims_msg warning">
!read msg.phtml $warning
</div>
!endif
!endif
!!!set wims_menu_items=!append line userlist,1,module=$module&cmd=new&job=userlist\
!!itemsep,0,Mes Sujets\
!read $job.phtml
!tail