| ... | ... |
@@ -1,70 +1,70 @@ |
| 1 |
-<html xmlns="http://www.w3.org/1999/xhtml"> |
|
| 2 |
-<head> |
|
| 3 |
- <title>{$lang_flash_title}</title>
|
|
| 4 |
- <script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script> |
|
| 5 |
- <script language="javascript" type="text/javascript" src="jscripts/flash.js"></script> |
|
| 6 |
- <script language="javascript" type="text/javascript" src="../../utils/mctabs.js"></script> |
|
| 7 |
- <script language="javascript" type="text/javascript" src="../../utils/form_utils.js"></script> |
|
| 8 |
- <link href="css/flash.css" rel="stylesheet" type="text/css" /> |
|
| 9 |
- <base target="_self" /> |
|
| 10 |
-</head> |
|
| 11 |
-<body onload="tinyMCEPopup.executeOnLoad('init();');" style="display: none">
|
|
| 12 |
- <form onsubmit="insertFlash();return false;" action="#"> |
|
| 13 |
- <div class="tabs"> |
|
| 14 |
- <ul> |
|
| 15 |
- <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{$lang_flash_general}</a></span></li>
|
|
| 16 |
- </ul> |
|
| 17 |
- </div> |
|
| 18 |
- |
|
| 19 |
- <div class="panel_wrapper"> |
|
| 20 |
- <div id="general_panel" class="panel current"> |
|
| 21 |
- <fieldset> |
|
| 22 |
- <legend>{$lang_flash_general}</legend>
|
|
| 23 |
- |
|
| 24 |
- <table border="0" cellpadding="4" cellspacing="0"> |
|
| 25 |
- <tr> |
|
| 26 |
- <td nowrap="nowrap"><label for="file">{$lang_flash_file}</label></td>
|
|
| 27 |
- <td nowrap="nowrap"> |
|
| 28 |
- <table border="0" cellspacing="0" cellpadding="0"> |
|
| 29 |
- <tr> |
|
| 30 |
- <td><input id="file" name="file" type="text" value="" onfocus="this.select();" /></td> |
|
| 31 |
- <td id="filebrowsercontainer"> </td> |
|
| 32 |
- </tr> |
|
| 33 |
- </table> |
|
| 34 |
- </td> |
|
| 35 |
- </tr> |
|
| 36 |
- <tr id="linklistrow"> |
|
| 37 |
- <td><label for="linklist">{$lang_flash_list}</label></td>
|
|
| 38 |
- <td id="linklistcontainer"> </td> |
|
| 39 |
- </tr> |
|
| 40 |
- <tr> |
|
| 41 |
- <td nowrap="nowrap"><label>{$lang_flash_size}</label></td>
|
|
| 42 |
- <td nowrap="nowrap"> |
|
| 43 |
- <input type="text" id="width" name="width" value="" onfocus="this.select();" /> |
|
| 44 |
- <select name="width2" id="width2" style="width: 50px"> |
|
| 45 |
- <option value="">px</option> |
|
| 46 |
- <option value="%">%</option> |
|
| 47 |
- </select> x <input id="height" name="height" type="text" value="" onfocus="this.select();" /> |
|
| 48 |
- <select name="height2" id="height2" style="width: 50px"> |
|
| 49 |
- <option value="">px</option> |
|
| 50 |
- <option value="%">%</option> |
|
| 51 |
- </select> |
|
| 52 |
- </td> |
|
| 53 |
- </tr> |
|
| 54 |
- </table> |
|
| 55 |
- </fieldset> |
|
| 56 |
- </div> |
|
| 57 |
- </div> |
|
| 58 |
- |
|
| 59 |
- <div class="mceActionPanel"> |
|
| 60 |
- <div style="float: left"> |
|
| 61 |
- <input type="button" id="insert" name="insert" value="{$lang_insert}" onclick="insertFlash();" />
|
|
| 62 |
- </div> |
|
| 63 |
- |
|
| 64 |
- <div style="float: right"> |
|
| 65 |
- <input type="button" id="cancel" name="cancel" value="{$lang_cancel}" onclick="tinyMCEPopup.close();" />
|
|
| 66 |
- </div> |
|
| 67 |
- </div> |
|
| 68 |
- </form> |
|
| 69 |
-</body> |
|
| 70 |
-</html> |
|
| 1 |
+<html xmlns="http://www.w3.org/1999/xhtml"> |
|
| 2 |
+<head> |
|
| 3 |
+ <title>{$lang_flash_title}</title>
|
|
| 4 |
+ <script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script> |
|
| 5 |
+ <script language="javascript" type="text/javascript" src="jscripts/flash.js"></script> |
|
| 6 |
+ <script language="javascript" type="text/javascript" src="../../utils/mctabs.js"></script> |
|
| 7 |
+ <script language="javascript" type="text/javascript" src="../../utils/form_utils.js"></script> |
|
| 8 |
+ <link href="css/flash.css" rel="stylesheet" type="text/css" /> |
|
| 9 |
+ <base target="_self" /> |
|
| 10 |
+</head> |
|
| 11 |
+<body onload="tinyMCEPopup.executeOnLoad('init();');" style="display: none">
|
|
| 12 |
+ <form onsubmit="insertFlash();return false;" action="#"> |
|
| 13 |
+ <div class="tabs"> |
|
| 14 |
+ <ul> |
|
| 15 |
+ <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{$lang_flash_general}</a></span></li>
|
|
| 16 |
+ </ul> |
|
| 17 |
+ </div> |
|
| 18 |
+ |
|
| 19 |
+ <div class="panel_wrapper"> |
|
| 20 |
+ <div id="general_panel" class="panel current"> |
|
| 21 |
+ <fieldset> |
|
| 22 |
+ <legend>{$lang_flash_general}</legend>
|
|
| 23 |
+ |
|
| 24 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 25 |
+ <tr> |
|
| 26 |
+ <td nowrap="nowrap"><label for="file">{$lang_flash_file}</label></td>
|
|
| 27 |
+ <td nowrap="nowrap"> |
|
| 28 |
+ <table border="0" cellspacing="0" cellpadding="0"> |
|
| 29 |
+ <tr> |
|
| 30 |
+ <td><input id="file" name="file" type="text" value="" onfocus="this.select();" /></td> |
|
| 31 |
+ <td id="filebrowsercontainer"> </td> |
|
| 32 |
+ </tr> |
|
| 33 |
+ </table> |
|
| 34 |
+ </td> |
|
| 35 |
+ </tr> |
|
| 36 |
+ <tr id="linklistrow"> |
|
| 37 |
+ <td><label for="linklist">{$lang_flash_list}</label></td>
|
|
| 38 |
+ <td id="linklistcontainer"> </td> |
|
| 39 |
+ </tr> |
|
| 40 |
+ <tr> |
|
| 41 |
+ <td nowrap="nowrap"><label>{$lang_flash_size}</label></td>
|
|
| 42 |
+ <td nowrap="nowrap"> |
|
| 43 |
+ <input type="text" id="width" name="width" value="" onfocus="this.select();" /> |
|
| 44 |
+ <select name="width2" id="width2" style="width: 50px"> |
|
| 45 |
+ <option value="">px</option> |
|
| 46 |
+ <option value="%">%</option> |
|
| 47 |
+ </select> x <input id="height" name="height" type="text" value="" onfocus="this.select();" /> |
|
| 48 |
+ <select name="height2" id="height2" style="width: 50px"> |
|
| 49 |
+ <option value="">px</option> |
|
| 50 |
+ <option value="%">%</option> |
|
| 51 |
+ </select> |
|
| 52 |
+ </td> |
|
| 53 |
+ </tr> |
|
| 54 |
+ </table> |
|
| 55 |
+ </fieldset> |
|
| 56 |
+ </div> |
|
| 57 |
+ </div> |
|
| 58 |
+ |
|
| 59 |
+ <div class="mceActionPanel"> |
|
| 60 |
+ <div style="float: left"> |
|
| 61 |
+ <input type="button" id="insert" name="insert" value="{$lang_insert}" onclick="insertFlash();" />
|
|
| 62 |
+ </div> |
|
| 63 |
+ |
|
| 64 |
+ <div style="float: right"> |
|
| 65 |
+ <input type="button" id="cancel" name="cancel" value="{$lang_cancel}" onclick="tinyMCEPopup.close();" />
|
|
| 66 |
+ </div> |
|
| 67 |
+ </div> |
|
| 68 |
+ </form> |
|
| 69 |
+</body> |
|
| 70 |
+</html> |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,70 @@ |
| 1 |
+<html xmlns="http://www.w3.org/1999/xhtml"> |
|
| 2 |
+<head> |
|
| 3 |
+ <title>{$lang_flash_title}</title>
|
|
| 4 |
+ <script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script> |
|
| 5 |
+ <script language="javascript" type="text/javascript" src="jscripts/flash.js"></script> |
|
| 6 |
+ <script language="javascript" type="text/javascript" src="../../utils/mctabs.js"></script> |
|
| 7 |
+ <script language="javascript" type="text/javascript" src="../../utils/form_utils.js"></script> |
|
| 8 |
+ <link href="css/flash.css" rel="stylesheet" type="text/css" /> |
|
| 9 |
+ <base target="_self" /> |
|
| 10 |
+</head> |
|
| 11 |
+<body onload="tinyMCEPopup.executeOnLoad('init();');" style="display: none">
|
|
| 12 |
+ <form onsubmit="insertFlash();return false;" action="#"> |
|
| 13 |
+ <div class="tabs"> |
|
| 14 |
+ <ul> |
|
| 15 |
+ <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{$lang_flash_general}</a></span></li>
|
|
| 16 |
+ </ul> |
|
| 17 |
+ </div> |
|
| 18 |
+ |
|
| 19 |
+ <div class="panel_wrapper"> |
|
| 20 |
+ <div id="general_panel" class="panel current"> |
|
| 21 |
+ <fieldset> |
|
| 22 |
+ <legend>{$lang_flash_general}</legend>
|
|
| 23 |
+ |
|
| 24 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 25 |
+ <tr> |
|
| 26 |
+ <td nowrap="nowrap"><label for="file">{$lang_flash_file}</label></td>
|
|
| 27 |
+ <td nowrap="nowrap"> |
|
| 28 |
+ <table border="0" cellspacing="0" cellpadding="0"> |
|
| 29 |
+ <tr> |
|
| 30 |
+ <td><input id="file" name="file" type="text" value="" onfocus="this.select();" /></td> |
|
| 31 |
+ <td id="filebrowsercontainer"> </td> |
|
| 32 |
+ </tr> |
|
| 33 |
+ </table> |
|
| 34 |
+ </td> |
|
| 35 |
+ </tr> |
|
| 36 |
+ <tr id="linklistrow"> |
|
| 37 |
+ <td><label for="linklist">{$lang_flash_list}</label></td>
|
|
| 38 |
+ <td id="linklistcontainer"> </td> |
|
| 39 |
+ </tr> |
|
| 40 |
+ <tr> |
|
| 41 |
+ <td nowrap="nowrap"><label>{$lang_flash_size}</label></td>
|
|
| 42 |
+ <td nowrap="nowrap"> |
|
| 43 |
+ <input type="text" id="width" name="width" value="" onfocus="this.select();" /> |
|
| 44 |
+ <select name="width2" id="width2" style="width: 50px"> |
|
| 45 |
+ <option value="">px</option> |
|
| 46 |
+ <option value="%">%</option> |
|
| 47 |
+ </select> x <input id="height" name="height" type="text" value="" onfocus="this.select();" /> |
|
| 48 |
+ <select name="height2" id="height2" style="width: 50px"> |
|
| 49 |
+ <option value="">px</option> |
|
| 50 |
+ <option value="%">%</option> |
|
| 51 |
+ </select> |
|
| 52 |
+ </td> |
|
| 53 |
+ </tr> |
|
| 54 |
+ </table> |
|
| 55 |
+ </fieldset> |
|
| 56 |
+ </div> |
|
| 57 |
+ </div> |
|
| 58 |
+ |
|
| 59 |
+ <div class="mceActionPanel"> |
|
| 60 |
+ <div style="float: left"> |
|
| 61 |
+ <input type="button" id="insert" name="insert" value="{$lang_insert}" onclick="insertFlash();" />
|
|
| 62 |
+ </div> |
|
| 63 |
+ |
|
| 64 |
+ <div style="float: right"> |
|
| 65 |
+ <input type="button" id="cancel" name="cancel" value="{$lang_cancel}" onclick="tinyMCEPopup.close();" />
|
|
| 66 |
+ </div> |
|
| 67 |
+ </div> |
|
| 68 |
+ </form> |
|
| 69 |
+</body> |
|
| 70 |
+</html> |