From 5f54a4cb745e0e71c942876571877fe421f4dd10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 2 Dec 2009 11:55:39 +0000 Subject: [PATCH] Menu XML rewritten to not have attributes --- .../ship-simu/templates/de/menu/base_menu.xml | 34 ++++++---- .../de/menu/generic_menu_entries.xml | 64 +++++++++++-------- 2 files changed, 59 insertions(+), 39 deletions(-) diff --git a/application/ship-simu/templates/de/menu/base_menu.xml b/application/ship-simu/templates/de/menu/base_menu.xml index 1f1ce73..150484e 100644 --- a/application/ship-simu/templates/de/menu/base_menu.xml +++ b/application/ship-simu/templates/de/menu/base_menu.xml @@ -24,19 +24,29 @@ along with this program. If not, see -
- - {?menu_title?} + <block-header> + <title> + <title-id>{?menu_title_id?}</title-id> + <title-class>{!menu_title_class?}</title-class> + <title-text>{?menu_title?}</title-text> -
- - {?menu_entry-list?} - -
- - {?menu_footer?} - -
+ + + + {?entry_id?} + + {?anchor_id?} + {?anchor_text?} + {?anchor_title?} + {?anchor_href?} + + + + + {!footer_id?} + {?footer_design_class?} + {?menu_footer?} +
diff --git a/application/ship-simu/templates/de/menu/generic_menu_entries.xml b/application/ship-simu/templates/de/menu/generic_menu_entries.xml index ea41ef5..be74a9d 100644 --- a/application/ship-simu/templates/de/menu/generic_menu_entries.xml +++ b/application/ship-simu/templates/de/menu/generic_menu_entries.xml @@ -24,21 +24,25 @@ along with this program. If not, see -
- - <![CDATA[Home:]]> + <block-header> + <title> + <title-id><![CDATA[home_menu_title]]></title-id> + <title-class><![CDATA[menu_title]]></title-class> + <title-text><![CDATA[Home:]]></title-text> -
+ - + + - - - + + + - + + @@ -46,7 +50,8 @@ along with this program. If not, see - + + @@ -54,7 +59,8 @@ along with this program. If not, see - + + @@ -63,20 +69,23 @@ along with this program. If not, see -
- - - -
+ + + + +
-
- - <![CDATA[Rechtliches:]]> + <block-header> + <title> + <title-id><![CDATA[law_menu_title]]></title-id> + <title-class><![CDATA[menu_title]]></title-class> + <title-text><![CDATA[Rechtliches:]]></title-text> -
+ - + + @@ -84,7 +93,8 @@ along with this program. If not, see - + + @@ -93,11 +103,11 @@ along with this program. If not, see -
- - - -
+ + + + +
-- 2.39.2