Subversion Repositories wimsdev

Rev

Rev 8239 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !!! personnal message from the supervisor in the top of the user page
  2.  
  3. !if $wims_user!=supervisor and $wims_class!=$empty and $wims_alertmsg!=$empty
  4.  <!-- _widgets/alertchat.phtml -->
  5.  <div>
  6.     !!Ici le nom de l'enseignant ?
  7. </div>
  8. <div class="wims_alertchat talk-bubble triangle shadow round left-top">
  9.    <div class="talktext">
  10.     !if adm isin $module or $module=home
  11.       !set wims_ref_class=wims_button small float_right
  12.       !href module=adm/class/motd&job=readen $wims_name_readen
  13.     !endif
  14.     <p>$wims_alertmsg</p>
  15.    </div>
  16. </div>
  17. <!-- end _widgets/alertchat.phtml -->
  18. !endif
  19.