]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/menu/generic_menu_entries.xml
New building 'advanced research lab' added, floor-list added to buildings, menu XML...
[shipsimu.git] / application / ship-simu / templates / de / menu / generic_menu_entries.xml
index 8994b389231d1f857a3fd1f5ef407ca9a383e3c5..3b46731904916c7276bc390fc76e12d47d0eb269 100644 (file)
@@ -1,25 +1,85 @@
 <?xml version="1.0" encoding="UTF-8" ?>
-<entries extends="base_menu">
-       <entry id="home">
-               <anchor id="menu_home" link="Home" title="Home">
-                       <![CDATA[index.php?app={!app_short_name!}]]>
-               </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>
-       </entry>
-       <entry id="register">
-               <anchor id="menu_register" link="Home" title="Zur Anmeldeseite">
-                       <![CDATA[index.php?app={!app_short_name!}&amp;page=register]]>
-               </anchor>
-       </entry>
-       <!--
-       <entry id="">
-               <anchor id="menu_" link="" title="" target="" rel="">
-                       <![CDATA[index.php?app={!app_short_name!}&amp;page=]]>
-               </anchor>
-       </entry>
-       //-->
-</entries>
+<!--
+Generic menu entries. You should leave this template for smooth upgrades.
+
+@author                Roland Haeder <webmaster@ship-simu.org>
+@version       0.0.0
+@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
+@license       GNU GPL 3.0 or any newer version
+@link          http://www.ship-simu.org
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+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:]]>
+                               </title>
+                       </header>
+                       <entry-list>
+                               <entry id="home">
+                                       <anchor id="menu_home" link="Home" title="Home">
+                                               <![CDATA[index.php?app={?app_short_name?}]]>
+                                       </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>
+                               </entry>
+                               <entry id="register">
+                                       <anchor id="menu_register" link="Home" title="Zur Anmeldeseite">
+                                               <![CDATA[index.php?app={?app_short_name?}&amp;page=register]]>
+                                       </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>
+                               </entry>
+                       </entry-list>
+                       <footer id="home_menu_footer">
+                               <text class="menu_footer">
+                                       <![CDATA[Leer]]>
+                               </text>
+                       </footer>
+               </block>
+               <block>
+                       <header>
+                               <title id="law" class="menu_title_law">
+                                       <![CDATA[Rechtliches:]]>
+                               </title>
+                       </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>
+                               </entry>
+                               <entry id="terms">
+                                       <anchor id="menu_terms" link="ANBs" title="Allgemeine Nutzungsbedingungen">
+                                               <![CDATA[index.php?app={?app_short_name?}&amp;page=terms]]>
+                                       </anchor>
+                               </entry>
+                       </entry-list>
+                       <footer id="law_menu_footer">
+                               <text class="menu_footer">
+                                       <![CDATA[Leer]]>
+                               </text>
+                       </footer>
+               </block>
+       </block-list>
+</menu>