Subversion Repositories wimsdev

Rev

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

  1. !read adm/css.phtml
  2. !if $cmd=help
  3.  !header
  4.  !changeto help.phtml
  5. !endif
  6.  
  7. !!<html><head>
  8. !!$wims_html_header
  9. !!</head><body $wims_htmlbody>
  10. !!!headmenu
  11.  
  12. !header1
  13.  
  14. !read names.phtml
  15.  
  16. <center>$classname
  17. <p>
  18. <h1>Statistiques d'activité
  19. </h1></center> <p>
  20.  
  21. !if $error!=$empty
  22. <p>
  23. !read msg.phtml
  24. <p>
  25. !href module=home Retourner à la page d'accueil
  26. . <p>
  27.  !goto end
  28. !endif
  29.  
  30. !read table.phtml
  31.  
  32. <hr>
  33.  
  34. !read form.phtml
  35.  
  36. :end
  37. !tail
  38.  
  39. !reset show
  40.  
  41.