Subversion Repositories wimsdev

Rev

Rev 7220 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5997 bpr 1
<!-- _widgets/doctailbox.phtml -->
2
<div id="wimstailbox">
3
 <div class="wimstail">
4
  <div class="tailitem">
6042 obado 5
   !href module=home WIMS
6
   @
12037 bpr 7
   <a href="$wims_ref_name">$httpd_HTTP_HOST</a>
5997 bpr 8
  </div>
6042 obado 9
 
5997 bpr 10
  <div class="tailitem">$n_by
6042 obado 11
   !if $email=$empty
12
    $author
13
   !else
7220 bpr 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
6042 obado 19
   !endif
20
   $n_lastmod $datm
5997 bpr 21
  </div>
22
 </div><!--end of wimstail-->
23
</div><!--end of wimstailbox-->
24
<!-- _widgets/doctailbox.phtml -->