Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes.xml @ 8809:d10f0645b125
Merged
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Mon, 22 Feb 2016 17:26:36 +0100 |
parents | 080ee1c73bab |
children | 7bbfb24e6eec |
comparison
equal
deleted
inserted
replaced
8808:54e515504a3f | 8809:d10f0645b125 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!DOCTYPE themes [ | 2 <!DOCTYPE themes [ |
3 <!ENTITY virtual-themes SYSTEM "conf/themes/virtual.xml"> | 3 <!ENTITY virtual SYSTEM "${artifacts.config.dir}/themes/virtual.xml"> |
4 <!ENTITY default-themes SYSTEM "conf/themes/default.xml"> | 4 <!ENTITY default SYSTEM "${artifacts.config.dir}/themes/default.xml"> |
5 <!ENTITY second-themes SYSTEM "conf/themes/second.xml"> | 5 <!ENTITY second SYSTEM "${artifacts.config.dir}/themes/second.xml"> |
6 ]> | 6 ]> |
7 <themes> | 7 <themes> |
8 &virtual-themes; | 8 &virtual; |
9 &default-themes; | 9 &default; |
10 &second-themes; | 10 &second; |
11 | 11 |
12 <!-- Mappings are following now. A mapping maps between a name of a facet | 12 <!-- Mappings are following now. A mapping maps between a name of a facet |
13 and a theme. Always the first matching mapping is taken, so consider putting | 13 and a theme. Always the first matching mapping is taken, so consider putting |
14 most specific mappings on top of the list. --> | 14 most specific mappings on top of the list. --> |
15 <mappings> | 15 <mappings> |