]> git.mxchange.org Git - city.git/blob - application/city/templates/de/menu/generic_menu_entries.xml
be42cd237a4f157d9b60c81680cad0a1e4148764
[city.git] / application / city / 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) 2015 City 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 block-count="{?block_count?}">
26                 <block>
27                         <block-header>
28                                 <title>
29                                         <title-id><![CDATA[home_menu_title]]></title-id>
30                                         <title-class><![CDATA[menu_title]]></title-class>
31                                         <title-text><![CDATA[Home:]]></title-text>
32                                 </title>
33                         </block-header>
34                         <entry-list entry-count="{?entry_count?}">
35                                 <entry>
36                                         <entry-id><![CDATA[home_entry]]></entry-id>
37                                         <anchor>
38                                                 <anchor-id><![CDATA[menu_home]]></anchor-id>
39                                                 <anchor-text><![CDATA[Home]]></anchor-text>
40                                                 <anchor-title><![CDATA[Zur Startseite]]></anchor-title>
41                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}]]></anchor-href>
42                                         </anchor>
43                                 </entry>
44                                 <entry>
45                                         <entry-id><![CDATA[login_entry]]></entry-id>
46                                         <anchor>
47                                                 <anchor-id><![CDATA[menu_login]]></anchor-id>
48                                                 <anchor-text><![CDATA[Einloggen]]></anchor-text>
49                                                 <anchor-title><![CDATA[Zum Spiel {?app_full_name?} einloggen]]></anchor-title>
50                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=login]]></anchor-href>
51                                         </anchor>
52                                 </entry>
53                                 <entry>
54                                         <entry-id><![CDATA[register_entry]]></entry-id>
55                                         <anchor>
56                                                 <anchor-id><![CDATA[menu_register]]></anchor-id>
57                                                 <anchor-text><![CDATA[Anmeldung]]></anchor-text>
58                                                 <anchor-title><![CDATA[Zur Anmeldeseite]]></anchor-title>
59                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=register]]></anchor-href>
60                                         </anchor>
61                                 </entry>
62                                 <entry>
63                                         <entry-id><![CDATA[infos_entry]]></entry-id>
64                                         <anchor>
65                                                 <anchor-id><![CDATA[menu_infos]]></anchor-id>
66                                                 <anchor-text><![CDATA[Informationen]]></anchor-text>
67                                                 <anchor-title><![CDATA[&Uuml;ber dieses Spiel]]></anchor-title>
68                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=infos]]></anchor-href>
69                                         </anchor>
70                                 </entry>
71                                 <entry>
72                                         <entry-id><![CDATA[pillory_entry]]></entry-id>
73                                         <anchor>
74                                                 <anchor-id><![CDATA[menu_pillory]]></anchor-id>
75                                                 <anchor-text><![CDATA[Pranger]]></anchor-text>
76                                                 <anchor-title><![CDATA[Zum Pranger]]></anchor-title>
77                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=pillory]]></anchor-href>
78                                         </anchor>
79                                 </entry>
80                         </entry-list>
81                         <block-footer>
82                                 <footer-id><![CDATA[home_menu_footer]]></footer-id>
83                                 <footer-class><![CDATA[menu_footer]]></footer-class>
84                                 <footer-text><![CDATA[Unterhalb Hauptauswahl]]></footer-text>
85                         </block-footer>
86                 </block>
87                 <block>
88                         <block-header>
89                                 <title>
90                                         <title-id><![CDATA[law_menu_title]]></title-id>
91                                         <title-class><![CDATA[menu_title]]></title-class>
92                                         <title-text><![CDATA[Rechtliches:]]></title-text>
93                                 </title>
94                         </block-header>
95                         <entry-list entry-count="{?entry_count?}">
96                                 <entry>
97                                         <entry-id><![CDATA[imprint_entry]]></entry-id>
98                                         <anchor>
99                                                 <anchor-id><![CDATA[menu_imprint]]></anchor-id>
100                                                 <anchor-text><![CDATA[Impressum]]></anchor-text>
101                                                 <anchor-title><![CDATA[Impressum]]></anchor-title>
102                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=imprint]]></anchor-href>
103                                         </anchor>
104                                 </entry>
105                                 <entry>
106                                         <entry-id><![CDATA[terms_entry]]></entry-id>
107                                         <anchor>
108                                                 <anchor-id><![CDATA[menu_terms]]></anchor-id>
109                                                 <anchor-text><![CDATA[ANBs]]></anchor-text>
110                                                 <anchor-title><![CDATA[Allgemeine Nutzungsbedingungen (=ANBs)]]></anchor-title>
111                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=terms]]></anchor-href>
112                                         </anchor>
113                                 </entry>
114                         </entry-list>
115                         <block-footer>
116                                 <footer-id><![CDATA[law_menu_footer]]></footer-id>
117                                 <footer-class><![CDATA[menu_footer]]></footer-class>
118                                 <footer-text><![CDATA[Unterhalb Rechtliches]]></footer-text>
119                         </block-footer>
120                 </block>
121         </block-list>
122 </menu>