Project

General

Profile

1
<?xml version="1.0" encoding="utf-8" ?>
2
<!--
3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4
 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
5
 *
6
 * == BEGIN LICENSE ==
7
 *
8
 * Licensed under the terms of any of the following licenses at your
9
 * choice:
10
 *
11
 *  - GNU General Public License Version 2 or later (the "GPL")
12
 *    http://www.gnu.org/licenses/gpl.html
13
 *
14
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
15
 *    http://www.gnu.org/licenses/lgpl.html
16
 *
17
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
18
 *    http://www.mozilla.org/MPL/MPL-1.1.html
19
 *
20
 * == END LICENSE ==
21
 *
22
 * This is the sample templates definitions file. It makes the "templates"
23
 * command completely customizable.
24
 *
25
 * See FCKConfig.TemplatesXmlPath in the configuration file.
26
-->
27
<Templates imagesBasePath="fck_template/images/">
28
	<Template title="Rechtliche Hinweise" image="template1.gif">
29
		<Description>Rechtliche Hinweise Links</Description>
30
		<Html>
31
			<![CDATA[
32
                <div class="recht">
33
                    <p><b>Rechtliche Hinweise</b><br />
34
                    1. Externe Links ( <a class="next" onclick="window.open(this.href,'','resizable=yes,location=no,menubar=no,scrollbars=yes,status=yes,toolbar=no,fullscreen=no,dependent=yes,width=400,height=300,left=150,top=150,status'); return false" href="http://www.disclaimer.de/disclaimer.htm"><font color="#810081">Bitte Disclaimer-Haftungsausschluss lesen</font></a> ) <br />
35
                    Die Inhalte externer Links werden nicht gepr&uuml;ft. Sie unterliegen der Haftung der jeweiligen Anbieter.<br />
36
                    &nbsp;</p>
37
                </div>
38
            ]]>
39
		</Html>
40
	</Template>
41
	<Template title="Image and Title" image="template1.gif">
42
		<Description>One main image with a title and text that surround the image.</Description>
43
		<Html>
44
			<![CDATA[
45
				<img style="MARGIN-RIGHT: 10px" height="100" alt="" width="100" align="left"/>
46
				<h3>Type the title here</h3>
47
				Type the text here
48
			]]>
49
		</Html>
50
	</Template>
51
	<Template title="Image and Title" image="yaml33_66.gif">
52
		<Description>Subtemplate: 2 Spalten mit 33/66 Teilung nur YAML Framework</Description>
53
		<Html>
54
			<![CDATA[
55
                <!-- Subtemplate: 2 Spalten mit 33/66 Teilung -->
56
                <div class="subcolumns">
57
                    <div class="c33l">
58
                        <div class="subcl">
59
                        <!-- Inhalt linker Block -->
60
                            <p>Inhalt linker Block...</p>
61

    
62
                        </div>
63
                    </div>
64

    
65
                    <div class="c66r">
66
                        <div class="subcr">
67
                            <!-- Inhalt rechter Block -->
68
                            <p>Inhalt rechter Block... </p>
69

    
70
                        </div>
71
                    </div>
72
                </div>
73
            ]]>
74
		</Html>
75
	</Template>
76
	<Template title="Image and Title" image="yaml25_75.gif">
77
		<Description>Subtemplate: 2 Spalten mit 25/75 Teilung nur YAML Framework</Description>
78
		<Html>
79
			<![CDATA[
80
              <!-- Subtemplate: 2 Spalten mit 25/75 Teilung -->
81
              <div class="subcolumns">
82
                <div class="c25l">
83
                  <div class="subcl">
84
                    <!-- Inhalt linker Block -->
85
                    <p>Inhalt linker Block...</p>
86
                  </div>
87
                </div>
88

    
89
                <div class="c75r">
90
                  <div class="subcr">
91
                    <!-- Inhalt rechter Block -->
92
                    <p>Inhalt rechter Block... </p>
93
                  </div>
94
                </div>
95
              </div>
96
            ]]>
97
		</Html>
98
	</Template>
99
    <Template title="Image and Title" image="yaml50_50.gif">
100
		<Description>Subtemplate: 2 Spalten mit 50/50 Teilung nur YAML Framework</Description>
101
		<Html>
102
			<![CDATA[
103
                <!-- Subtemplate: 2 Spalten mit 50/50 Teilung -->
104
                <div class="subcolumns">
105
                    <div class="c50l">
106
                        <div class="subcl">
107
				            <p>Inhalt linker Block...</p>
108
                        </div>
109
                    </div>
110
                    <div class="c50r">
111
                        <div class="subcr">
112
				            <p>Inhalt rechter Block... </p>
113
                        </div>
114
                    </div>
115
                </div>
116
            ]]>
117
		</Html>
118
	</Template>
119
	<Template title="Image and Title" image="yaml33_33_33.gif">
120
		<Description>Subtemplate: 3 Spalten mit 33/33/33 Teilung nur YAML Framework</Description>
121
		<Html>
122
			<![CDATA[
123
                <!-- Subtemplate: 3 Spalten mit 33/33/33 Teilung -->
124
                <div class="subcolumns">
125
                    <div class="c33l">
126
                        <div class="subcl">
127
				            <p>Inhalt linker Block...</p>
128
                        </div>
129
                    </div>
130
                    <div class="c33l">
131
                        <div class="subcl">
132
				            <p>Inhalt mitteler Block...</p>
133
                        </div>
134
                    </div>
135
                    <div class="c33r">
136
                        <div class="subcr">
137
                            <p>Inhalt rechter Block... </p>
138
                        </div>
139
                    </div>
140
                </div>
141
			]]>
142
		</Html>
143
	</Template>
144
	<Template title="Image and Title" image="yaml66_33.gif">
145
		<Description>Subtemplate: 2 Spalten mit 66/33 Teilung nur YAML Framework</Description>
146
		<Html>
147
			<![CDATA[
148
                <!-- Subtemplate: 2 Spalten mit 66/33 Teilung -->
149
                <div class="subcolumns">
150
                    <div class="c66l">
151
                        <div class="subcl">
152
				            <p>Inhalt linker Block...</p>
153
                        </div>
154
                    </div>
155
                    <div class="c33r">
156
                        <div class="subcr">
157
				            <p>Inhalt rechter Block... </p>
158
                        </div>
159
                    </div>
160
                </div>
161
		]]>
162
		</Html>
163
	</Template>
164
	<Template title="Strange Template" image="template2.gif">
165
		<Description>A template that defines two colums, each one with a title, and some text.</Description>
166
		<Html>
167
			<![CDATA[
168
				<table cellspacing="0" cellpadding="0" width="100%" border="0">
169
					<tbody>
170
						<tr>
171
							<td width="50%">
172
							<h3>Title 1</h3>
173
							</td>
174
							<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td>
175
							<td width="50%">
176
							<h3>Title 2</h3>
177
							</td>
178
						</tr>
179
						<tr>
180
							<td>Text 1</td>
181
							<td>&nbsp;</td>
182
							<td>Text 2</td>
183
						</tr>
184
					</tbody>
185
				</table>
186
				More text goes here.
187
			]]>
188
		</Html>
189
	</Template>
190
	<Template title="Text and Table" image="template3.gif">
191
		<Description>A title with some text and a table.</Description>
192
		<Html>
193
			<![CDATA[
194
				<table align="left" width="80%" border="0" cellspacing="0" cellpadding="0"><tr><td>
195
					<h3>Title goes here</h3>
196
					<p>
197
					<table style="FLOAT: right" cellspacing="0" cellpadding="0" width="150" border="1">
198
						<tbody>
199
							<tr>
200
								<td align="center" colspan="3"><strong>Table title</strong></td>
201
							</tr>
202
							<tr>
203
								<td>&nbsp;</td>
204
								<td>&nbsp;</td>
205
								<td>&nbsp;</td>
206
							</tr>
207
							<tr>
208
								<td>&nbsp;</td>
209
								<td>&nbsp;</td>
210
								<td>&nbsp;</td>
211
							</tr>
212
							<tr>
213
								<td>&nbsp;</td>
214
								<td>&nbsp;</td>
215
								<td>&nbsp;</td>
216
							</tr>
217
							<tr>
218
								<td>&nbsp;</td>
219
								<td>&nbsp;</td>
220
								<td>&nbsp;</td>
221
							</tr>
222
						</tbody>
223
					</table>
224
					Type the text here</p>
225
				</td></tr></table>
226
			]]>
227
		</Html>
228
	</Template>
229
</Templates>
(5-5/5)