Subversion Repositories wimsdev

Rev

Rev 1006 | Rev 1181 | 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 cellspacing=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. </small></td>
  32. <td align=right><small>
  33. !href module=home WIMS
  34. @
  35. <a href="http://$httpd_HTTP_HOST/">$httpd_HTTP_HOST</a>
  36. </small></td></tr>
  37. <tr><td align=left nowrap>
  38. <small>$n_lastmod $datm
  39. </small></td>
  40. !if $wims_developer!=$empty and COPYING isin $module_copyright
  41. !set V_=!char 1 of $module
  42. !set M_=!translate internal / to , in $module
  43. !set M_=!item 1 of $M_
  44. !if $V_ isin ABCDEFGHIJKLMNOPQRTSUVWXYZ or $M_ iswordof local contrib tool
  45.  <td align=right nowrap><small>
  46.  !href module=adm/modtool&original=$module Copier dans Modtool
  47.  </small></td>
  48. !endif
  49. !endif
  50. </tr>
  51. </table>
  52. !if $wims_user=supervisor and $sheetdata!=$empty
  53. <div style="float:right;font-size:small;">
  54. !href cmd=reply&job=exosource $n_source
  55. </div>
  56. <br>
  57. !endif
  58.  
  59.