Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
23 reyssat 1
 
2015 bpr 2
$table_header
1687 bpr 3
<caption>$wims_name_doc <b>$doc</b></caption>
2015 bpr 4
$table_tr<th>$wims_name_title</th><td>$tit</td>
5970 bpr 5
$table_tr<th>$wims_name_Author</th><td>$author</td></tr>
23 reyssat 6
!if @ isin $email
12490 bpr 7
  <tr><th>$wims_name_email</th><td>
8
  !mailurl $email
9
  </td></tr>
23 reyssat 10
!endif
11
!if class != $doctype
12490 bpr 12
  $table_tr<th>$wims_name_Copyright</th><td>
13
  !if $copyright iswordof gnu opl
14
    !if $copyright=gnu
15
      <a href="fdl.txt">GNU Free Documentation License</a>
16
    !endif
17
    !if $copyright=opl
18
      <a href="opl.html">Open Publication License</a>
19
    !endif
20
  !else
21
    $n_copyright2
23 reyssat 22
  !endif
12490 bpr 23
  </td></tr>
23 reyssat 24
!endif
5953 bpr 25
$table_end
26
</div>