1
|
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>
|