Subversion Repositories wimsdev

Rev

Rev 8237 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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