Subversion Repositories wimsdev

Rev

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

  1. !nocache
  2. <h1 class="wims_docu_title">$tit</h1>
  3.  
  4. !if $error!=$empty
  5.  !read docu/en/msg.phtml
  6.  <p><hr> <p>
  7. !endif
  8.  
  9. !if $titb=$empty
  10.  <p>
  11.  Le bloc <tt>$block</tt> de ce document n'est pas encore créé.
  12. <p>
  13. !exit
  14. !endif
  15.  
  16. <h3 class="wims_docu_titleb">$titb</h3>
  17.  
  18. !read $docdir/$doc/$block.def content
  19.  
  20. </div><div class=wimstail>
  21. <p><hr>
  22. <table width=100% border=0 cellspan=0 cellpadding=1>
  23. <tr><td align=left nowrap><small>
  24. $n_by
  25. !if $email=$empty
  26. $author
  27. !else
  28. !mailurl $email $author
  29. !endif
  30. !! &copy;
  31. <td align=right><small>
  32. !href module=home WIMS
  33. @
  34. <a href=http://$httpd_HTTP_HOST/>$httpd_HTTP_HOST</a>
  35. <tr><td align=left nowrap>
  36. <small>$n_lastmod $datm
  37. !if $wims_developer!=$empty and COPYING isin $module_copyright
  38. !set V_=!char 1 of $module
  39. !set M_=!translate internal / to , in $module
  40. !set M_=!item 1 of $M_
  41. !if $V_ isin ABCDEFGHIJKLMNOPQRTSUVWXYZ or $M_ iswordof local contrib tool
  42.  <td align=right nowrap><small>
  43.  !href module=adm/modtool&original=$module Copier dans Modtool
  44.  </small>
  45. !endif
  46. !endif
  47. </table>
  48.  
  49.