/pigeoncms/Plugins/fckeditor/editor/dialog/fck_flash.html

http://pigeoncms.googlecode.com/ · HTML · 152 lines · 128 code · 2 blank · 22 comment · 0 complexity · dd9e9ee7a7c551e832643497e7d27256 MD5 · raw file

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