Menu XML rewritten to not have attributes
[shipsimu.git] / application / ship-simu / templates / de / menu / generic_menu_entries.xml
index ea41ef50ad334e3b31730d62fa36cf9c53b66b1e..be74a9d7e22c4459fd9d42698ba9713b880d58a1 100644 (file)
@@ -24,21 +24,25 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
 <menu>
        <block-list>
                <block>
-                       <header>
-                               <title id="home" class="menu_title_home">
-                                       <![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>
                                </title>
-                       </header>
+                       </block-header>
                        <entry-list>
-                               <entry id="home">
+                               <entry>
+                                       <entry-id><![CDATA[home]]></entry-id>
                                        <anchor>
-                                               <anchor-id><![CDATA[menu_home:]]></anchor-id>
-                                               <anchor-text><![CDATA[Home:]]></anchor-text>
-                                               <anchor-title><![CDATA[Zur Startseite:]]></anchor-title>
+                                               <anchor-id><![CDATA[menu_home]]></anchor-id>
+                                               <anchor-text><![CDATA[Home]]></anchor-text>
+                                               <anchor-title><![CDATA[Zur Startseite]]></anchor-title>
                                                <anchor-href><![CDATA[index.php?app={?app_short_name?}]]></anchor-href>
                                        </anchor>
                                </entry>
-                               <entry id="login">
+                               <entry>
+                                       <entry-id><![CDATA[login]]></entry-id>
                                        <anchor>
                                                <anchor-id><![CDATA[menu_login]]></anchor-id>
                                                <anchor-text><![CDATA[Einloggen]]></anchor-text>
@@ -46,7 +50,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                                                <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=login]]></anchor-href>
                                        </anchor>
                                </entry>
-                               <entry id="register">
+                               <entry>
+                                       <entry-id><![CDATA[register]]></entry-id>
                                        <anchor>
                                                <anchor-id><![CDATA[menu_register]]></anchor-id>
                                                <anchor-text><![CDATA[Anmeldung]]></anchor-text>
@@ -54,7 +59,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                                                <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=register]]></anchor-href>
                                        </anchor>
                                </entry>
-                               <entry id="pillory">
+                               <entry>
+                                       <entry-id><![CDATA[pillory]]></entry-id>
                                        <anchor>
                                                <anchor-id><![CDATA[menu_pillory]]></anchor-id>
                                                <anchor-text><![CDATA[Pranger]]></anchor-text>
@@ -63,20 +69,23 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                                        </anchor>
                                </entry>
                        </entry-list>
-                       <footer id="home_menu_footer">
-                               <text class="menu_footer">
-                                       <![CDATA[Leer]]>
-                               </text>
-                       </footer>
+                       <block-footer>
+                               <footer-id><![CDATA[home_menu_footer]]></footer-id>
+                               <footer-class><![CDATA[menu_footer]]></footer-class>
+                               <footer-text><![CDATA[Leer]]></footer-text>
+                       </block-footer>
                </block>
                <block>
-                       <header>
-                               <title id="law" class="menu_title_law">
-                                       <![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>
                                </title>
-                       </header>
+                       </block-header>
                        <entry-list>
-                               <entry id="imprint">
+                               <entry>
+                                       <entry-id><![CDATA[imprint]]></entry-id>
                                        <anchor>
                                                <anchor-id><![CDATA[menu_imprint]]></anchor-id>
                                                <anchor-text><![CDATA[Impressum]]></anchor-text>
@@ -84,7 +93,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                                                <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=imprint]]></anchor-href>
                                        </anchor>
                                </entry>
-                               <entry id="terms">
+                               <entry>
+                                       <entry-id><![CDATA[terms]]></entry-id>
                                        <anchor>
                                                <anchor-id><![CDATA[menu_terms]]></anchor-id>
                                                <anchor-text><![CDATA[ANBs]]></anchor-text>
@@ -93,11 +103,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                                        </anchor>
                                </entry>
                        </entry-list>
-                       <footer id="law_menu_footer">
-                               <text class="menu_footer">
-                                       <![CDATA[Leer]]>
-                               </text>
-                       </footer>
+                       <block-footer>
+                               <footer-id><![CDATA[law_menu_footer]]></footer-id>
+                               <footer-class><![CDATA[menu_footer]]></footer-class>
+                               <footer-text><![CDATA[Leer]]></footer-text>
+                       </block-footer>
                </block>
        </block-list>
 </menu>