]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/plugins/preview/example.html
* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / plugins / preview / example.html
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <script language="javascript" src="../../tiny_mce_popup.js"></script>
4 <title>Example of a custom preview page</title>
5 <link href="{$content_css}" rel="stylesheet" type="text/css">
6 </head>
7 <body>
8
9 Editor contents: <br />
10 {$content}
11
12 </body>
13 </html>