Blame view

js/_tiny_mce/plugins/preview/example.html 366 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
  <script language="javascript" src="../../tiny_mce_popup.js"></script>
  <script type="text/javascript" src="jscripts/embed.js"></script>
  <title>Example of a custom preview page</title>
  <link href="{$content_css}" rel="stylesheet" type="text/css" />
  </head>
  <body>
  
  Editor contents: <br />
  {$content}
  
  </body>
  </html>