author | Dan |
Mon, 05 May 2008 20:08:44 -0400 | |
changeset 543 | dffcbfbc4e59 |
parent 335 | 67bd3121a12e |
child 1193 | e3b94bd055dc |
permissions | -rw-r--r-- |
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
1 | 2 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
3 |
<head> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
4 |
<title>{#media_dlg.title}</title> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
5 |
<script type="text/javascript" src="../../tiny_mce_popup.js"></script> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
6 |
<script type="text/javascript" src="js/media.js"></script> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
7 |
<script type="text/javascript" src="../../utils/mctabs.js"></script> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
8 |
<script type="text/javascript" src="../../utils/validate.js"></script> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
9 |
<script type="text/javascript" src="../../utils/form_utils.js"></script> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
10 |
<script type="text/javascript" src="../../utils/editable_selects.js"></script> |
1 | 11 |
<link href="css/media.css" rel="stylesheet" type="text/css" /> |
12 |
<base target="_self" /> |
|
13 |
</head> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
14 |
<body style="display: none"> |
1 | 15 |
<form onsubmit="insertMedia();return false;" action="#"> |
16 |
<div class="tabs"> |
|
17 |
<ul> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
18 |
<li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');generatePreview();" onmousedown="return false;">{#media_dlg.general}</a></span></li> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
19 |
<li id="advanced_tab"><span><a href="javascript:mcTabs.displayTab('advanced_tab','advanced_panel');" onmousedown="return false;">{#media_dlg.advanced}</a></span></li> |
1 | 20 |
</ul> |
21 |
</div> |
|
22 |
||
23 |
<div class="panel_wrapper"> |
|
24 |
<div id="general_panel" class="panel current"> |
|
25 |
<fieldset> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
26 |
<legend>{#media_dlg.general}</legend> |
1 | 27 |
|
28 |
<table border="0" cellpadding="4" cellspacing="0"> |
|
29 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
30 |
<td><label for="media_type">{#media_dlg.type}</label></td> |
1 | 31 |
<td> |
32 |
<select id="media_type" name="media_type" onchange="changedType(this.value);generatePreview();"> |
|
33 |
<option value="flash">Flash</option> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
34 |
<!-- <option value="flv">Flash video (FLV)</option> --> |
1 | 35 |
<option value="qt">Quicktime</option> |
543 | 36 |
<option value="shockwave">Shockwave</option> |
1 | 37 |
<option value="wmp">Windows Media</option> |
38 |
<option value="rmp">Real Media</option> |
|
39 |
</select> |
|
40 |
</td> |
|
41 |
</tr> |
|
42 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
43 |
<td><label for="src">{#media_dlg.file}</label></td> |
1 | 44 |
<td> |
45 |
<table border="0" cellspacing="0" cellpadding="0"> |
|
46 |
<tr> |
|
543 | 47 |
<td><input id="src" name="src" type="text" value="" class="mceFocus" onchange="switchType(this.value);generatePreview();" /></td> |
1 | 48 |
<td id="filebrowsercontainer"> </td> |
49 |
</tr> |
|
50 |
</table> |
|
51 |
</td> |
|
52 |
</tr> |
|
53 |
<tr id="linklistrow"> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
54 |
<td><label for="linklist">{#media_dlg.list}</label></td> |
1 | 55 |
<td id="linklistcontainer"> </td> |
56 |
</tr> |
|
57 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
58 |
<td><label for="width">{#media_dlg.size}</label></td> |
1 | 59 |
<td> |
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
60 |
<table border="0" cellpadding="0" cellspacing="0"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
61 |
<tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
62 |
<td><input type="text" id="width" name="width" value="" class="size" onchange="generatePreview('width');" /> x <input type="text" id="height" name="height" value="" class="size" onchange="generatePreview('height');" /></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
63 |
<td> <input id="constrain" type="checkbox" name="constrain" class="checkbox" /></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
64 |
<td><label id="constrainlabel" for="constrain">{#media_dlg.constrain_proportions}</label></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
65 |
</tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
66 |
</table> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
67 |
</td> |
1 | 68 |
</tr> |
69 |
</table> |
|
70 |
</fieldset> |
|
71 |
||
72 |
<fieldset> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
73 |
<legend>{#media_dlg.preview}</legend> |
1 | 74 |
<div id="prev"></div> |
75 |
</fieldset> |
|
76 |
</div> |
|
77 |
||
78 |
<div id="advanced_panel" class="panel"> |
|
79 |
<fieldset> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
80 |
<legend>{#media_dlg.advanced}</legend> |
1 | 81 |
|
82 |
<table border="0" cellpadding="4" cellspacing="0" width="100%"> |
|
83 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
84 |
<td><label for="id">{#media_dlg.id}</label></td> |
1 | 85 |
<td><input type="text" id="id" name="id" onchange="generatePreview();" /></td> |
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
86 |
<td><label for="name">{#media_dlg.name}</label></td> |
1 | 87 |
<td><input type="text" id="name" name="name" onchange="generatePreview();" /></td> |
88 |
</tr> |
|
89 |
||
90 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
91 |
<td><label for="align">{#media_dlg.align}</label></td> |
1 | 92 |
<td> |
93 |
<select id="align" name="align" onchange="generatePreview();"> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
94 |
<option value="">{#not_set}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
95 |
<option value="top">{#media_dlg.align_top}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
96 |
<option value="right">{#media_dlg.align_right}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
97 |
<option value="bottom">{#media_dlg.align_bottom}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
98 |
<option value="left">{#media_dlg.align_left}</option> |
1 | 99 |
</select> |
100 |
</td> |
|
101 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
102 |
<td><label for="bgcolor">{#media_dlg.bgcolor}</label></td> |
1 | 103 |
<td> |
104 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
105 |
<tr> |
|
106 |
<td><input id="bgcolor" name="bgcolor" type="text" value="" size="9" onchange="updateColor('bgcolor_pick','bgcolor');generatePreview();" /></td> |
|
107 |
<td id="bgcolor_pickcontainer"> </td> |
|
108 |
</tr> |
|
109 |
</table> |
|
110 |
</td> |
|
111 |
</tr> |
|
112 |
||
113 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
114 |
<td><label for="vspace">{#media_dlg.vspace}</label></td> |
1 | 115 |
<td><input type="text" id="vspace" name="vspace" class="number" onchange="generatePreview();" /></td> |
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
116 |
<td><label for="hspace">{#media_dlg.hspace}</label></td> |
1 | 117 |
<td><input type="text" id="hspace" name="hspace" class="number" onchange="generatePreview();" /></td> |
118 |
</tr> |
|
119 |
</table> |
|
120 |
</fieldset> |
|
121 |
||
122 |
<fieldset id="flash_options"> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
123 |
<legend>{#media_dlg.flash_options}</legend> |
1 | 124 |
|
125 |
<table border="0" cellpadding="4" cellspacing="0"> |
|
126 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
127 |
<td><label for="flash_quality">{#media_dlg.quality}</label></td> |
1 | 128 |
<td> |
129 |
<select id="flash_quality" name="flash_quality" onchange="generatePreview();"> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
130 |
<option value="">{#not_set}</option> |
1 | 131 |
<option value="high">high</option> |
132 |
<option value="low">low</option> |
|
133 |
<option value="autolow">autolow</option> |
|
134 |
<option value="autohigh">autohigh</option> |
|
135 |
<option value="best">best</option> |
|
136 |
</select> |
|
137 |
</td> |
|
138 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
139 |
<td><label for="flash_scale">{#media_dlg.scale}</label></td> |
1 | 140 |
<td> |
141 |
<select id="flash_scale" name="flash_scale" onchange="generatePreview();"> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
142 |
<option value="">{#not_set}</option> |
1 | 143 |
<option value="showall">showall</option> |
144 |
<option value="noborder">noborder</option> |
|
145 |
<option value="exactfit">exactfit</option> |
|
543 | 146 |
<option value="noscale">noscale</option> |
1 | 147 |
</select> |
148 |
</td> |
|
149 |
</tr> |
|
150 |
||
151 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
152 |
<td><label for="flash_wmode">{#media_dlg.wmode}</label></td> |
1 | 153 |
<td> |
154 |
<select id="flash_wmode" name="flash_wmode" onchange="generatePreview();"> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
155 |
<option value="">{#not_set}</option> |
1 | 156 |
<option value="window">window</option> |
157 |
<option value="opaque">opaque</option> |
|
158 |
<option value="transparent">transparent</option> |
|
159 |
</select> |
|
160 |
</td> |
|
161 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
162 |
<td><label for="flash_salign">{#media_dlg.salign}</label></td> |
1 | 163 |
<td> |
164 |
<select id="flash_salign" name="flash_salign" onchange="generatePreview();"> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
165 |
<option value="">{#not_set}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
166 |
<option value="l">{#media_dlg.align_left}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
167 |
<option value="t">{#media_dlg.align_top}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
168 |
<option value="r">{#media_dlg.align_right}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
169 |
<option value="b">{#media_dlg.align_bottom}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
170 |
<option value="tl">{#media_dlg.align_top_left}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
171 |
<option value="tr">{#media_dlg.align_top_right}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
172 |
<option value="bl">{#media_dlg.align_bottom_left}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
173 |
<option value="br">{#media_dlg.align_bottom_right}</option> |
1 | 174 |
</select> |
175 |
</td> |
|
176 |
</tr> |
|
177 |
||
178 |
<tr> |
|
179 |
<td colspan="2"> |
|
180 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
181 |
<tr> |
|
182 |
<td><input type="checkbox" class="checkbox" id="flash_play" name="flash_play" checked="checked" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
183 |
<td><label for="flash_play">{#media_dlg.play}</label></td> |
1 | 184 |
</tr> |
185 |
</table> |
|
186 |
</td> |
|
187 |
||
188 |
<td colspan="2"> |
|
189 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
190 |
<tr> |
|
191 |
<td><input type="checkbox" class="checkbox" id="flash_loop" name="flash_loop" checked="checked" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
192 |
<td><label for="flash_loop">{#media_dlg.loop}</label></td> |
1 | 193 |
</tr> |
194 |
</table> |
|
195 |
</td> |
|
196 |
</tr> |
|
197 |
||
198 |
<tr> |
|
199 |
<td colspan="2"> |
|
200 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
201 |
<tr> |
|
202 |
<td><input type="checkbox" class="checkbox" id="flash_menu" name="flash_menu" checked="checked" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
203 |
<td><label for="flash_menu">{#media_dlg.menu}</label></td> |
1 | 204 |
</tr> |
205 |
</table> |
|
206 |
</td> |
|
207 |
||
208 |
<td colspan="2"> |
|
209 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
210 |
<tr> |
|
211 |
<td><input type="checkbox" class="checkbox" id="flash_swliveconnect" name="flash_swliveconnect" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
212 |
<td><label for="flash_swliveconnect">{#media_dlg.liveconnect}</label></td> |
1 | 213 |
</tr> |
214 |
</table> |
|
215 |
</td> |
|
216 |
</tr> |
|
217 |
</table> |
|
218 |
||
219 |
<table> |
|
220 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
221 |
<td><label for="flash_base">{#media_dlg.base}</label></td> |
1 | 222 |
<td><input type="text" id="flash_base" name="flash_base" onchange="generatePreview();" /></td> |
223 |
</tr> |
|
224 |
||
225 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
226 |
<td><label for="flash_flashvars">{#media_dlg.flashvars}</label></td> |
1 | 227 |
<td><input type="text" id="flash_flashvars" name="flash_flashvars" onchange="generatePreview();" /></td> |
228 |
</tr> |
|
229 |
</table> |
|
230 |
</fieldset> |
|
231 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
232 |
<fieldset id="flv_options"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
233 |
<legend>{#media_dlg.flv_options}</legend> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
234 |
|
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
235 |
<table border="0" cellpadding="4" cellspacing="0"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
236 |
<tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
237 |
<td><label for="flv_scalemode">{#media_dlg.flv_scalemode}</label></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
238 |
<td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
239 |
<select id="flv_scalemode" name="flv_scalemode" onchange="generatePreview();"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
240 |
<option value="">{#not_set}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
241 |
<option value="none">none</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
242 |
<option value="double">double</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
243 |
<option value="full">full</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
244 |
</select> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
245 |
</td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
246 |
|
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
247 |
<td><label for="flv_buffer">{#media_dlg.flv_buffer}</label></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
248 |
<td><input type="text" id="flv_buffer" name="flv_buffer" onchange="generatePreview();" /></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
249 |
</tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
250 |
|
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
251 |
<tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
252 |
<td><label for="flv_startimage">{#media_dlg.flv_startimage}</label></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
253 |
<td><input type="text" id="flv_startimage" name="flv_startimage" onchange="generatePreview();" /></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
254 |
|
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
255 |
<td><label for="flv_starttime">{#media_dlg.flv_starttime}</label></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
256 |
<td><input type="text" id="flv_starttime" name="flv_starttime" onchange="generatePreview();" /></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
257 |
</tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
258 |
|
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
259 |
<tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
260 |
<td><label for="flv_defaultvolume">{#media_dlg.flv_defaultvolume}</label></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
261 |
<td><input type="text" id="flv_defaultvolume" name="flv_defaultvolume" onchange="generatePreview();" /></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
262 |
|
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
263 |
<td><label for="flv_starttime">{#media_dlg.flv_starttime}</label></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
264 |
<td><input type="text" id="flv_starttime" name="flv_starttime" onchange="generatePreview();" /></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
265 |
</tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
266 |
|
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
267 |
<tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
268 |
<td colspan="2"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
269 |
<table border="0" cellpadding="0" cellspacing="0"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
270 |
<tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
271 |
<td><input type="checkbox" class="checkbox" id="flv_hiddengui" name="flv_hiddengui" checked="checked" onchange="generatePreview();" /></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
272 |
<td><label for="flv_hiddengui">{#media_dlg.flv_hiddengui}</label></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
273 |
</tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
274 |
</table> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
275 |
</td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
276 |
|
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
277 |
<td colspan="2"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
278 |
<table border="0" cellpadding="0" cellspacing="0"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
279 |
<tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
280 |
<td><input type="checkbox" class="checkbox" id="flv_autostart" name="flv_autostart" checked="checked" onchange="generatePreview();" /></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
281 |
<td><label for="flv_autostart">{#media_dlg.flv_autostart}</label></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
282 |
</tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
283 |
</table> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
284 |
</td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
285 |
</tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
286 |
|
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
287 |
<tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
288 |
<td colspan="2"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
289 |
<table border="0" cellpadding="0" cellspacing="0"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
290 |
<tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
291 |
<td><input type="checkbox" class="checkbox" id="flv_loop" name="flv_loop" checked="checked" onchange="generatePreview();" /></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
292 |
<td><label for="flv_loop">{#media_dlg.flv_loop}</label></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
293 |
</tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
294 |
</table> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
295 |
</td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
296 |
|
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
297 |
<td colspan="2"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
298 |
<table border="0" cellpadding="0" cellspacing="0"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
299 |
<tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
300 |
<td><input type="checkbox" class="checkbox" id="flv_showscalemodes" name="flv_showscalemodes" onchange="generatePreview();" /></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
301 |
<td><label for="flv_showscalemodes">{#media_dlg.flv_showscalemodes}</label></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
302 |
</tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
303 |
</table> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
304 |
</td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
305 |
</tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
306 |
|
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
307 |
<tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
308 |
<td colspan="2"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
309 |
<table border="0" cellpadding="0" cellspacing="0"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
310 |
<tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
311 |
<td><input type="checkbox" class="checkbox" id="flv_smoothvideo" name="flash_flv_flv_smoothvideosmoothvideo" checked="checked" onchange="generatePreview();" /></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
312 |
<td><label for="flv_smoothvideo">{#media_dlg.flv_smoothvideo}</label></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
313 |
</tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
314 |
</table> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
315 |
</td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
316 |
|
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
317 |
<td colspan="2"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
318 |
<table border="0" cellpadding="0" cellspacing="0"> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
319 |
<tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
320 |
<td><input type="checkbox" class="checkbox" id="flv_jscallback" name="flv_jscallback" onchange="generatePreview();" /></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
321 |
<td><label for="flv_jscallback">{#media_dlg.flv_jscallback}</label></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
322 |
</tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
323 |
</table> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
324 |
</td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
325 |
</tr> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
326 |
</table> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
327 |
</fieldset> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
328 |
|
1 | 329 |
<fieldset id="qt_options"> |
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
330 |
<legend>{#media_dlg.qt_options}</legend> |
1 | 331 |
|
332 |
<table border="0" cellpadding="4" cellspacing="0"> |
|
333 |
<tr> |
|
334 |
<td colspan="2"> |
|
335 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
336 |
<tr> |
|
337 |
<td><input type="checkbox" class="checkbox" id="qt_loop" name="qt_loop" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
338 |
<td><label for="qt_loop">{#media_dlg.loop}</label></td> |
1 | 339 |
</tr> |
340 |
</table> |
|
341 |
</td> |
|
342 |
||
343 |
<td colspan="2"> |
|
344 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
345 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
346 |
<td><input type="checkbox" class="checkbox" id="qt_autoplay" name="qt_autoplay" checked="checked" onchange="generatePreview();" /></td> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
347 |
<td><label for="qt_autoplay">{#media_dlg.play}</label></td> |
1 | 348 |
</tr> |
349 |
</table> |
|
350 |
</td> |
|
351 |
</tr> |
|
352 |
||
353 |
<tr> |
|
354 |
<td colspan="2"> |
|
355 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
356 |
<tr> |
|
357 |
<td><input type="checkbox" class="checkbox" id="qt_cache" name="qt_cache" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
358 |
<td><label for="qt_cache">{#media_dlg.cache}</label></td> |
1 | 359 |
</tr> |
360 |
</table> |
|
361 |
</td> |
|
362 |
||
363 |
<td colspan="2"> |
|
364 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
365 |
<tr> |
|
366 |
<td><input type="checkbox" class="checkbox" id="qt_controller" name="qt_controller" checked="checked" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
367 |
<td><label for="qt_controller">{#media_dlg.controller}</label></td> |
1 | 368 |
</tr> |
369 |
</table> |
|
370 |
</td> |
|
371 |
</tr> |
|
372 |
||
373 |
<tr> |
|
374 |
<td colspan="2"> |
|
375 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
376 |
<tr> |
|
377 |
<td><input type="checkbox" class="checkbox" id="qt_correction" name="qt_correction" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
378 |
<td><label for="qt_correction">{#media_dlg.correction}</label></td> |
1 | 379 |
</tr> |
380 |
</table> |
|
381 |
</td> |
|
382 |
||
383 |
<td colspan="2"> |
|
384 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
385 |
<tr> |
|
386 |
<td><input type="checkbox" class="checkbox" id="qt_enablejavascript" name="qt_enablejavascript" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
387 |
<td><label for="qt_enablejavascript">{#media_dlg.enablejavascript}</label></td> |
1 | 388 |
</tr> |
389 |
</table> |
|
390 |
</td> |
|
391 |
</tr> |
|
392 |
||
393 |
<tr> |
|
394 |
<td colspan="2"> |
|
395 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
396 |
<tr> |
|
397 |
<td><input type="checkbox" class="checkbox" id="qt_kioskmode" name="qt_kioskmode" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
398 |
<td><label for="qt_kioskmode">{#media_dlg.kioskmode}</label></td> |
1 | 399 |
</tr> |
400 |
</table> |
|
401 |
</td> |
|
402 |
||
403 |
<td colspan="2"> |
|
404 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
405 |
<tr> |
|
406 |
<td><input type="checkbox" class="checkbox" id="qt_autohref" name="qt_autohref" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
407 |
<td><label for="qt_autohref">{#media_dlg.autohref}</label></td> |
1 | 408 |
</tr> |
409 |
</table> |
|
410 |
</td> |
|
411 |
</tr> |
|
412 |
||
413 |
<tr> |
|
414 |
<td colspan="2"> |
|
415 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
416 |
<tr> |
|
417 |
<td><input type="checkbox" class="checkbox" id="qt_playeveryframe" name="qt_playeveryframe" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
418 |
<td><label for="qt_playeveryframe">{#media_dlg.playeveryframe}</label></td> |
1 | 419 |
</tr> |
420 |
</table> |
|
421 |
</td> |
|
422 |
||
423 |
<td colspan="2"> |
|
424 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
425 |
<tr> |
|
426 |
<td><input type="checkbox" class="checkbox" id="qt_targetcache" name="qt_targetcache" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
427 |
<td><label for="qt_targetcache">{#media_dlg.targetcache}</label></td> |
1 | 428 |
</tr> |
429 |
</table> |
|
430 |
</td> |
|
431 |
</tr> |
|
432 |
||
433 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
434 |
<td><label for="qt_scale">{#media_dlg.scale}</label></td> |
1 | 435 |
<td><select id="qt_scale" name="qt_scale" class="mceEditableSelect" onchange="generatePreview();"> |
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
436 |
<option value="">{#not_set}</option> |
1 | 437 |
<option value="tofit">tofit</option> |
438 |
<option value="aspect">aspect</option> |
|
439 |
</select> |
|
440 |
</td> |
|
441 |
||
442 |
<td colspan="2"> </td> |
|
443 |
</tr> |
|
444 |
||
445 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
446 |
<td><label for="qt_starttime">{#media_dlg.starttime}</label></td> |
1 | 447 |
<td><input type="text" id="qt_starttime" name="qt_starttime" onchange="generatePreview();" /></td> |
448 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
449 |
<td><label for="qt_endtime">{#media_dlg.endtime}</label></td> |
1 | 450 |
<td><input type="text" id="qt_endtime" name="qt_endtime" onchange="generatePreview();" /></td> |
451 |
</tr> |
|
452 |
||
453 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
454 |
<td><label for="qt_target">{#media_dlg.target}</label></td> |
1 | 455 |
<td><input type="text" id="qt_target" name="qt_target" onchange="generatePreview();" /></td> |
456 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
457 |
<td><label for="qt_href">{#media_dlg.href}</label></td> |
1 | 458 |
<td><input type="text" id="qt_href" name="qt_href" onchange="generatePreview();" /></td> |
459 |
</tr> |
|
460 |
||
461 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
462 |
<td><label for="qt_qtsrcchokespeed">{#media_dlg.qtsrcchokespeed}</label></td> |
1 | 463 |
<td><input type="text" id="qt_qtsrcchokespeed" name="qt_qtsrcchokespeed" onchange="generatePreview();" /></td> |
464 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
465 |
<td><label for="qt_volume">{#media_dlg.volume}</label></td> |
1 | 466 |
<td><input type="text" id="qt_volume" name="qt_volume" onchange="generatePreview();" /></td> |
467 |
</tr> |
|
468 |
||
469 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
470 |
<td><label for="qt_qtsrc">{#media_dlg.qtsrc}</label></td> |
1 | 471 |
<td colspan="4"> |
472 |
<table border="0" cellspacing="0" cellpadding="0"> |
|
473 |
<tr> |
|
474 |
<td><input type="text" id="qt_qtsrc" name="qt_qtsrc" onchange="generatePreview();" /></td> |
|
475 |
<td id="qtsrcfilebrowsercontainer"> </td> |
|
476 |
</tr> |
|
477 |
</table> |
|
478 |
</td> |
|
479 |
</tr> |
|
480 |
</table> |
|
481 |
</fieldset> |
|
482 |
||
483 |
<fieldset id="wmp_options"> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
484 |
<legend>{#media_dlg.wmp_options}</legend> |
1 | 485 |
|
486 |
<table border="0" cellpadding="4" cellspacing="0"> |
|
487 |
<tr> |
|
488 |
<td colspan="2"> |
|
489 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
490 |
<tr> |
|
491 |
<td><input type="checkbox" class="checkbox" id="wmp_autostart" name="wmp_autostart" checked="checked" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
492 |
<td><label for="wmp_autostart">{#media_dlg.autostart}</label></td> |
1 | 493 |
</tr> |
494 |
</table> |
|
495 |
</td> |
|
496 |
||
497 |
<td colspan="2"> |
|
498 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
499 |
<tr> |
|
500 |
<td><input type="checkbox" class="checkbox" id="wmp_enabled" name="wmp_enabled" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
501 |
<td><label for="wmp_enabled">{#media_dlg.enabled}</label></td> |
1 | 502 |
</tr> |
503 |
</table> |
|
504 |
</td> |
|
505 |
</tr> |
|
506 |
||
507 |
<tr> |
|
508 |
<td colspan="2"> |
|
509 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
510 |
<tr> |
|
511 |
<td><input type="checkbox" class="checkbox" id="wmp_enablecontextmenu" name="wmp_enablecontextmenu" checked="checked" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
512 |
<td><label for="wmp_enablecontextmenu">{#media_dlg.menu}</label></td> |
1 | 513 |
</tr> |
514 |
</table> |
|
515 |
</td> |
|
516 |
||
517 |
<td colspan="2"> |
|
518 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
519 |
<tr> |
|
520 |
<td><input type="checkbox" class="checkbox" id="wmp_fullscreen" name="wmp_fullscreen" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
521 |
<td><label for="wmp_fullscreen">{#media_dlg.fullscreen}</label></td> |
1 | 522 |
</tr> |
523 |
</table> |
|
524 |
</td> |
|
525 |
</tr> |
|
526 |
||
527 |
<tr> |
|
528 |
<td colspan="2"> |
|
529 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
530 |
<tr> |
|
531 |
<td><input type="checkbox" class="checkbox" id="wmp_invokeurls" name="wmp_invokeurls" checked="checked" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
532 |
<td><label for="wmp_invokeurls">{#media_dlg.invokeurls}</label></td> |
1 | 533 |
</tr> |
534 |
</table> |
|
535 |
</td> |
|
536 |
||
537 |
<td colspan="2"> |
|
538 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
539 |
<tr> |
|
540 |
<td><input type="checkbox" class="checkbox" id="wmp_mute" name="wmp_mute" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
541 |
<td><label for="wmp_mute">{#media_dlg.mute}</label></td> |
1 | 542 |
</tr> |
543 |
</table> |
|
544 |
</td> |
|
545 |
</tr> |
|
546 |
||
547 |
<tr> |
|
548 |
<td colspan="2"> |
|
549 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
550 |
<tr> |
|
551 |
<td><input type="checkbox" class="checkbox" id="wmp_stretchtofit" name="wmp_stretchtofit" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
552 |
<td><label for="wmp_stretchtofit">{#media_dlg.stretchtofit}</label></td> |
1 | 553 |
</tr> |
554 |
</table> |
|
555 |
</td> |
|
556 |
||
557 |
<td colspan="2"> |
|
558 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
559 |
<tr> |
|
560 |
<td><input type="checkbox" class="checkbox" id="wmp_windowlessvideo" name="wmp_windowlessvideo" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
561 |
<td><label for="wmp_windowlessvideo">{#media_dlg.windowlessvideo}</label></td> |
1 | 562 |
</tr> |
563 |
</table> |
|
564 |
</td> |
|
565 |
</tr> |
|
566 |
||
567 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
568 |
<td><label for="wmp_balance">{#media_dlg.balance}</label></td> |
1 | 569 |
<td><input type="text" id="wmp_balance" name="wmp_balance" onchange="generatePreview();" /></td> |
570 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
571 |
<td><label for="wmp_baseurl">{#media_dlg.baseurl}</label></td> |
1 | 572 |
<td><input type="text" id="wmp_baseurl" name="wmp_baseurl" onchange="generatePreview();" /></td> |
573 |
</tr> |
|
574 |
||
575 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
576 |
<td><label for="wmp_captioningid">{#media_dlg.captioningid}</label></td> |
1 | 577 |
<td><input type="text" id="wmp_captioningid" name="wmp_captioningid" onchange="generatePreview();" /></td> |
578 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
579 |
<td><label for="wmp_currentmarker">{#media_dlg.currentmarker}</label></td> |
1 | 580 |
<td><input type="text" id="wmp_currentmarker" name="wmp_currentmarker" onchange="generatePreview();" /></td> |
581 |
</tr> |
|
582 |
||
583 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
584 |
<td><label for="wmp_currentposition">{#media_dlg.currentposition}</label></td> |
1 | 585 |
<td><input type="text" id="wmp_currentposition" name="wmp_currentposition" onchange="generatePreview();" /></td> |
586 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
587 |
<td><label for="wmp_defaultframe">{#media_dlg.defaultframe}</label></td> |
1 | 588 |
<td><input type="text" id="wmp_defaultframe" name="wmp_defaultframe" onchange="generatePreview();" /></td> |
589 |
</tr> |
|
590 |
||
591 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
592 |
<td><label for="wmp_playcount">{#media_dlg.playcount}</label></td> |
1 | 593 |
<td><input type="text" id="wmp_playcount" name="wmp_playcount" onchange="generatePreview();" /></td> |
594 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
595 |
<td><label for="wmp_rate">{#media_dlg.rate}</label></td> |
1 | 596 |
<td><input type="text" id="wmp_rate" name="wmp_rate" onchange="generatePreview();" /></td> |
597 |
</tr> |
|
598 |
||
599 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
600 |
<td><label for="wmp_uimode">{#media_dlg.uimode}</label></td> |
1 | 601 |
<td><input type="text" id="wmp_uimode" name="wmp_uimode" onchange="generatePreview();" /></td> |
602 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
603 |
<td><label for="wmp_volume">{#media_dlg.volume}</label></td> |
1 | 604 |
<td><input type="text" id="wmp_volume" name="wmp_volume" onchange="generatePreview();" /></td> |
605 |
</tr> |
|
606 |
||
607 |
</table> |
|
608 |
</fieldset> |
|
609 |
||
610 |
<fieldset id="rmp_options"> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
611 |
<legend>{#media_dlg.rmp_options}</legend> |
1 | 612 |
|
613 |
<table border="0" cellpadding="4" cellspacing="0"> |
|
614 |
<tr> |
|
615 |
<td colspan="2"> |
|
616 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
617 |
<tr> |
|
618 |
<td><input type="checkbox" class="checkbox" id="rmp_autostart" name="rmp_autostart" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
619 |
<td><label for="rmp_autostart">{#media_dlg.autostart}</label></td> |
1 | 620 |
</tr> |
621 |
</table> |
|
622 |
</td> |
|
623 |
||
624 |
<td colspan="2"> |
|
625 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
626 |
<tr> |
|
627 |
<td><input type="checkbox" class="checkbox" id="rmp_loop" name="rmp_loop" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
628 |
<td><label for="rmp_loop">{#media_dlg.loop}</label></td> |
1 | 629 |
</tr> |
630 |
</table> |
|
631 |
</td> |
|
632 |
</tr> |
|
633 |
||
634 |
<tr> |
|
635 |
<td colspan="2"> |
|
636 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
637 |
<tr> |
|
638 |
<td><input type="checkbox" class="checkbox" id="rmp_autogotourl" name="rmp_autogotourl" checked="checked" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
639 |
<td><label for="rmp_autogotourl">{#media_dlg.autogotourl}</label></td> |
1 | 640 |
</tr> |
641 |
</table> |
|
642 |
</td> |
|
643 |
||
644 |
<td colspan="2"> |
|
645 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
646 |
<tr> |
|
647 |
<td><input type="checkbox" class="checkbox" id="rmp_center" name="rmp_center" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
648 |
<td><label for="rmp_center">{#media_dlg.center}</label></td> |
1 | 649 |
</tr> |
650 |
</table> |
|
651 |
</td> |
|
652 |
</tr> |
|
653 |
||
654 |
<tr> |
|
655 |
<td colspan="2"> |
|
656 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
657 |
<tr> |
|
658 |
<td><input type="checkbox" class="checkbox" id="rmp_imagestatus" name="rmp_imagestatus" checked="checked" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
659 |
<td><label for="rmp_imagestatus">{#media_dlg.imagestatus}</label></td> |
1 | 660 |
</tr> |
661 |
</table> |
|
662 |
</td> |
|
663 |
||
664 |
<td colspan="2"> |
|
665 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
666 |
<tr> |
|
667 |
<td><input type="checkbox" class="checkbox" id="rmp_maintainaspect" name="rmp_maintainaspect" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
668 |
<td><label for="rmp_maintainaspect">{#media_dlg.maintainaspect}</label></td> |
1 | 669 |
</tr> |
670 |
</table> |
|
671 |
</td> |
|
672 |
</tr> |
|
673 |
||
674 |
<tr> |
|
675 |
<td colspan="2"> |
|
676 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
677 |
<tr> |
|
678 |
<td><input type="checkbox" class="checkbox" id="rmp_nojava" name="rmp_nojava" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
679 |
<td><label for="rmp_nojava">{#media_dlg.nojava}</label></td> |
1 | 680 |
</tr> |
681 |
</table> |
|
682 |
</td> |
|
683 |
||
684 |
<td colspan="2"> |
|
685 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
686 |
<tr> |
|
687 |
<td><input type="checkbox" class="checkbox" id="rmp_prefetch" name="rmp_prefetch" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
688 |
<td><label for="rmp_prefetch">{#media_dlg.prefetch}</label></td> |
1 | 689 |
</tr> |
690 |
</table> |
|
691 |
</td> |
|
692 |
</tr> |
|
693 |
||
694 |
<tr> |
|
695 |
<td colspan="2"> |
|
696 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
697 |
<tr> |
|
698 |
<td><input type="checkbox" class="checkbox" id="rmp_shuffle" name="rmp_shuffle" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
699 |
<td><label for="rmp_shuffle">{#media_dlg.shuffle}</label></td> |
1 | 700 |
</tr> |
701 |
</table> |
|
702 |
</td> |
|
703 |
||
704 |
<td colspan="2"> |
|
705 |
|
|
706 |
</td> |
|
707 |
</tr> |
|
708 |
||
709 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
710 |
<td><label for="rmp_console">{#media_dlg.console}</label></td> |
1 | 711 |
<td><input type="text" id="rmp_console" name="rmp_console" onchange="generatePreview();" /></td> |
712 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
713 |
<td><label for="rmp_controls">{#media_dlg.controls}</label></td> |
1 | 714 |
<td><input type="text" id="rmp_controls" name="rmp_controls" onchange="generatePreview();" /></td> |
715 |
</tr> |
|
716 |
||
717 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
718 |
<td><label for="rmp_numloop">{#media_dlg.numloop}</label></td> |
1 | 719 |
<td><input type="text" id="rmp_numloop" name="rmp_numloop" onchange="generatePreview();" /></td> |
720 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
721 |
<td><label for="rmp_scriptcallbacks">{#media_dlg.scriptcallbacks}</label></td> |
1 | 722 |
<td><input type="text" id="rmp_scriptcallbacks" name="rmp_scriptcallbacks" onchange="generatePreview();" /></td> |
723 |
</tr> |
|
724 |
</table> |
|
725 |
</fieldset> |
|
726 |
||
727 |
<fieldset id="shockwave_options"> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
728 |
<legend>{#media_dlg.shockwave_options}</legend> |
1 | 729 |
|
730 |
<table border="0" cellpadding="4" cellspacing="0"> |
|
731 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
732 |
<td><label for="shockwave_swstretchstyle">{#media_dlg.swstretchstyle}</label></td> |
1 | 733 |
<td> |
734 |
<select id="shockwave_swstretchstyle" name="shockwave_swstretchstyle" onchange="generatePreview();"> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
735 |
<option value="none">{#not_set}</option> |
1 | 736 |
<option value="meet">Meet</option> |
737 |
<option value="fill">Fill</option> |
|
738 |
<option value="stage">Stage</option> |
|
739 |
</select> |
|
740 |
</td> |
|
741 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
742 |
<td><label for="shockwave_swvolume">{#media_dlg.volume}</label></td> |
1 | 743 |
<td><input type="text" id="shockwave_swvolume" name="shockwave_swvolume" onchange="generatePreview();" /></td> |
744 |
</tr> |
|
745 |
||
746 |
<tr> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
747 |
<td><label for="shockwave_swstretchhalign">{#media_dlg.swstretchhalign}</label></td> |
1 | 748 |
<td> |
749 |
<select id="shockwave_swstretchhalign" name="shockwave_swstretchhalign" onchange="generatePreview();"> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
750 |
<option value="none">{#not_set}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
751 |
<option value="left">{#media_dlg.align_left}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
752 |
<option value="center">{#media_dlg.align_center}</option> |
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
753 |
<option value="right">{#media_dlg.align_right}</option> |
1 | 754 |
</select> |
755 |
</td> |
|
756 |
||
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
757 |
<td><label for="shockwave_swstretchvalign">{#media_dlg.swstretchvalign}</label></td> |
1 | 758 |
<td> |
759 |
<select id="shockwave_swstretchvalign" name="shockwave_swstretchvalign" onchange="generatePreview();"> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
760 |
<option value="none">{#not_set}</option> |
1 | 761 |
<option value="meet">Meet</option> |
762 |
<option value="fill">Fill</option> |
|
763 |
<option value="stage">Stage</option> |
|
764 |
</select> |
|
765 |
</td> |
|
766 |
</tr> |
|
767 |
||
768 |
<tr> |
|
769 |
<td colspan="2"> |
|
770 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
771 |
<tr> |
|
772 |
<td><input type="checkbox" class="checkbox" id="shockwave_autostart" name="shockwave_autostart" onchange="generatePreview();" checked="checked" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
773 |
<td><label for="shockwave_autostart">{#media_dlg.autostart}</label></td> |
1 | 774 |
</tr> |
775 |
</table> |
|
776 |
</td> |
|
777 |
||
778 |
<td colspan="2"> |
|
779 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
780 |
<tr> |
|
781 |
<td><input type="checkbox" class="checkbox" id="shockwave_sound" name="shockwave_sound" onchange="generatePreview();" checked="checked" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
782 |
<td><label for="shockwave_sound">{#media_dlg.sound}</label></td> |
1 | 783 |
</tr> |
784 |
</table> |
|
785 |
</td> |
|
786 |
</tr> |
|
787 |
||
788 |
||
789 |
<tr> |
|
790 |
<td colspan="2"> |
|
791 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
792 |
<tr> |
|
793 |
<td><input type="checkbox" class="checkbox" id="shockwave_swliveconnect" name="shockwave_swliveconnect" onchange="generatePreview();" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
794 |
<td><label for="shockwave_swliveconnect">{#media_dlg.liveconnect}</label></td> |
1 | 795 |
</tr> |
796 |
</table> |
|
797 |
</td> |
|
798 |
||
799 |
<td colspan="2"> |
|
800 |
<table border="0" cellpadding="0" cellspacing="0"> |
|
801 |
<tr> |
|
802 |
<td><input type="checkbox" class="checkbox" id="shockwave_progress" name="shockwave_progress" onchange="generatePreview();" checked="checked" /></td> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
803 |
<td><label for="shockwave_progress">{#media_dlg.progress}</label></td> |
1 | 804 |
</tr> |
805 |
</table> |
|
806 |
</td> |
|
807 |
</tr> |
|
808 |
</table> |
|
809 |
</fieldset> |
|
810 |
</div> |
|
811 |
</div> |
|
812 |
||
813 |
<div class="mceActionPanel"> |
|
814 |
<div style="float: left"> |
|
543 | 815 |
<input type="submit" id="insert" name="insert" value="{#insert}" /> |
1 | 816 |
</div> |
817 |
||
818 |
<div style="float: right"> |
|
335
67bd3121a12e
Replaced TinyMCE 2.x with 3.0 beta 3. Supports everything but IE. Also rewrote the editor interface completely from the ground up.
Dan
parents:
1
diff
changeset
|
819 |
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> |
1 | 820 |
</div> |
821 |
</div> |
|
822 |
</form> |
|
823 |
</body> |
|
824 |
</html> |