No longer using attributes in anchor nodes
authorRoland Häder <roland@mxchange.org>
Mon, 9 Nov 2009 02:32:31 +0000 (02:32 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 9 Nov 2009 02:32:31 +0000 (02:32 +0000)
application/ship-simu/templates/de/menu/base_menu.xml
application/ship-simu/templates/de/menu/generic_menu_entries.xml

index 90fcaf5c59d11e8dbb65d35ee535e6ab69de3234..1f1ce7381d64489b4b60288dcbae142ee6d2476d 100644 (file)
@@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        <block-list>
                <block>
                        <header>
        <block-list>
                <block>
                        <header>
-                               <title class="{!menu_title_class?}">
+                               <title id="{?menu_title_id?}" class="{!menu_title_class?}">
                                        {?menu_title?}
                                </title>
                        </header>
                                        {?menu_title?}
                                </title>
                        </header>
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">
                        </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>
                                </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>
                                </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>
                                </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>
                                        </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">
                        </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>
                                </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>
                                        </anchor>
                                </entry>
                        </entry-list>