No longer using attributes in anchor nodes
[shipsimu.git] / application / ship-simu / templates / de / menu / generic_menu_entries.xml
index 93b77a071c3df84e3d700b0128274050ac223bb5..ea41ef50ad334e3b31730d62fa36cf9c53b66b1e 100644 (file)
@@ -31,23 +31,35 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        </header>
                        <entry-list>
                                <entry id="home">
-                                       <anchor id="menu_home" link="Home" title="Home">
-                                               <![CDATA[index.php?app={?app_short_name?}]]>
+                                       <anchor>
+                                               <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">
-                                       <anchor id="menu_login" link="Einloggen" title="Zum Spiel {?app_name?} einloggen">
-                                               <![CDATA[index.php?app={?app_short_name?}&amp;page=login]]>
+                                       <anchor>
+                                               <anchor-id><![CDATA[menu_login]]></anchor-id>
+                                               <anchor-text><![CDATA[Einloggen]]></anchor-text>
+                                               <anchor-title><![CDATA[Zum Spiel {?app_name?} einloggen]]></anchor-title>
+                                               <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=login]]></anchor-href>
                                        </anchor>
                                </entry>
                                <entry id="register">
-                                       <anchor id="menu_register" link="Anmeldung" title="Zur Anmeldeseite">
-                                               <![CDATA[index.php?app={?app_short_name?}&amp;page=register]]>
+                                       <anchor>
+                                               <anchor-id><![CDATA[menu_register]]></anchor-id>
+                                               <anchor-text><![CDATA[Anmeldung]]></anchor-text>
+                                               <anchor-title><![CDATA[Zur Anmeldeseite]]></anchor-title>
+                                               <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=register]]></anchor-href>
                                        </anchor>
                                </entry>
                                <entry id="pillory">
-                                       <anchor id="menu_pillory" link="Pranger" title="Zum Pranger">
-                                               <![CDATA[index.php?app={?app_short_name?}&amp;page=pillory]]>
+                                       <anchor>
+                                               <anchor-id><![CDATA[menu_pillory]]></anchor-id>
+                                               <anchor-text><![CDATA[Pranger]]></anchor-text>
+                                               <anchor-title><![CDATA[Zum Pranger]]></anchor-title>
+                                               <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=pillory]]></anchor-href>
                                        </anchor>
                                </entry>
                        </entry-list>
@@ -65,13 +77,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        </header>
                        <entry-list>
                                <entry id="imprint">
-                                       <anchor id="menu_imprint" link="Impressum" title="Impressum">
-                                               <![CDATA[index.php?app={?app_short_name?}&amp;page=imprint]]>
+                                       <anchor>
+                                               <anchor-id><![CDATA[menu_imprint]]></anchor-id>
+                                               <anchor-text><![CDATA[Impressum]]></anchor-text>
+                                               <anchor-title><![CDATA[Impressum]]></anchor-title>
+                                               <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=imprint]]></anchor-href>
                                        </anchor>
                                </entry>
                                <entry id="terms">
-                                       <anchor id="menu_terms" link="ANBs" title="Allgemeine Nutzungsbedingungen">
-                                               <![CDATA[index.php?app={?app_short_name?}&amp;page=terms]]>
+                                       <anchor>
+                                               <anchor-id><![CDATA[menu_terms]]></anchor-id>
+                                               <anchor-text><![CDATA[ANBs]]></anchor-text>
+                                               <anchor-title><![CDATA[Allgemeine Nutzungsbedingungen]]></anchor-title>
+                                               <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=terms]]></anchor-href>
                                        </anchor>
                                </entry>
                        </entry-list>