annotate xsls/books.xsls @ 3011:55d49eb065ac

Fixed example in the js_periodic directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 14 Sep 2023 16:38:00 +0100
parents b5cc488e6800
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
580
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 543
diff changeset
1 <!--
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 543
diff changeset
2 Copyright (C) Igor Sysoev
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 543
diff changeset
3 Copyright (C) Nginx, Inc.
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 543
diff changeset
4 -->
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 543
diff changeset
5
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6 X:stylesheet {
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8 X:template = "book" {
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
10 <table><tr>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
11
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
12 <td bgcolor="#EEEEEE">
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
13 <a href="{@link}">
107
ee725af08951 Two unrelated changes were erroneously committed simultaneously:
Ruslan Ermilov <ru@nginx.com>
parents: 0
diff changeset
14 <img src="{@cover}" alt="" style="padding: 2pt;" border="0"/>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
15 </a>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
16 </td>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
17
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
18 <td>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
19 X:text {title: } <a href="{@link}">!{@title}</a> <br/>
1658
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 721
diff changeset
20 X:if "@author2" { X:text {authors: } } else { X:text {author: } }
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 721
diff changeset
21 X:if "@site" { <a href="{@site}">!{@author}</a> } else { !{@author} }
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 721
diff changeset
22 X:if "@author2" {
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 721
diff changeset
23 X:text {,} <br/> X:text {&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;}
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 721
diff changeset
24 X:if "@site2" { <a href="{@site2}">!{@author2}</a> }
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 721
diff changeset
25 else { !{@author2} }
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 721
diff changeset
26 }
ae713f8acaca Two Japanese books.
Igor Sysoev <igor@sysoev.ru>
parents: 721
diff changeset
27 <br/>
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
28 X:if "@translator" { X:text {translator: } !{@translator} <br/> }
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
29 X:if "@publisher" { X:text {publisher: } !{@publisher} <br/> }
2051
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1658
diff changeset
30 X:text {language: } !{@lang} <br/>
b5cc488e6800 Added year to books.
Yaroslav Zhuravlev <yar@nginx.com>
parents: 1658
diff changeset
31 X:text {year: } !{@year}
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
32 </td>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
33
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
34 </tr></table>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
35 }
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
36
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
37 }