LJSUP-17669: Login.bml form refactoring
[livejournal.git] / htdocs / imgpreview.bml
blob42eb75571f0deb8f6a8f7ba77ac73e4d2be4d647
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-2009 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 type="text/javascript">
32 document.write( '<link href="' + window.parent.Site.statprefix + '/fck/editor/dialog/common/fck_dialog_common.css" type="text/css" rel="stylesheet">' ) ;
33 // Sets the Skin CSS
34 document.write( '<link href="' + window.parent.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ;
36 if ( window.parent.FCKConfig.BaseHref.length > 0 )
37         document.write( '<base href="' + window.parent.FCKConfig.BaseHref + '">' ) ;
39 window.onload = function()
41         window.parent.SetPreviewElements( 
42                 document.getElementById( 'imgPreview' ),
43                 document.getElementById( 'lnkPreview' ) ) ;
46                 </script>
47         </head>
48 <body>
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>