annotate xsls/books.xsls @ 1658:ae713f8acaca

Two Japanese books.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 24 Feb 2016 15:42:57 +0000
parents 81ad082bc837
children b5cc488e6800
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/> }
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
30 X:text {language: } !{@lang}
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
31 </td>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
32
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
33 </tr></table>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
34 }
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 }