Subversion Repositories wimsdev

Rev

Rev 5971 | Go to most recent revision | 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
2015 bpr 7
 <tr><th>$wims_name_email</th><td>
23 reyssat 8
 !mailurl $email
2015 bpr 9
 </td></tr>
23 reyssat 10
!endif
11
!if class != $doctype
2015 bpr 12
$table_tr<th>$wims_name_Copyright</th><td>
23 reyssat 13
 !if $copyright iswordof gnu opl
14
  !if $copyright=gnu
3549 bpr 15
   <a href="fdl.txt">GNU Free Documentation License</a>
23 reyssat 16
  !endif
17
  !if $copyright=opl
3549 bpr 18
   <a href="opl.html">Open Publication License</a>
23 reyssat 19
  !endif
20
 !else
747 bpr 21
  $n_copyright2
23 reyssat 22
 !endif
2015 bpr 23
 </td></tr>
23 reyssat 24
!endif
5953 bpr 25
$table_end
26
</div>