fck_flash.html 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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-2010 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. * Flash Properties dialog window.
  23. -->
  24. <html>
  25. <head>
  26. <title>Flash Properties</title>
  27. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  28. <meta content="noindex, nofollow" name="robots">
  29. <script src="common/fck_dialog_common.js" type="text/javascript"></script>
  30. <script src="fck_flash/fck_flash.js" type="text/javascript"></script>
  31. <script type="text/javascript">
  32. document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
  33. </script>
  34. <style type="text/css">
  35. body, td, input, textarea, select, label { font-family: Arial, Verdana, Geneva, helvetica, sans-serif; font-size: 11px; }
  36. </style>
  37. </head>
  38. <body scroll="no" style="OVERFLOW: hidden">
  39. <div id="divInfo">
  40. <table cellSpacing="1" cellPadding="1" width="100%" border="0">
  41. <tr>
  42. <td>
  43. <table cellSpacing="0" cellPadding="0" width="100%" border="0">
  44. <tr>
  45. <td width="100%"><span fckLang="DlgImgURL">URL</span>
  46. </td>
  47. <td id="tdBrowse" style="DISPLAY: none" noWrap rowSpan="2">&nbsp; <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">
  48. </td>
  49. </tr>
  50. <tr>
  51. <td vAlign="top"><input id="txtUrl" onblur="UpdatePreview();" style="WIDTH: 100%" type="text">
  52. </td>
  53. </tr>
  54. </table>
  55. </td>
  56. </tr>
  57. <TR>
  58. <TD>
  59. <table cellSpacing="0" cellPadding="0" border="0">
  60. <TR>
  61. <TD nowrap>
  62. <span fckLang="DlgImgWidth">Width</span><br>
  63. <input id="txtWidth" onkeypress="return IsDigit(event);" type="text" size="3">
  64. </TD>
  65. <TD>&nbsp;</TD>
  66. <TD>
  67. <span fckLang="DlgImgHeight">Height</span><br>
  68. <input id="txtHeight" onkeypress="return IsDigit(event);" type="text" size="3">
  69. </TD>
  70. </TR>
  71. </table>
  72. </TD>
  73. </TR>
  74. <tr>
  75. <td vAlign="top">
  76. <table cellSpacing="0" cellPadding="0" width="100%" border="0">
  77. <tr>
  78. <td valign="top" width="100%">
  79. <table cellSpacing="0" cellPadding="0" width="100%">
  80. <tr>
  81. <td><span fckLang="DlgImgPreview">Preview</span></td>
  82. </tr>
  83. <tr>
  84. <td id="ePreviewCell" valign="top" class="FlashPreviewArea"><iframe src="fck_flash/fck_flash_preview.html" frameborder="0" marginheight="0" marginwidth="0"></iframe></td>
  85. </tr>
  86. </table>
  87. </td>
  88. </tr>
  89. </table>
  90. </td>
  91. </tr>
  92. </table>
  93. </div>
  94. <div id="divUpload" style="DISPLAY: none">
  95. <form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
  96. <span fckLang="DlgLnkUpload">Upload</span><br />
  97. <input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
  98. <br />
  99. <input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
  100. <script type="text/javascript">
  101. document.write( '<iframe name="UploadWindow" style="DISPLAY: none" src="' + FCKTools.GetVoidUrl() + '"><\/iframe>' ) ;
  102. </script>
  103. </form>
  104. </div>
  105. <div id="divAdvanced" style="DISPLAY: none">
  106. <TABLE cellSpacing="0" cellPadding="0" border="0">
  107. <TR>
  108. <TD nowrap>
  109. <span fckLang="DlgFlashScale">Scale</span><BR>
  110. <select id="cmbScale">
  111. <option value="" selected></option>
  112. <option value="showall" fckLang="DlgFlashScaleAll">Show all</option>
  113. <option value="noborder" fckLang="DlgFlashScaleNoBorder">No Border</option>
  114. <option value="exactfit" fckLang="DlgFlashScaleFit">Exact Fit</option>
  115. </select></TD>
  116. <TD>&nbsp;&nbsp;&nbsp; &nbsp;
  117. </TD>
  118. <td valign="bottom">
  119. <table>
  120. <tr>
  121. <td><input id="chkAutoPlay" type="checkbox" checked></td>
  122. <td><label for="chkAutoPlay" nowrap fckLang="DlgFlashChkPlay">Auto Play</label>&nbsp;&nbsp;</td>
  123. <td><input id="chkLoop" type="checkbox" checked></td>
  124. <td><label for="chkLoop" nowrap fckLang="DlgFlashChkLoop">Loop</label>&nbsp;&nbsp;</td>
  125. <td><input id="chkMenu" type="checkbox" checked></td>
  126. <td><label for="chkMenu" nowrap fckLang="DlgFlashChkMenu">Enable Flash Menu</label></td>
  127. </tr>
  128. </table>
  129. </td>
  130. </TR>
  131. </TABLE>
  132. <br>
  133. &nbsp;
  134. <table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
  135. <tr>
  136. <td vAlign="top" width="50%"><span fckLang="DlgGenId">Id</span><br>
  137. <input id="txtAttId" style="WIDTH: 100%" type="text">
  138. </td>
  139. <td>&nbsp;&nbsp;</td>
  140. <td vAlign="top" nowrap><span fckLang="DlgGenClass">Stylesheet Classes</span><br>
  141. <input id="txtAttClasses" style="WIDTH: 100%" type="text">
  142. </td>
  143. <td>&nbsp;&nbsp;</td>
  144. <td vAlign="top" nowrap width="50%">&nbsp;<span fckLang="DlgGenTitle">Advisory Title</span><br>
  145. <input id="txtAttTitle" style="WIDTH: 100%" type="text">
  146. </td>
  147. </tr>
  148. </table>
  149. <span fckLang="DlgGenStyle">Style</span><br>
  150. <input id="txtAttStyle" style="WIDTH: 100%" type="text">
  151. </div>
  152. </body>
  153. </html>