]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/menu/base_menu.xml
Menu XML rewritten to not have attributes
[shipsimu.git] / application / ship-simu / templates / de / menu / base_menu.xml
index 1f1ce7381d64489b4b60288dcbae142ee6d2476d..150484e7bcdd384863393954f8236d2a68cab2f3 100644 (file)
@@ -24,19 +24,29 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
 <menu>
        <block-list>
                <block>
-                       <header>
-                               <title id="{?menu_title_id?}" class="{!menu_title_class?}">
-                                       {?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>
                                </title>
-                       </header>
-                       <entries-content>
-                               {?menu_entry-list?}
-                       </entries-content>
-                       <footer id="{!footer_id?}">
-                               <text class="{?footer_design_class?}">
-                                       {?menu_footer?}
-                               </text>
-                       </footer>
+                       </block-header>
+                       <entry-list>
+                               <entry>
+                                       <entry-id>{?entry_id?}</entry-id>
+                                       <anchor>
+                                               <anchor-id>{?anchor_id?}</anchor-id>
+                                               <anchor-text>{?anchor_text?}</anchor-text>
+                                               <anchor-title>{?anchor_title?}</anchor-title>
+                                               <anchor-href>{?anchor_href?}</anchor-href>
+                                       </anchor>
+                               </entry>
+                       </entry-list>
+                       <block-footer>
+                               <footer-id>{!footer_id?}</footer>
+                               <footer-class>{?footer_design_class?}</footer-class>
+                               <footer-text>{?menu_footer?}</footer-text>
+                       </block-footer>
                </block>
        </block-list>
 </menu>