includes/clientside/tinymce/plugins/preview/example.html
changeset 335 67bd3121a12e
parent 334 c72b545f1304
child 336 bfa2e9c23f03
equal deleted inserted replaced
334:c72b545f1304 335:67bd3121a12e
     1 <html xmlns="http://www.w3.org/1999/xhtml">
       
     2 <head>
       
     3 <script language="javascript" src="../../tiny_mce_popup.js"></script>
       
     4 <script type="text/javascript" src="jscripts/embed.js"></script>
       
     5 <title>Example of a custom preview page</title>
       
     6 <link href="{$content_css}" rel="stylesheet" type="text/css" />
       
     7 </head>
       
     8 <body>
       
     9 
       
    10 Editor contents: <br />
       
    11 {$content}
       
    12 
       
    13 </body>
       
    14 </html>