Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1921
1
<?xml version="1.0" encoding="utf-8" ?>
1
<?xml version="1.0" encoding="utf-8" ?>
2
<!--
2
<!--
3
 * FCKeditor - The text editor for internet
3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
4
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
-
 
5
 *
-
 
6
 * == BEGIN LICENSE ==
5
 * 
7
 *
6
 * Licensed under the terms of the GNU Lesser General Public License:
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")
7
 * 		http://www.opensource.org/licenses/lgpl-license.php
12
 *    http://www.gnu.org/licenses/gpl.html
8
 * 
13
 *
9
 * For further information visit:
14
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
10
 * 		http://www.fckeditor.net/
15
 *    http://www.gnu.org/licenses/lgpl.html
11
 * 
16
 *
12
 * "Support Open Source software. What about a donation today?"
17
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
-
 
18
 *    http://www.mozilla.org/MPL/MPL-1.1.html
13
 * 
19
 *
14
 * File Name: fcktemplates.xml
20
 * == END LICENSE ==
-
 
21
 *
15
 * 	This is the sample templates definitions file. It makes the "templates" 
22
 * This is the sample templates definitions file. It makes the "templates"
16
 * 	command completely customizable.
23
 * command completely customizable.
17
 * 	See FCKConfig.TemplatesXmlPath in the configuration file.
-
 
18
 * 
24
 *
19
 * File Authors:
-
 
20
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
25
 * See FCKConfig.TemplatesXmlPath in the configuration file.
21
-->
26
-->
22
<Templates imagesBasePath="fck_template/images/">
27
<Templates imagesBasePath="fck_template/images/">
23
	<Template title="Image and Title" image="template1.gif">
28
	<Template title="Image and Title" image="template1.gif">
24
		<Description>One main image with a title and text that surround the image.</Description>
29
		<Description>One main image with a title and text that surround the image.</Description>
25
		<Html>
30
		<Html>
26
			<![CDATA[
31
			<![CDATA[
27
				<img style="MARGIN-RIGHT: 10px" height="100" alt="" width="100" align="left"/>
32
				<img style="MARGIN-RIGHT: 10px" height="100" alt="" width="100" align="left"/>
28
				<h3>Type the title here</h3>
33
				<h3>Type the title here</h3>
29
				Type the text here
34
				Type the text here
30
			]]>
35
			]]>
31
		</Html>
36
		</Html>
32
	</Template>
37
	</Template>
33
	<Template title="Strange Template" image="template2.gif">
38
	<Template title="Strange Template" image="template2.gif">
34
		<Description>A template that defines two colums, each one with a title, and some text.</Description>
39
		<Description>A template that defines two colums, each one with a title, and some text.</Description>
35
		<Html>
40
		<Html>
36
			<![CDATA[
41
			<![CDATA[
37
				<table cellspacing="0" cellpadding="0" width="100%" border="0">
42
				<table cellspacing="0" cellpadding="0" width="100%" border="0">
38
					<tbody>
43
					<tbody>
39
						<tr>
44
						<tr>
40
							<td width="50%">
45
							<td width="50%">
41
							<h3>Title 1</h3>
46
							<h3>Title 1</h3>
42
							</td>
47
							</td>
43
							<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td>
48
							<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td>
44
							<td width="50%">
49
							<td width="50%">
45
							<h3>Title 2</h3>
50
							<h3>Title 2</h3>
46
							</td>
51
							</td>
47
						</tr>
52
						</tr>
48
						<tr>
53
						<tr>
49
							<td>Text 1</td>
54
							<td>Text 1</td>
50
							<td>&nbsp;</td>
55
							<td>&nbsp;</td>
51
							<td>Text 2</td>
56
							<td>Text 2</td>
52
						</tr>
57
						</tr>
53
					</tbody>
58
					</tbody>
54
				</table>
59
				</table>
55
				More text goes here.
60
				More text goes here.
56
			]]>
61
			]]>
57
		</Html>
62
		</Html>
58
	</Template>
63
	</Template>
59
	<Template title="Text and Table" image="template3.gif">
64
	<Template title="Text and Table" image="template3.gif">
60
		<Description>A title with some text and a table.</Description>
65
		<Description>A title with some text and a table.</Description>
61
		<Html>
66
		<Html>
62
			<![CDATA[
67
			<![CDATA[
63
				<table align="left" width="80%" border="0" cellspacing="0" cellpadding="0"><tr><td>
68
				<table align="left" width="80%" border="0" cellspacing="0" cellpadding="0"><tr><td>
64
					<h3>Title goes here</h3>
69
					<h3>Title goes here</h3>
65
					<p>
70
					<p>
66
					<table style="FLOAT: right" cellspacing="0" cellpadding="0" width="150" border="1">
71
					<table style="FLOAT: right" cellspacing="0" cellpadding="0" width="150" border="1">
67
						<tbody>
72
						<tbody>
68
							<tr>
73
							<tr>
69
								<td align="center" colspan="3"><strong>Table title</strong></td>
74
								<td align="center" colspan="3"><strong>Table title</strong></td>
70
							</tr>
75
							</tr>
71
							<tr>
76
							<tr>
72
								<td>&nbsp;</td>
77
								<td>&nbsp;</td>
73
								<td>&nbsp;</td>
78
								<td>&nbsp;</td>
74
								<td>&nbsp;</td>
79
								<td>&nbsp;</td>
75
							</tr>
80
							</tr>
76
							<tr>
81
							<tr>
77
								<td>&nbsp;</td>
82
								<td>&nbsp;</td>
78
								<td>&nbsp;</td>
83
								<td>&nbsp;</td>
79
								<td>&nbsp;</td>
84
								<td>&nbsp;</td>
80
							</tr>
85
							</tr>
81
							<tr>
86
							<tr>
82
								<td>&nbsp;</td>
87
								<td>&nbsp;</td>
83
								<td>&nbsp;</td>
88
								<td>&nbsp;</td>
84
								<td>&nbsp;</td>
89
								<td>&nbsp;</td>
85
							</tr>
90
							</tr>
86
							<tr>
91
							<tr>
87
								<td>&nbsp;</td>
92
								<td>&nbsp;</td>
88
								<td>&nbsp;</td>
93
								<td>&nbsp;</td>
89
								<td>&nbsp;</td>
94
								<td>&nbsp;</td>
90
							</tr>
95
							</tr>
91
						</tbody>
96
						</tbody>
92
					</table>
97
					</table>
93
					Type the text here</p>
98
					Type the text here</p>
94
				</td></tr></table>
99
				</td></tr></table>
95
			]]>
100
			]]>
96
		</Html>
101
		</Html>
97
	</Template>
102
	</Template>
98
</Templates>
103
</Templates>