Initial import of menu classes, very basic code templates and menu XMLs
[mailer.git] / application / mailer / 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@mxchange.org>
6 @version        0.0.0
7 @copyright      Copyright (c) 2007, 2008 Roland Haeder, 2009 Mailer Developer Team
8 @license        GNU GPL 3.0 or any newer version
9 @link           http://www.mxchange.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                         <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>
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 Mailer {?app_short_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-list>
63                         <block-footer>
64                                 <footer-id><![CDATA[home_menu_footer]]></footer-id>
65                                 <footer-class><![CDATA[menu_footer]]></footer-class>
66                                 <footer-text><![CDATA[Leer]]></footer-text>
67                         </block-footer>
68                 </block>
69                 <block>
70                         <block-header>
71                                 <title>
72                                         <title-id><![CDATA[law_menu_title]]></title-id>
73                                         <title-class><![CDATA[menu_title]]></title-class>
74                                         <title-text><![CDATA[Rechtliches:]]></title-text>
75                                 </title>
76                         </block-header>
77                         <entry-list>
78                                 <entry>
79                                         <entry-id><![CDATA[imprint_entry]]></entry-id>
80                                         <anchor>
81                                                 <anchor-id><![CDATA[menu_imprint]]></anchor-id>
82                                                 <anchor-text><![CDATA[Impressum]]></anchor-text>
83                                                 <anchor-title><![CDATA[Impressum]]></anchor-title>
84                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=imprint]]></anchor-href>
85                                         </anchor>
86                                 </entry>
87                                 <entry>
88                                         <entry-id><![CDATA[terms_entry]]></entry-id>
89                                         <anchor>
90                                                 <anchor-id><![CDATA[menu_terms]]></anchor-id>
91                                                 <anchor-text><![CDATA[ANBs]]></anchor-text>
92                                                 <anchor-title><![CDATA[Allgemeine Nutzungsbedingungen]]></anchor-title>
93                                                 <anchor-href><![CDATA[index.php?app={?app_short_name?}&amp;page=terms]]></anchor-href>
94                                         </anchor>
95                                 </entry>
96                         </entry-list>
97                         <block-footer>
98                                 <footer-id><![CDATA[law_menu_footer]]></footer-id>
99                                 <footer-class><![CDATA[menu_footer]]></footer-class>
100                                 <footer-text><![CDATA[Leer]]></footer-text>
101                         </block-footer>
102                 </block>
103         </block-list>
104 </menu>