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