aboutsummaryrefslogtreecommitdiffstats
path: root/docs/stylesheets/WebHelp-DrakX.xsl
blob: a82c9414678ca277c354f29b79f120614432ab6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:exsl="http://exslt.org/common"
                xmlns:cf="http://docbook.sourceforge.net/xmlns/chunkfast/1.0"
                xmlns:ng="http://docbook.org/docbook-ng"
                xmlns:db="http://docbook.org/ns/docbook"
                exclude-result-prefixes="exsl cf ng db"
                version="1.0">

<?cco_xsltype addon="DocBook5.0" toolchain="DocBook_Screen_WebHelp"?>

<xsl:import href="http://www.calenco.com/xsl/docbook/ns/webhelp/calenco-webhelp.xsl" />

<!-- This stylesheet is used to generate the online html WebHelp publications
     for our traditional (so not Live) installer -->

<!--Add our own favicon and logo to the publications-->

<xsl:param name="logo">http://docteam.mageia.nl/mageia-2013-200p.png</xsl:param>
<xsl:param name="favicon">http://docteam.mageia.nl/favicon.png</xsl:param>

<!-- if the value of "use.id.as.filename" is set to "1", and all
sections have an xml:id, the generated files will get the names that
are in the xml:id's -->

<xsl:param name="use.id.as.filename" select="1"></xsl:param>

<!-- add footer for license and copyright-->

<xsl:template name="user.footer.content">
  <script type="text/javascript" src="http://www.calenco.com/xsl/docbook/ns/webhelp/main.js">
       <xsl:comment></xsl:comment>
       </script>
    <hr/>
    <div class="copyright">&#169; Mageia</div>
    <div class="license"><a href="index.html#CC_BY-SA">CC BY-SA 3.0</a></div>
</xsl:template>

<!-- Add missing translations for Search button and such-->
<!-- WARNING: the strings must be added for English and existing translations, too -->

<xsl:param name="local.l10n.xml" select="document('')"/>
<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
    <l:l10n language="ca">
	    <l:gentext key="Search" text="Cerca"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="cs">
	    <l:gentext key="Search" text="Hledat"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="de">
	    <l:gentext key="Search" text="Suchen"/>
	    <l:gentext key="Enter_a_term_and_click" text="Geben Sie einen Begriff ein und wählen Sie "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=", um eine Suche durchzuführen."/>
	    <l:gentext key="txt_filesfound" text="Ergebnisse"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="Sie müssen mindestens ein Zeichen eingeben."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript ist in Ihrem Browser abgeschaltet. Bitte schalten Sie JavaScript an, damit diese Seiten vollständig dargestellt werden."/>
	    <l:gentext key="txt_please_wait" text="Bitte warten Sie. Die Suche ist im Gange ..."/>
	    <l:gentext key="txt_results_for" text="Ergebnisse für: "/>
	    <l:gentext key="TableofContents" text="Inhalt"/>
	    <l:gentext key="HighlightButton" text="Markierte Suchergebnisse ein/ausschalten"/>
	    <l:gentext key="Your_search_returned_no_results" text="Ihre Suche erbrachte kein Ergebnis."/>
    </l:l10n>
    <l:l10n language="el">
	    <l:gentext key="Search" text="Αναζήτηση"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="en">
	    <l:gentext key="Search" text="Search"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="eo">
	    <l:gentext key="Search" text="Serĉi"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="es">
	    <l:gentext key="Search" text="Buscar"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="et">
	    <l:gentext key="Search" text="Otsi"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="eu">
	    <l:gentext key="Search" text="Bilatu"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="fr">
	    <l:gentext key="Search" text="Rechercher"/>
	    <l:gentext key="Enter_a_term_and_click" text="Saisissez un terme et cliquer "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Résultats"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="Vous devez entrer au moins un caractère.x"/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="S'il vous plaît attendre. La recherche est en cours ..."/>
	    <l:gentext key="txt_results_for" text="Résultats pour: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="id">
	    <l:gentext key="Search" text="Cari"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="it">
	    <l:gentext key="Search" text="Ricerca"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="nl">
	    <l:gentext key="Search" text="Zoeken"/>
	    <l:gentext key="Enter_a_term_and_click" text="Voer een zoekterm in en klik op "/>
	    <l:gentext key="Go" text="Ga"/>
	    <l:gentext key="to_perform_a_search" text=" om te zoeken."/>
	    <l:gentext key="txt_filesfound" text="Resultaten"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="U moet minstens één teken invoeren."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is uitgeschakeld in uw browser. Schakel het a.u.b. in om van alle mogelijkheden van deze site te genieten."/>
	    <l:gentext key="txt_please_wait" text="A.u.b. wachten. Er wordt gezocht..."/>
	    <l:gentext key="txt_results_for" text="Resultaten voor: "/>
	    <l:gentext key="TableofContents" text="Inhoud"/>
	    <l:gentext key="HighlightButton" text="Zet het markeren van resultaten aan of uit"/>
	    <l:gentext key="Your_search_returned_no_results" text="Uw zoekopdracht leverde geen resultaten op."/>
    </l:l10n>
    <l:l10n language="pl">
	    <l:gentext key="Search" text="Szukaj"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="pt">
	    <l:gentext key="Search" text="Pesquisa"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="pt_br">
	    <l:gentext key="Search" text="Pesquisa"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="ro">
	    <l:gentext key="Search" text="Căutare"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="ru">
	    <l:gentext key="Search" text="Поиск"/>
	    <l:gentext key="Enter_a_term_and_click" text="Введите запрос и нажмите "/>
	    <l:gentext key="Go" text="Искать"/>
	    <l:gentext key="to_perform_a_search" text=", чтобы выполнить поиск."/>
	    <l:gentext key="txt_filesfound" text="Результаты"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="Вам следует ввести хотя бы один символ."/>
	    <l:gentext key="txt_browser_not_supported" text="В вашем браузере выключено использование JavaScript. Пожалуйста, включите JavaScript, чтобы пользоваться этим сайтом полноценно."/>
	    <l:gentext key="txt_please_wait" text="Подождите. Выполняется поиск..."/>
	    <l:gentext key="txt_results_for" text="Результаты для: "/>
	    <l:gentext key="TableofContents" text="Содержание"/>
	    <l:gentext key="HighlightButton" text="Включить или выключить подсвечивание результатов поиска"/>
	    <l:gentext key="Your_search_returned_no_results" text="Ничего не найдено для поискового запроса."/>
    </l:l10n>
    <l:l10n language="sl">
	    <l:gentext key="Search" text="Iskanje"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="sq">
	    <l:gentext key="Search" text="Kërko"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="sv">
	    <l:gentext key="Search" text="Sök"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="tr">
	    <l:gentext key="Search" text="Ara"/>
	    <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
	    <l:gentext key="Go" text="Go"/>
	    <l:gentext key="to_perform_a_search" text=" to perform a search."/>
	    <l:gentext key="txt_filesfound" text="Results"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
	    <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
	    <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
	    <l:gentext key="txt_results_for" text="Results for: "/>
	    <l:gentext key="TableofContents" text="Contents"/>
	    <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
	    <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
    </l:l10n>
    <l:l10n language="uk">
	    <l:gentext key="Search" text="Пошук"/>
	    <l:gentext key="Enter_a_term_and_click" text="Введіть критерій пошуку і натисніть "/>
	    <l:gentext key="Go" text="Шукати"/>
	    <l:gentext key="to_perform_a_search" text=", щоб розпочати пошук."/>
	    <l:gentext key="txt_filesfound" text="Результати"/>
	    <l:gentext key="txt_enter_at_least_1_char" text="Вам слід ввести принаймні один символ"/>
	    <l:gentext key="txt_browser_not_supported" text="У вашій програмі для перегляду вимкнено JavaScript. Будь ласка, увімкніть JavaScript, щоб мати змогу скористатися усіма можливостями цього сайта."/>
	    <l:gentext key="txt_please_wait" text="Зачекайте. Виконуємо пошук..."/>
	    <l:gentext key="txt_results_for" text="Результати для: "/>
	    <l:gentext key="TableofContents" text="Вміст"/>
	    <l:gentext key="HighlightButton" text="Увімкнути або вимкнути підсвічування знайдених відповідників"/>
	    <l:gentext key="Your_search_returned_no_results" text="Відповідників не знайдено."/>
    </l:l10n>
</l:i18n>

<xsl:template name="article.titlepage.recto">
  <xsl:choose>
    <xsl:when test="db:articleinfo/db:title">
      <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:title"/>
    </xsl:when>
    <xsl:when test="db:artheader/db:title">
      <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:title"/>
    </xsl:when>
    <xsl:when test="db:info/db:title">
      <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:title"/>
    </xsl:when>
    <xsl:when test="db:title">
      <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:title"/>
    </xsl:when>
  </xsl:choose>

  <xsl:choose>
    <xsl:when test="db:articleinfo/db:subtitle">
      <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:subtitle"/>
    </xsl:when>
    <xsl:when test="db:artheader/db:subtitle">
      <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:subtitle"/>
    </xsl:when>
    <xsl:when test="db:info/db:subtitle">
      <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:subtitle"/>
    </xsl:when>
    <xsl:when test="db:subtitle">
      <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:subtitle"/>
    </xsl:when>
  </xsl:choose>

  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:corpauthor"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:corpauthor"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:corpauthor"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:authorgroup"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:authorgroup"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:authorgroup"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:author"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:author"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:author"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:othercredit"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:othercredit"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:othercredit"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:releaseinfo"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:releaseinfo"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:releaseinfo"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:copyright"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:copyright"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:copyright"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:legalnotice"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:legalnotice"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:legalnotice"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:pubdate"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:pubdate"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:pubdate"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:revision"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:revision"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:revision"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:revhistory"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:revhistory"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:revhistory"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:abstract"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:abstract"/>
  <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:abstract"/>

  <xsl:apply-templates select="//db:cover[1]/*"/>

</xsl:template>


</xsl:stylesheet>