~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/pub/System/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/preview/example.html

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>