Subversion Repositories wimsdev

Rev

Rev 5997 | Rev 7220 | 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.     !mailurl $email $author
  15.    !endif
  16.    $n_lastmod $datm
  17.   </div>
  18.  </div><!--end of wimstail-->
  19. </div><!--end of wimstailbox-->
  20. <!-- _widgets/doctailbox.phtml -->
  21.