event refactor, landing on HEAD!
[freeside.git] / httemplate / elements / fckeditor / editor / dialog / fck_flash.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
2 <!--\r
3  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
4  * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
5  *\r
6  * == BEGIN LICENSE ==\r
7  *\r
8  * Licensed under the terms of any of the following licenses at your\r
9  * choice:\r
10  *\r
11  *  - GNU General Public License Version 2 or later (the "GPL")\r
12  *    http://www.gnu.org/licenses/gpl.html\r
13  *\r
14  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
15  *    http://www.gnu.org/licenses/lgpl.html\r
16  *\r
17  *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
18  *    http://www.mozilla.org/MPL/MPL-1.1.html\r
19  *\r
20  * == END LICENSE ==\r
21  *\r
22  * Flash Properties dialog window.\r
23 -->\r
24 <html>\r
25         <head>\r
26                 <title>Flash Properties</title>\r
27                 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r
28                 <meta content="noindex, nofollow" name="robots">\r
29                 <script src="common/fck_dialog_common.js" type="text/javascript"></script>\r
30                 <script src="fck_flash/fck_flash.js" type="text/javascript"></script>\r
31                 <link href="common/fck_dialog_common.css" type="text/css" rel="stylesheet">\r
32         </head>\r
33         <body scroll="no" style="OVERFLOW: hidden">\r
34                 <div id="divInfo">\r
35                         <table cellSpacing="1" cellPadding="1" width="100%" border="0">\r
36                                 <tr>\r
37                                         <td>\r
38                                                 <table cellSpacing="0" cellPadding="0" width="100%" border="0">\r
39                                                         <tr>\r
40                                                                 <td width="100%"><span fckLang="DlgImgURL">URL</span>\r
41                                                                 </td>\r
42                                                                 <td id="tdBrowse" style="DISPLAY: none" noWrap rowSpan="2">&nbsp; <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">\r
43                                                                 </td>\r
44                                                         </tr>\r
45                                                         <tr>\r
46                                                                 <td vAlign="top"><input id="txtUrl" onblur="UpdatePreview();" style="WIDTH: 100%" type="text">\r
47                                                                 </td>\r
48                                                         </tr>\r
49                                                 </table>\r
50                                         </td>\r
51                                 </tr>\r
52                                 <TR>\r
53                                         <TD>\r
54                                                 <table cellSpacing="0" cellPadding="0" border="0">\r
55                                                         <TR>\r
56                                                                 <TD nowrap>\r
57                                                                         <span fckLang="DlgImgWidth">Width</span><br>\r
58                                                                         <input id="txtWidth" class="FCK__FieldNumeric" type="text" size="3">\r
59                                                                 </TD>\r
60                                                                 <TD>&nbsp;</TD>\r
61                                                                 <TD>\r
62                                                                         <span fckLang="DlgImgHeight">Height</span><br>\r
63                                                                         <input id="txtHeight" class="FCK__FieldNumeric" type="text" size="3">\r
64                                                                 </TD>\r
65                                                         </TR>\r
66                                                 </table>\r
67                                         </TD>\r
68                                 </TR>\r
69                                 <tr>\r
70                                         <td vAlign="top">\r
71                                                 <table cellSpacing="0" cellPadding="0" width="100%" border="0">\r
72                                                         <tr>\r
73                                                                 <td valign="top" width="100%">\r
74                                                                         <table cellSpacing="0" cellPadding="0" width="100%">\r
75                                                                                 <tr>\r
76                                                                                         <td><span fckLang="DlgImgPreview">Preview</span></td>\r
77                                                                                 </tr>\r
78                                                                                 <tr>\r
79                                                                                         <td id="ePreviewCell" valign="top" class="FlashPreviewArea"><iframe src="fck_flash/fck_flash_preview.html" frameborder="0" marginheight="0" marginwidth="0"></iframe></td>\r
80                                                                                 </tr>\r
81                                                                         </table>\r
82                                                                 </td>\r
83                                                         </tr>\r
84                                                 </table>\r
85                                         </td>\r
86                                 </tr>\r
87                         </table>\r
88                 </div>\r
89                 <div id="divUpload" style="DISPLAY: none">\r
90                         <form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">\r
91                                 <span fckLang="DlgLnkUpload">Upload</span><br />\r
92                                 <input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />\r
93                                 <br />\r
94                                 <input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />\r
95                                 <iframe name="UploadWindow" style="DISPLAY: none" src="javascript:void(0)"></iframe>\r
96                         </form>\r
97                 </div>\r
98                 <div id="divAdvanced" style="DISPLAY: none">\r
99                         <TABLE cellSpacing="0" cellPadding="0" border="0">\r
100                                 <TR>\r
101                                         <TD nowrap>\r
102                                                 <span fckLang="DlgFlashScale">Scale</span><BR>\r
103                                                 <select id="cmbScale">\r
104                                                         <option value="" selected></option>\r
105                                                         <option value="showall" fckLang="DlgFlashScaleAll">Show all</option>\r
106                                                         <option value="noborder" fckLang="DlgFlashScaleNoBorder">No Border</option>\r
107                                                         <option value="exactfit" fckLang="DlgFlashScaleFit">Exact Fit</option>\r
108                                                 </select></TD>\r
109                                         <TD>&nbsp;&nbsp;&nbsp; &nbsp;\r
110                                         </TD>\r
111                                         <td valign="bottom">\r
112                                                 <table>\r
113                                                         <tr>\r
114                                                                 <td><input id="chkAutoPlay" type="checkbox" checked></td>\r
115                                                                 <td><label for="chkAutoPlay" nowrap fckLang="DlgFlashChkPlay">Auto Play</label>&nbsp;&nbsp;</td>\r
116                                                                 <td><input id="chkLoop" type="checkbox" checked></td>\r
117                                                                 <td><label for="chkLoop" nowrap fckLang="DlgFlashChkLoop">Loop</label>&nbsp;&nbsp;</td>\r
118                                                                 <td><input id="chkMenu" type="checkbox" checked></td>\r
119                                                                 <td><label for="chkMenu" nowrap fckLang="DlgFlashChkMenu">Enable Flash Menu</label></td>\r
120                                                         </tr>\r
121                                                 </table>\r
122                                         </td>\r
123                                 </TR>\r
124                         </TABLE>\r
125                         <br>\r
126                         &nbsp;\r
127                         <table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">\r
128                                 <tr>\r
129                                         <td vAlign="top" width="50%"><span fckLang="DlgGenId">Id</span><br>\r
130                                                 <input id="txtAttId" style="WIDTH: 100%" type="text">\r
131                                         </td>\r
132                                         <td>&nbsp;&nbsp;</td>\r
133                                         <td vAlign="top" nowrap><span fckLang="DlgGenClass">Stylesheet Classes</span><br>\r
134                                                 <input id="txtAttClasses" style="WIDTH: 100%" type="text">\r
135                                         </td>\r
136                                         <td>&nbsp;&nbsp;</td>\r
137                                         <td vAlign="top" nowrap width="50%">&nbsp;<span fckLang="DlgGenTitle">Advisory Title</span><br>\r
138                                                 <input id="txtAttTitle" style="WIDTH: 100%" type="text">\r
139                                         </td>\r
140                                 </tr>\r
141                         </table>\r
142                         <span fckLang="DlgGenStyle">Style</span><br>\r
143                         <input id="txtAttStyle" style="WIDTH: 100%" type="text">\r
144                 </div>\r
145         </body>\r
146 </html>\r