]> git.mxchange.org Git - city.git/blob - application/city/templates/de/menu/login_area_menu_entries.xml
Added a lot more stuff for login area and more:
[city.git] / application / city / templates / de / menu / login_area_menu_entries.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!--
3 Login area 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[overview_entry]]></entry-id>
37                                         <anchor>
38                                                 <anchor-id><![CDATA[menu_overview]]></anchor-id>
39                                                 <anchor-text><![CDATA[Home]]></anchor-text>
40                                                 <anchor-title><![CDATA[Zur &Uuml;bersichtsseite]]></anchor-title>
41                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;command=login_area]]></anchor-href>
42                                         </anchor>
43                                 </entry>
44                                 <entry>
45                                         <entry-id><![CDATA[pillory_entry]]></entry-id>
46                                         <anchor>
47                                                 <anchor-id><![CDATA[menu_pillory]]></anchor-id>
48                                                 <anchor-text><![CDATA[Pranger]]></anchor-text>
49                                                 <anchor-title><![CDATA[Zum Pranger]]></anchor-title>
50                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;command=pillory]]></anchor-href>
51                                         </anchor>
52                                 </entry>
53                         </entry-list>
54                         <block-footer>
55                                 <footer-id><![CDATA[overview_menu_footer]]></footer-id>
56                                 <footer-class><![CDATA[menu_footer]]></footer-class>
57                                 <footer-text><![CDATA[Unterhalb Hauptauswahl]]></footer-text>
58                         </block-footer>
59                 </block>
60                 <block>
61                         <block-header>
62                                 <title>
63                                         <title-id><![CDATA[misc_menu_title]]></title-id>
64                                         <title-class><![CDATA[menu_title]]></title-class>
65                                         <title-text><![CDATA[Weiteres:]]></title-text>
66                                 </title>
67                         </block-header>
68                         <entry-list entry-count="{?entry_count?}">
69                                 <entry>
70                                         <entry-id><![CDATA[imprint_entry]]></entry-id>
71                                         <anchor>
72                                                 <anchor-id><![CDATA[menu_imprint]]></anchor-id>
73                                                 <anchor-text><![CDATA[Impressum]]></anchor-text>
74                                                 <anchor-title><![CDATA[Impressum]]></anchor-title>
75                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;command=imprint]]></anchor-href>
76                                         </anchor>
77                                 </entry>
78                                 <entry>
79                                         <entry-id><![CDATA[terms_entry]]></entry-id>
80                                         <anchor>
81                                                 <anchor-id><![CDATA[menu_terms]]></anchor-id>
82                                                 <anchor-text><![CDATA[ANBs]]></anchor-text>
83                                                 <anchor-title><![CDATA[Allgemeine Nutzungsbedingungen (=ANBs)]]></anchor-title>
84                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;command=terms]]></anchor-href>
85                                         </anchor>
86                                 </entry>
87                         </entry-list>
88                         <block-footer>
89                                 <footer-id><![CDATA[law_menu_footer]]></footer-id>
90                                 <footer-class><![CDATA[menu_footer]]></footer-class>
91                                 <footer-text><![CDATA[Unterhalb Weiteres]]></footer-text>
92                         </block-footer>
93                 </block>
94         </block-list>
95 </menu>