]> git.mxchange.org Git - city.git/blob - application/city/templates/de/menu/generic_menu_entries.xml
Continued a bit: (yes, very long no activity, I'm a dad now of a half-pinay)
[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 not touch 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
35                         <entry-list entry-count="{?entry_count?}">
36                                 <entry>
37                                         <entry-id><![CDATA[home_entry]]></entry-id>
38                                         <anchor>
39                                                 <anchor-id><![CDATA[menu_home]]></anchor-id>
40                                                 <anchor-text><![CDATA[Home]]></anchor-text>
41                                                 <anchor-title><![CDATA[Zur Startseite]]></anchor-title>
42                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}]]></anchor-href>
43                                         </anchor>
44                                 </entry>
45
46                                 <entry>
47                                         <entry-id><![CDATA[login_entry]]></entry-id>
48                                         <anchor>
49                                                 <anchor-id><![CDATA[menu_login]]></anchor-id>
50                                                 <anchor-text><![CDATA[Einloggen]]></anchor-text>
51                                                 <anchor-title><![CDATA[Zum Spiel {?app_full_name?} einloggen]]></anchor-title>
52                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;command=login]]></anchor-href>
53                                         </anchor>
54                                 </entry>
55
56                                 <entry>
57                                         <entry-id><![CDATA[register_entry]]></entry-id>
58                                         <anchor>
59                                                 <anchor-id><![CDATA[menu_register]]></anchor-id>
60                                                 <anchor-text><![CDATA[Anmeldung]]></anchor-text>
61                                                 <anchor-title><![CDATA[Zur Anmeldeseite]]></anchor-title>
62                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;command=register]]></anchor-href>
63                                         </anchor>
64                                 </entry>
65
66                                 <entry>
67                                         <entry-id><![CDATA[infos_entry]]></entry-id>
68                                         <anchor>
69                                                 <anchor-id><![CDATA[menu_infos]]></anchor-id>
70                                                 <anchor-text><![CDATA[Informationen]]></anchor-text>
71                                                 <anchor-title><![CDATA[&Uuml;ber dieses Spiel]]></anchor-title>
72                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;command=infos]]></anchor-href>
73                                         </anchor>
74                                 </entry>
75
76                                 <entry>
77                                         <entry-id><![CDATA[pillory_entry]]></entry-id>
78                                         <anchor>
79                                                 <anchor-id><![CDATA[menu_pillory]]></anchor-id>
80                                                 <anchor-text><![CDATA[Pranger]]></anchor-text>
81                                                 <anchor-title><![CDATA[Zum Pranger]]></anchor-title>
82                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;command=pillory]]></anchor-href>
83                                         </anchor>
84                                 </entry>
85                         </entry-list>
86
87                         <block-footer>
88                                 <footer-id><![CDATA[home_menu_footer]]></footer-id>
89                                 <footer-class><![CDATA[menu_footer]]></footer-class>
90                                 <footer-text><![CDATA[Unterhalb Hauptauswahl]]></footer-text>
91                         </block-footer>
92                 </block>
93
94                 <block>
95                         <block-header>
96                                 <title>
97                                         <title-id><![CDATA[law_menu_title]]></title-id>
98                                         <title-class><![CDATA[menu_title]]></title-class>
99                                         <title-text><![CDATA[Rechtliches:]]></title-text>
100                                 </title>
101                         </block-header>
102
103                         <entry-list entry-count="{?entry_count?}">
104                                 <entry>
105                                         <entry-id><![CDATA[imprint_entry]]></entry-id>
106                                         <anchor>
107                                                 <anchor-id><![CDATA[menu_imprint]]></anchor-id>
108                                                 <anchor-text><![CDATA[Impressum]]></anchor-text>
109                                                 <anchor-title><![CDATA[Impressum]]></anchor-title>
110                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;command=imprint]]></anchor-href>
111                                         </anchor>
112                                 </entry>
113
114                                 <entry>
115                                         <entry-id><![CDATA[terms_entry]]></entry-id>
116                                         <anchor>
117                                                 <anchor-id><![CDATA[menu_terms]]></anchor-id>
118                                                 <anchor-text><![CDATA[Spielregeln]]></anchor-text>
119                                                 <anchor-title><![CDATA[Zu den Spielregeln]]></anchor-title>
120                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;command=terms]]></anchor-href>
121                                         </anchor>
122                                 </entry>
123                         </entry-list>
124
125                         <block-footer>
126                                 <footer-id><![CDATA[law_menu_footer]]></footer-id>
127                                 <footer-class><![CDATA[menu_footer]]></footer-class>
128                                 <footer-text><![CDATA[Unterhalb Rechtliches]]></footer-text>
129                         </block-footer>
130                 </block>
131         </block-list>
132 </menu>