Subversion Repositories wimsdev

Rev

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

  1.  
  2. <h1 class="wims_docu_title">$tit</h1>
  3.  
  4. !if $titb=$empty
  5.   <p>
  6.   $name_noncreate
  7.   </p>
  8.   !exit
  9. !endif
  10.  
  11. !if $datetest<0
  12.   <p>
  13.   $name_noread
  14.   </p>
  15.   !exit
  16. !endif
  17.  
  18. !if $datetest>0
  19.   <p>
  20.   $name_expired
  21.   </p>
  22.   !exit
  23. !endif
  24.  
  25. <h3>$titb ($n_sourcedoc)
  26. <span class="small">
  27.  [
  28.  !href cmd=reply&job=read $n_formatted
  29.  ]</span>
  30. </h3>
  31.  
  32. <pre wrap>
  33. !mexec scripts/cat.sh $wims_home/$Docdir/$doc/src/$block
  34. </pre>
  35.  
  36. <hr />
  37. !if $wims_class!=$empty and $wims_user!=supervisor
  38.   !exit
  39. !endif
  40. <table class="wimsnoborder">
  41. <tr><td align="left" class="small">
  42. !href cmd=reply&job=read $n_formatted
  43. &nbsp; $n_by
  44. !if $email=$empty
  45.   $author
  46. !else
  47.   !mailurl $email $author
  48. !endif
  49. !! &copy;
  50. </td>
  51. !if help notin $wims_session
  52.   <td style="text-align:right" class="small">
  53.   !href module=home WIMS
  54.   @
  55.  <a href="http://$httpd_HTTP_HOST/">$httpd_HTTP_HOST</a>
  56.  </td>
  57. !endif
  58. </tr></table>
  59. <div class="wimstech">
  60. $n_lastmod $datm
  61.  
  62. </div>
  63.