Rev 5953 | Rev 5971 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
751 | bpr | 1 | !!##language independant |
23 | reyssat | 2 | |
2015 | bpr | 3 | $table_header |
1687 | bpr | 4 | <caption>$wims_name_doc <b>$doc</b></caption> |
2015 | bpr | 5 | $table_tr<th>$wims_name_title</th><td>$tit</td> |
5970 | bpr | 6 | $table_tr<th>$wims_name_Author</th><td>$author</td></tr> |
23 | reyssat | 7 | !if @ isin $email |
2015 | bpr | 8 | <tr><th>$wims_name_email</th><td> |
23 | reyssat | 9 | !mailurl $email |
2015 | bpr | 10 | </td></tr> |
23 | reyssat | 11 | !endif |
12 | !if class != $doctype |
||
2015 | bpr | 13 | $table_tr<th>$wims_name_Copyright</th><td> |
23 | reyssat | 14 | !if $copyright iswordof gnu opl |
15 | !if $copyright=gnu |
||
3549 | bpr | 16 | <a href="fdl.txt">GNU Free Documentation License</a> |
23 | reyssat | 17 | !endif |
18 | !if $copyright=opl |
||
3549 | bpr | 19 | <a href="opl.html">Open Publication License</a> |
23 | reyssat | 20 | !endif |
21 | !else |
||
747 | bpr | 22 | $n_copyright2 |
23 | reyssat | 23 | !endif |
2015 | bpr | 24 | </td></tr> |
23 | reyssat | 25 | !endif |
5953 | bpr | 26 | $table_end |
27 | </div> |
||
23 | reyssat | 28 |