Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/themes.xml @ 4682:1c1effe530bc
Added second theme config files.
Currently second is a copy of default.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 14 Dec 2012 12:03:31 +0100 |
parents | 381d93d0be20 |
children | dfac28805d79 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/themes.xml Fri Dec 14 10:49:58 2012 +0100 +++ b/flys-artifacts/doc/conf/themes.xml Fri Dec 14 12:03:31 2012 +0100 @@ -10,6 +10,16 @@ <!ENTITY historical-discharge SYSTEM "conf/themes/default/historical-discharge.xml"> <!ENTITY reference SYSTEM "conf/themes/default/reference.xml"> <!ENTITY sq-relation SYSTEM "conf/themes/default/sq-relation.xml"> + + <!ENTITY general_sec SYSTEM "conf/themes/second/general.xml"> + <!ENTITY longitudinal-section_sec SYSTEM "conf/themes/second/longitudinal-section.xml"> + <!ENTITY cross-section_sec SYSTEM "conf/themes/second/cross-section.xml"> + <!ENTITY discharge_sec SYSTEM "conf/themes/second/discharge.xml"> + <!ENTITY fixings_sec SYSTEM "conf/themes/second/fixings.xml"> + <!ENTITY floodmap_sec SYSTEM "conf/themes/second/floodmap.xml"> + <!ENTITY historical-discharge_sec SYSTEM "conf/themes/second/historical-discharge.xml"> + <!ENTITY reference_sec SYSTEM "conf/themes/second/reference.xml"> + <!ENTITY sq-relation_sec SYSTEM "conf/themes/second/sq-relation.xml"> ]> <themes> &virtual-themes; @@ -25,6 +35,18 @@ &sq-relation; &general; </themegroup> + <themegroup name="second"> + &longitudinal-section_sec; + &cross-section_sec; + &discharge_sec; + &fixings_sec; + &floodmap_sec; + &historical-discharge_sec; + &reference_sec; + &sq-relation_sec; + &general_sec; + </themegroup> + <!-- Mappings are following now. A mapping maps between a name of a facet and a theme. Always the first matching mapping is taken, so consider putting most specific mappings on top of the list. -->