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
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!--
3 Generic menu entries. You should leave this template for smooth upgrades.
4
5 @author         Roland Haeder <webmaster@ship-simu.org>
6 @version        0.0.0
7 @copyright      Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
8 @license        GNU GPL 3.0 or any newer version
9 @link           http://www.ship-simu.org
10
11 This program is free software: you can redistribute it and/or modify
12 it under the terms of the GNU General Public License as published by
13 the Free Software Foundation, either version 3 of the License, or
14 (at your option) any later version.
15
16 This program is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 GNU General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with this program. If not, see <http://www.gnu.org/licenses/>
23 //-->
24 <menu>
25         <block-list>
26                 <block>
27                         <header>
28                                 <title id="home" class="menu_title_home">
29                                         <![CDATA[Home:]]>
30                                 </title>
31                         </header>
32                         <entry-list>
33                                 <entry id="home">
34                                         <anchor id="menu_home" link="Home" title="Home">
35                                                 <![CDATA[index.php?app={?app_short_name?}]]>
36                                         </anchor>
37                                 </entry>
38                                 <entry id="login">
39                                         <anchor id="menu_login" link="Einloggen" title="Zum Spiel {?app_name?} einloggen">
40                                                 <![CDATA[index.php?app={?app_short_name?}&amp;page=login]]>
41                                         </anchor>
42                                 </entry>
43                                 <entry id="register">
44                                         <anchor id="menu_register" link="Home" title="Zur Anmeldeseite">
45                                                 <![CDATA[index.php?app={?app_short_name?}&amp;page=register]]>
46                                         </anchor>
47                                 </entry>
48                                 <entry id="pillory">
49                                         <anchor id="menu_pillory" link="Pranger" title="Zum Pranger">
50                                                 <![CDATA[index.php?app={?app_short_name?}&amp;page=pillory]]>
51                                         </anchor>
52                                 </entry>
53                         </entry-list>
54                         <footer id="home_menu_footer">
55                                 <text class="menu_footer">
56                                         <![CDATA[Leer]]>
57                                 </text>
58                         </footer>
59                 </block>
60                 <block>
61                         <header>
62                                 <title id="law" class="menu_title_law">
63                                         <![CDATA[Rechtliches:]]>
64                                 </title>
65                         </header>
66                         <entry-list>
67                                 <entry id="imprint">
68                                         <anchor id="menu_imprint" link="Impressum" title="Impressum">
69                                                 <![CDATA[index.php?app={?app_short_name?}&amp;page=imprint]]>
70                                         </anchor>
71                                 </entry>
72                                 <entry id="terms">
73                                         <anchor id="menu_terms" link="ANBs" title="Allgemeine Nutzungsbedingungen">
74                                                 <![CDATA[index.php?app={?app_short_name?}&amp;page=terms]]>
75                                         </anchor>
76                                 </entry>
77                         </entry-list>
78                         <footer id="law_menu_footer">
79                                 <text class="menu_footer">
80                                         <![CDATA[Leer]]>
81                                 </text>
82                         </footer>
83                 </block>
84         </block-list>
85 </menu>