moved code up one level to eliminate the docs subdirectory
[acontent.git] / include / jscripts / tiny_mce / plugins / preview / preview.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
2 <html xmlns="http://www.w3.org/1999/xhtml">\r
3 <head>\r
4 <script type="text/javascript" src="../../tiny_mce_popup.js"></script>\r
5 <script type="text/javascript" src="jscripts/embed.js"></script>\r
6 <script type="text/javascript"><!--\r
7 document.write('<base href="' + tinyMCEPopup.getWindowArg("base") + '">');\r
8 // -->\r
9 </script>\r
10 <title>{#preview.preview_desc}</title>\r
11 </head>\r
12 <body id="content">\r
13 <script type="text/javascript">\r
14         document.write(tinyMCEPopup.editor.getContent());\r
15 </script>\r
16 </body>\r
17 </html>\r