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