~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/javascript/FCK/editor/dialog/fck_image/fck_image_preview.html

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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-2007 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
        <link href="../common/fck_dialog_common.css" rel="stylesheet" type="text/css" />
 
32
        <script type="text/javascript">
 
33
 
 
34
// Sets the Skin CSS
 
35
document.write( '<link href="' + window.parent.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ;
 
36
 
 
37
if ( window.parent.FCKConfig.BaseHref.length > 0 )
 
38
        document.write( '<base href="' + window.parent.FCKConfig.BaseHref + '">' ) ;
 
39
 
 
40
window.onload = function()
 
41
{
 
42
        window.parent.SetPreviewElements(
 
43
                document.getElementById( 'imgPreview' ),
 
44
                document.getElementById( 'lnkPreview' ) ) ;
 
45
}
 
46
 
 
47
        </script>
 
48
</head>
 
49
<body style="color: #000000; background-color: #ffffff">
 
50
        <a id="lnkPreview" onclick="return false;" style="cursor: default">
 
51
                <img id="imgPreview" onload="window.parent.UpdateOriginal();" style="display: none" /></a>Lorem
 
52
        ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas feugiat consequat diam.
 
53
        Maecenas metus. Vivamus diam purus, cursus a, commodo non, facilisis vitae, nulla.
 
54
        Aenean dictum lacinia tortor. Nunc iaculis, nibh non iaculis aliquam, orci felis
 
55
        euismod neque, sed ornare massa mauris sed velit. Nulla pretium mi et risus. Fusce
 
56
        mi pede, tempor id, cursus ac, ullamcorper nec, enim. Sed tortor. Curabitur molestie.
 
57
        Duis velit augue, condimentum at, ultrices a, luctus ut, orci. Donec pellentesque
 
58
        egestas eros. Integer cursus, augue in cursus faucibus, eros pede bibendum sem,
 
59
        in tempus tellus justo quis ligula. Etiam eget tortor. Vestibulum rutrum, est ut
 
60
        placerat elementum, lectus nisl aliquam velit, tempor aliquam eros nunc nonummy
 
61
        metus. In eros metus, gravida a, gravida sed, lobortis id, turpis. Ut ultrices,
 
62
        ipsum at venenatis fringilla, sem nulla lacinia tellus, eget aliquet turpis mauris
 
63
        non enim. Nam turpis. Suspendisse lacinia. Curabitur ac tortor ut ipsum egestas
 
64
        elementum. Nunc imperdiet gravida mauris.
 
65
</body>
 
66
</html>