A tumblelog CMS built on AJAX, PHP and MySQL.

example.html 380B

123456789101112131415
  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. Editor contents: <br />
  10. {$content}
  11. </body>
  12. </html>