Subversion Repositories wimsdev

Rev

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

  1. <!--begin of doctail.phtml-->
  2.  
  3. <div class=wimstail>
  4. <center>
  5. !for i_=1 to $wims_homeref_n0
  6.  !set 1_=!line $i_ of $wims_rm_0
  7.  !if $(1_[2])=0 and $(1_[1])=$empty
  8.   <p>
  9.  !endif
  10.  !read oneitem.phtml $1_
  11.  &nbsp;
  12. !next i_
  13. </center>
  14.  
  15. !if $job=read
  16. <p><hr>
  17. !if ($wims_class!=$empty and $wims_user!=supervisor)
  18.  !exit
  19. !endif
  20. !if help isin $wims_session
  21.  <small>
  22.  !href cmd=reply&job=source $n_source0
  23.  &nbsp; $n_by
  24.  !if $email=$empty
  25.   $author
  26.  !else
  27.   !mailurl $email $author
  28.  !endif
  29.  $n_lastmod $datm</small>
  30.  !exit
  31. !endif
  32. <table width="100%" border=0 cellspacing=0 cellpadding=1>
  33. <tr><td align=left nowrap><small>
  34. !if $editable=yes
  35.  !href cmd=reply&job=prop $n_properties
  36. &nbsp;
  37. !href cmd=reply&job=file $wims_name_doch_upload
  38. &nbsp;
  39. !endif
  40.  !!!href cmd=reply&job=source $n_source0
  41. &nbsp;$n_by
  42. !if $email=$empty
  43.  $author
  44. !else
  45.  !mailurl $email $author
  46. !endif
  47. !! &copy;
  48. </small></td>
  49. <td align=right><small>
  50. !href module=home WIMS
  51.  @
  52. <a href="http://$httpd_HTTP_HOST/">$httpd_HTTP_HOST</a>
  53. </small></td></tr>
  54. <tr>
  55. <td align=left nowrap><small>$n_lastmod $datm</small></td>
  56. !if $wims_developer!=$empty and COPYING isin $module_copyright
  57.  !set V_=!char 1 of $module
  58.  !set M_=!translate internal / to , in $module
  59.  !set M_=!item 1 of $M_
  60.  !if $V_ isin ABCDEFGHIJKLMNOPQRTSUVWXYZ or $M_ iswordof local contrib tool
  61.   <td align=right nowrap><small>
  62.   !href module=adm/modtool&original=$module $wims_name_modify
  63.   </small></td>
  64.  !endif
  65. !endif
  66. </tr>
  67. </table>
  68. !if $wims_user=supervisor and $sheetdata!=$empty
  69. <div style="float:right;font-size:small;">
  70.  !href cmd=reply&job=exosource $n_source
  71. </div>
  72. !endif
  73. !goto end
  74. !endif job=read
  75.  
  76. !if $job=exosource
  77. <p><hr><p>
  78. <center>
  79. !href cmd=reply&job=read $n_back
  80. </center> <p>
  81. !goto end
  82. !endif job=exosource
  83.  
  84. !if $job=print
  85. <p><hr>
  86. <table width="100%" border=0 cellspacing=0 cellpadding=1>
  87. <tr><td align=left nowrap><small>
  88.  $n_by
  89. !if $email=$empty
  90.  $author
  91. !else
  92.  !mailurl $email $author
  93. !endif
  94. !! &copy;
  95. </small>
  96. <td align=right><small>
  97. !href cmd=reply&job=read&doc=$doc&block=$startblock $n_interactive
  98. </small>
  99. !if $wims_user=supervisor and $sheetdata!=$empty
  100.  <tr><td align=left nowrap>
  101.  <small>$n_lastmod $datm</small>
  102.  <td align=right><small>
  103.  !href cmd=reply&job=exosource&block=$startblock $n_source
  104.  </small>
  105. !else
  106.  <tr><td align=left colspan=2 nowrap>
  107.  <small>$n_lastmod $datm</small>
  108. !endif
  109. </table>
  110. !goto end
  111. !endif job=print
  112.  
  113. :end
  114. </div><!--end of wimstail-->
  115. <!-- end of doctail.phtml-->
  116.  
  117.