Mercurial > public > sg101
annotate media/js/tiny_mce/plugins/preview/preview.html @ 175:776028f4bced
Ticket #60. The TEMPLATE_CONTEXT_PROCESSOR django.core.context_processors.auth moved to django.contrib.auth.context_processors.auth.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 03 Mar 2010 04:09:42 +0000 |
parents | a5b4c5ce0658 |
children |
rev | line source |
---|---|
bgneal@45 | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
bgneal@45 | 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
bgneal@45 | 3 <head> |
bgneal@45 | 4 <script type="text/javascript" src="../../tiny_mce_popup.js"></script> |
bgneal@45 | 5 <script type="text/javascript" src="jscripts/embed.js"></script> |
bgneal@45 | 6 <script type="text/javascript"><!-- |
bgneal@45 | 7 document.write('<base href="' + tinyMCEPopup.getWindowArg("base") + '">'); |
bgneal@45 | 8 // --> |
bgneal@45 | 9 </script> |
bgneal@45 | 10 <title>{#preview.preview_desc}</title> |
bgneal@45 | 11 </head> |
bgneal@45 | 12 <body id="content"> |
bgneal@45 | 13 <script type="text/javascript"> |
bgneal@45 | 14 document.write(tinyMCEPopup.editor.getContent()); |
bgneal@45 | 15 </script> |
bgneal@45 | 16 </body> |
bgneal@45 | 17 </html> |