Subversion Repositories wimsdev

Rev

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

  1. <!-- _widgets/doctailbox.phtml -->
  2. <div id="wimstailbox">
  3.  <div class="wimstail">
  4.   <div class="tailitem">
  5.    !href module=home WIMS
  6.    @
  7.    <a href="http://$httpd_HTTP_HOST/">$httpd_HTTP_HOST</a>
  8.   </div>
  9.  
  10.   <div class="tailitem">$n_by
  11.    !if $email=$empty
  12.     $author
  13.    !else
  14.      !set authorcnt=!itemcnt $(author[;1])
  15.      !for a = 1 to $authorcnt
  16.       !mailurl $(email[$a]) $(author[$a;1]) $(author[$a;2])
  17.       &nbsp;
  18.      !next
  19.    !endif
  20.    $n_lastmod $datm
  21.   </div>
  22.  </div><!--end of wimstail-->
  23. </div><!--end of wimstailbox-->
  24. <!-- _widgets/doctailbox.phtml -->
  25.