Subversion Repositories wimsdev

Rev

Rev 3960 | Rev 6527 | 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/><div class="wimscenter">
  78. !href cmd=reply&job=read $n_back
  79. </div>
  80. !goto end
  81. !endif job=exosource
  82.  
  83. !if $job=print
  84. <p><hr/>
  85. <table width="100%" border="0" cellspacing="0" cellpadding="1">
  86. <tr><td align="left" nowrap><small>
  87.  $n_by
  88. !if $email=$empty
  89.  $author
  90. !else
  91.  !mailurl $email $author
  92. !endif
  93. !! &copy;
  94. </small>
  95. <td align="right"><small>
  96. !href cmd=reply&job=read&doc=$doc&block=$startblock $n_interactive
  97. </small>
  98. !if $wims_user=supervisor and $sheetdata!=$empty
  99.  <tr><td align="left" nowrap>
  100.  <small>$n_lastmod $datm</small>
  101.  <td align="right"><small>
  102.  !href cmd=reply&job=exosource&block=$startblock $n_source
  103.  </small>
  104. !else
  105.  <tr><td align="left" colspan="2" nowrap>
  106.  <small>$n_lastmod $datm</small>
  107. !endif
  108. </table>
  109. !goto end
  110. !endif job=print
  111.  
  112. :end
  113. </div><!--end of wimstail-->
  114. <!-- end of doctail.phtml-->
  115.  
  116.