Subversion Repositories wimsdev

Rev

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

  1. <!-- _widgets/motd.phtml -->
  2.  
  3. <div class="wims_class_motd">
  4.  !read ./wimshome/log/classes/$wims_class/.motd
  5. </div><!--end of wims_class_motd-->
  6.  
  7. !let test2=!record 0 of wimshome/log/classes/$wims_class/motd/$wims_user
  8. !let test=!record 0 of wimshome/log/classes/$wims_class/motd/.$wims_user
  9. !if # notin $test and $test2!=$empty
  10. <div class="wims_class_pmotd">
  11.   !read ./wimshome/log/classes/$wims_class/motd/$wims_user
  12.   &nbsp; [
  13.   !href module=adm/class/motd $(wims_name_actionlist[4])
  14.   ]
  15.  </div><!-- end of wims_class_pmotd-->
  16. !endif
  17. <!-- end _widgets/motd.phtml -->
  18.