]> git.mxchange.org Git - shipsimu.git/blob - application/ship-simu/templates/de/menu/generic_menu_entries.xml
A lot directories for game XML templates added, first building XML added
[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         <header>
26                 <title id="home" class="menu_title_home">
27                         <![CDATA[Home:]]>
28                 </title>
29         </header>
30         <entries>
31                 <entry id="home">
32                         <anchor id="menu_home" link="Home" title="Home">
33                                 <![CDATA[index.php?app={?app_short_name?}]]>
34                         </anchor>
35                 </entry>
36                 <entry id="login">
37                         <anchor id="menu_login" link="Einloggen" title="Zum Spiel {?app_name?} einloggen">
38                                 <![CDATA[index.php?app={?app_short_name?}&amp;page=login]]>
39                         </anchor>
40                 </entry>
41                 <entry id="register">
42                         <anchor id="menu_register" link="Home" title="Zur Anmeldeseite">
43                                 <![CDATA[index.php?app={?app_short_name?}&amp;page=register]]>
44                         </anchor>
45                 </entry>
46         </entries>
47         <header>
48                 <title id="law" class="menu_title_law">
49                         <![CDATA[Rechtliches:]]>
50                 </title>
51         </header>
52         <entries>
53                 <entry id="imprint">
54                         <anchor id="menu_imprint" link="Impressum" title="Impressum">
55                                 <![CDATA[index.php?app={?app_short_name?}&amp;page=imprint]]>
56                         </anchor>
57                 </entry>
58                 <entry id="terms">
59                         <anchor id="menu_terms" link="ANBs" title="Allgemeine Nutzungsbedingungen">
60                                 <![CDATA[index.php?app={?app_short_name?}&amp;page=terms]]>
61                         </anchor>
62                 </entry>
63                 <entry id="pillory">
64                         <anchor id="menu_pillory" link="Pranger" title="Zum Pranger">
65                                 <![CDATA[index.php?app={?app_short_name?}&amp;page=pillory]]>
66                         </anchor>
67                 </entry>
68                 <!--
69                 <entry id="">
70                         <anchor id="menu_" link="" title="" target="" rel="">
71                                 <![CDATA[index.php?app={?app_short_name?}&amp;page=]]>
72                         </anchor>
73                 </entry>
74                 //-->
75         </entries>
76         <footer id="generic_menu_footer">
77                 <text class="menu_footer">
78                         <![CDATA[Leer]]>
79                 </text>
80         </footer>
81 </menu>