Rev 6685 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6685 | Rev 12490 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | $table_header |
2 | $table_header |
3 | <caption>$wims_name_doc <b>$doc</b></caption> |
3 | <caption>$wims_name_doc <b>$doc</b></caption> |
4 | $table_tr<th>$wims_name_title</th><td>$tit</td> |
4 | $table_tr<th>$wims_name_title</th><td>$tit</td> |
5 | $table_tr<th>$wims_name_Author</th><td>$author</td></tr> |
5 | $table_tr<th>$wims_name_Author</th><td>$author</td></tr> |
6 | !if @ isin $email |
6 | !if @ isin $email |
7 | <tr><th>$wims_name_email</th><td> |
7 | <tr><th>$wims_name_email</th><td> |
8 | !mailurl $email |
8 | !mailurl $email |
9 | </td></tr> |
9 | </td></tr> |
10 | !endif |
10 | !endif |
11 | !if class != $doctype |
11 | !if class != $doctype |
12 | $table_tr<th>$wims_name_Copyright</th><td> |
12 | $table_tr<th>$wims_name_Copyright</th><td> |
13 | !if $copyright iswordof gnu opl |
13 | !if $copyright iswordof gnu opl |
14 | !if $copyright=gnu |
14 | !if $copyright=gnu |
15 | <a href="fdl.txt">GNU Free Documentation License</a> |
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 |
|
16 | !endif |
22 | !endif |
17 | !if $copyright=opl |
- | |
18 | <a href="opl.html">Open Publication License</a> |
- | |
19 | !endif |
- | |
20 | !else |
- | |
21 | $n_copyright2 |
- | |
22 | !endif |
- | |
23 | </td></tr> |
23 | </td></tr> |
24 | !endif |
24 | !endif |
25 | $table_end |
25 | $table_end |
26 | </div> |
26 | </div> |