/uploads/include/FCKeditor/editor/dialog/fck_image/fck_image_preview.html

http://pj-photohost.googlecode.com/ · HTML · 72 lines · 43 code · 5 blank · 24 comment · 0 complexity · ac30d30ffb21608aa9facf55da3fe32b MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <!--
  3. * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  4. * Copyright (C) 2003-2008 Frederico Caldeira Knabben
  5. *
  6. * == BEGIN LICENSE ==
  7. *
  8. * Licensed under the terms of any of the following licenses at your
  9. * choice:
  10. *
  11. * - GNU General Public License Version 2 or later (the "GPL")
  12. * http://www.gnu.org/licenses/gpl.html
  13. *
  14. * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
  15. * http://www.gnu.org/licenses/lgpl.html
  16. *
  17. * - Mozilla Public License Version 1.1 or later (the "MPL")
  18. * http://www.mozilla.org/MPL/MPL-1.1.html
  19. *
  20. * == END LICENSE ==
  21. *
  22. * Preview page for the Image dialog window.
  23. *
  24. * Curiosity: http://en.wikipedia.org/wiki/Lorem_ipsum
  25. -->
  26. <html xmlns="http://www.w3.org/1999/xhtml">
  27. <head>
  28. <title></title>
  29. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  30. <meta name="robots" content="noindex, nofollow" />
  31. <script src="../common/fck_dialog_common.js" type="text/javascript"></script>
  32. <script type="text/javascript">
  33. var FCKTools = window.parent.FCKTools ;
  34. var FCKConfig = window.parent.FCKConfig ;
  35. // Sets the Skin CSS
  36. document.write( FCKTools.GetStyleHtml( FCKConfig.SkinDialogCSS ) ) ;
  37. document.write( FCKTools.GetStyleHtml( GetCommonDialogCss( '../' ) ) ) ;
  38. if ( window.parent.FCKConfig.BaseHref.length > 0 )
  39. document.write( '<base href="' + window.parent.FCKConfig.BaseHref + '">' ) ;
  40. window.onload = function()
  41. {
  42. window.parent.SetPreviewElements(
  43. document.getElementById( 'imgPreview' ),
  44. document.getElementById( 'lnkPreview' ) ) ;
  45. }
  46. </script>
  47. </head>
  48. <body style="color: #000000; background-color: #ffffff">
  49. <div>
  50. <a id="lnkPreview" onclick="return false;" style="cursor: default">
  51. <img id="imgPreview" onload="window.parent.UpdateOriginal();"
  52. style="display: none" alt="" /></a>Lorem ipsum dolor sit amet, consectetuer adipiscing
  53. elit. Maecenas feugiat consequat diam. Maecenas metus. Vivamus diam purus, cursus
  54. a, commodo non, facilisis vitae, nulla. Aenean dictum lacinia tortor. Nunc iaculis,
  55. nibh non iaculis aliquam, orci felis euismod neque, sed ornare massa mauris sed
  56. velit. Nulla pretium mi et risus. Fusce mi pede, tempor id, cursus ac, ullamcorper
  57. nec, enim. Sed tortor. Curabitur molestie. Duis velit augue, condimentum at, ultrices
  58. a, luctus ut, orci. Donec pellentesque egestas eros. Integer cursus, augue in cursus
  59. faucibus, eros pede bibendum sem, in tempus tellus justo quis ligula. Etiam eget
  60. tortor. Vestibulum rutrum, est ut placerat elementum, lectus nisl aliquam velit,
  61. tempor aliquam eros nunc nonummy metus. In eros metus, gravida a, gravida sed, lobortis
  62. id, turpis. Ut ultrices, ipsum at venenatis fringilla, sem nulla lacinia tellus,
  63. eget aliquet turpis mauris non enim. Nam turpis. Suspendisse lacinia. Curabitur
  64. ac tortor ut ipsum egestas elementum. Nunc imperdiet gravida mauris.
  65. </div>
  66. </body>
  67. </html>