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
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
diff
changeset
|
4 |
<title>{#fullpage_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
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
diff
changeset
|
6 |
<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
diff
changeset
|
7 |
<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
diff
changeset
|
8 |
<script type="text/javascript" src="js/fullpage.js"></script>
|
1
|
9 |
<link href="css/fullpage.css" rel="stylesheet" type="text/css" />
|
|
10 |
<base target="_self" />
|
|
11 |
</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
diff
changeset
|
12 |
<body id="advlink" style="display: none">
|
1
|
13 |
<form onsubmit="updateAction();return false;" name="fullpage" action="#">
|
|
14 |
<div class="tabs">
|
|
15 |
<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
diff
changeset
|
16 |
<li id="meta_tab" class="current"><span><a href="javascript:mcTabs.displayTab('meta_tab','meta_panel');" onmousedown="return false;">{#fullpage_dlg.meta_tab}</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
diff
changeset
|
17 |
<li id="appearance_tab"><span><a href="javascript:mcTabs.displayTab('appearance_tab','appearance_panel');" onmousedown="return false;">{#fullpage_dlg.appearance_tab}</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
diff
changeset
|
18 |
<li id="advanced_tab"><span><a href="javascript:mcTabs.displayTab('advanced_tab','advanced_panel');" onmousedown="return false;">{#fullpage_dlg.advanced_tab}</a></span></li>
|
1
|
19 |
</ul>
|
|
20 |
</div>
|
|
21 |
|
|
22 |
<div class="panel_wrapper">
|
|
23 |
<div id="meta_panel" class="panel current">
|
|
24 |
<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
diff
changeset
|
25 |
<legend>{#fullpage_dlg.meta_props}</legend>
|
1
|
26 |
|
|
27 |
<table border="0" cellpadding="4" cellspacing="0">
|
|
28 |
<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
diff
changeset
|
29 |
<td nowrap="nowrap"><label for="metatitle">{#fullpage_dlg.meta_title}</label> </td>
|
543
|
30 |
<td><input type="text" id="metatitle" name="metatitle" value="" class="mceFocus" /></td>
|
1
|
31 |
</tr>
|
|
32 |
<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
diff
changeset
|
33 |
<td nowrap="nowrap"><label for="metakeywords">{#fullpage_dlg.meta_keywords}</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
diff
changeset
|
34 |
<td><textarea id="metakeywords" name="metakeywords" rows="4"></textarea></td>
|
1
|
35 |
</tr>
|
|
36 |
<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
diff
changeset
|
37 |
<td nowrap="nowrap"><label for="metadescription">{#fullpage_dlg.meta_description}</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
diff
changeset
|
38 |
<td><textarea id="metadescription" name="metadescription" rows="4"></textarea></td>
|
1
|
39 |
</tr>
|
|
40 |
<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
diff
changeset
|
41 |
<td nowrap="nowrap"><label for="metaauthor">{#fullpage_dlg.author}</label> </td>
|
1
|
42 |
<td><input type="text" id="metaauthor" name="metaauthor" value="" /></td>
|
|
43 |
</tr>
|
|
44 |
<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
diff
changeset
|
45 |
<td nowrap="nowrap"><label for="metacopyright">{#fullpage_dlg.copyright}</label> </td>
|
1
|
46 |
<td><input type="text" id="metacopyright" name="metacopyright" value="" /></td>
|
|
47 |
</tr>
|
|
48 |
<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
diff
changeset
|
49 |
<td nowrap="nowrap"><label for="metarobots">{#fullpage_dlg.meta_robots}</label> </td>
|
1
|
50 |
<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
diff
changeset
|
51 |
<select id="metarobots" name="metarobots">
|
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
diff
changeset
|
52 |
<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
diff
changeset
|
53 |
<option value="index,follow">{#fullpage_dlg.meta_index_follow}</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
diff
changeset
|
54 |
<option value="index,nofollow">{#fullpage_dlg.meta_index_nofollow}</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
diff
changeset
|
55 |
<option value="noindex,follow">{#fullpage_dlg.meta_noindex_follow}</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
diff
changeset
|
56 |
<option value="noindex,nofollow">{#fullpage_dlg.meta_noindex_nofollow}</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
diff
changeset
|
57 |
</select>
|
1
|
58 |
</td>
|
|
59 |
</tr>
|
|
60 |
</table>
|
|
61 |
</fieldset>
|
|
62 |
|
|
63 |
<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
diff
changeset
|
64 |
<legend>{#fullpage_dlg.langprops}</legend>
|
1
|
65 |
|
|
66 |
<table border="0" cellpadding="4" cellspacing="0">
|
|
67 |
<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
diff
changeset
|
68 |
<td class="column1"><label for="docencoding">{#fullpage_dlg.encoding}</label></td>
|
1
|
69 |
<td>
|
|
70 |
<select id="docencoding" name="docencoding">
|
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
diff
changeset
|
71 |
<option value="">{#not_set}</option>
|
1
|
72 |
</select>
|
|
73 |
</td>
|
|
74 |
</tr>
|
|
75 |
<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
diff
changeset
|
76 |
<td nowrap="nowrap"><label for="doctypes">{#fullpage_dlg.doctypes}</label> </td>
|
1
|
77 |
<td>
|
|
78 |
<select id="doctypes" name="doctypes">
|
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
diff
changeset
|
79 |
<option value="">{#not_set}</option>
|
1
|
80 |
</select>
|
|
81 |
</td>
|
|
82 |
</tr>
|
|
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
diff
changeset
|
84 |
<td nowrap="nowrap"><label for="langcode">{#fullpage_dlg.langcode}</label> </td>
|
1
|
85 |
<td><input type="text" id="langcode" name="langcode" value="" /></td>
|
|
86 |
</tr>
|
|
87 |
<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
diff
changeset
|
88 |
<td class="column1"><label for="langdir">{#fullpage_dlg.langdir}</label></td>
|
1
|
89 |
<td>
|
|
90 |
<select id="langdir" name="langdir">
|
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
diff
changeset
|
91 |
<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
diff
changeset
|
92 |
<option value="ltr">{#fullpage_dlg.ltr}</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
diff
changeset
|
93 |
<option value="rtl">{#fullpage_dlg.rtl}</option>
|
1
|
94 |
</select>
|
|
95 |
</td>
|
|
96 |
</tr>
|
|
97 |
<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
diff
changeset
|
98 |
<td nowrap="nowrap"><label for="xml_pi">{#fullpage_dlg.xml_pi}</label> </td>
|
1
|
99 |
<td><input type="checkbox" id="xml_pi" name="xml_pi" class="checkbox" /></td>
|
|
100 |
</tr>
|
|
101 |
</table>
|
|
102 |
</fieldset>
|
|
103 |
</div>
|
|
104 |
|
|
105 |
<div id="appearance_panel" class="panel">
|
|
106 |
<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
diff
changeset
|
107 |
<legend>{#fullpage_dlg.appearance_textprops}</legend>
|
1
|
108 |
|
|
109 |
<table border="0" cellpadding="4" cellspacing="0">
|
|
110 |
<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
diff
changeset
|
111 |
<td class="column1"><label for="fontface">{#fullpage_dlg.fontface}</label></td>
|
1
|
112 |
<td>
|
|
113 |
<select id="fontface" name="fontface" onchange="changedStyleField(this);">
|
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
diff
changeset
|
114 |
<option value="">{#not_set}</option>
|
1
|
115 |
</select>
|
|
116 |
</td>
|
|
117 |
</tr>
|
|
118 |
|
|
119 |
<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
diff
changeset
|
120 |
<td class="column1"><label for="fontsize">{#fullpage_dlg.fontsize}</label></td>
|
1
|
121 |
<td>
|
|
122 |
<select id="fontsize" name="fontsize" onchange="changedStyleField(this);">
|
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
diff
changeset
|
123 |
<option value="">{#not_set}</option>
|
1
|
124 |
</select>
|
|
125 |
</td>
|
|
126 |
</tr>
|
|
127 |
|
|
128 |
<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
diff
changeset
|
129 |
<td class="column1"><label for="textcolor">{#fullpage_dlg.textcolor}</label></td>
|
1
|
130 |
<td>
|
|
131 |
<table border="0" cellpadding="0" cellspacing="0">
|
|
132 |
<tr>
|
|
133 |
<td><input id="textcolor" name="textcolor" type="text" value="" size="9" onchange="updateColor('textcolor_pick','textcolor');changedStyleField(this);" /></td>
|
|
134 |
<td id="textcolor_pickcontainer"> </td>
|
|
135 |
</tr>
|
|
136 |
</table>
|
|
137 |
</td>
|
|
138 |
</tr>
|
|
139 |
</table>
|
|
140 |
</fieldset>
|
|
141 |
|
|
142 |
<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
diff
changeset
|
143 |
<legend>{#fullpage_dlg.appearance_bgprops}</legend>
|
1
|
144 |
|
|
145 |
<table border="0" cellpadding="4" cellspacing="0">
|
|
146 |
<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
diff
changeset
|
147 |
<td class="column1"><label for="bgimage">{#fullpage_dlg.bgimage}</label></td>
|
1
|
148 |
<td>
|
|
149 |
<table border="0" cellpadding="0" cellspacing="0">
|
|
150 |
<tr>
|
|
151 |
<td><input id="bgimage" name="bgimage" type="text" value="" onchange="changedStyleField(this);" /></td>
|
|
152 |
<td id="bgimage_pickcontainer"> </td>
|
|
153 |
</tr>
|
|
154 |
</table>
|
|
155 |
</td>
|
|
156 |
</tr>
|
|
157 |
<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
diff
changeset
|
158 |
<td class="column1"><label for="bgcolor">{#fullpage_dlg.bgcolor}</label></td>
|
1
|
159 |
<td>
|
|
160 |
<table border="0" cellpadding="0" cellspacing="0">
|
|
161 |
<tr>
|
|
162 |
<td><input id="bgcolor" name="bgcolor" type="text" value="" size="9" onchange="updateColor('bgcolor_pick','bgcolor');changedStyleField(this);" /></td>
|
|
163 |
<td id="bgcolor_pickcontainer"> </td>
|
|
164 |
</tr>
|
|
165 |
</table>
|
|
166 |
</td>
|
|
167 |
</tr>
|
|
168 |
</table>
|
|
169 |
</fieldset>
|
|
170 |
|
|
171 |
<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
diff
changeset
|
172 |
<legend>{#fullpage_dlg.appearance_marginprops}</legend>
|
1
|
173 |
|
|
174 |
<table border="0" cellpadding="4" cellspacing="0">
|
|
175 |
<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
diff
changeset
|
176 |
<td class="column1"><label for="leftmargin">{#fullpage_dlg.left_margin}</label></td>
|
1
|
177 |
<td><input id="leftmargin" name="leftmargin" type="text" value="" onchange="changedStyleField(this);" /></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
diff
changeset
|
178 |
<td class="column1"><label for="rightmargin">{#fullpage_dlg.right_margin}</label></td>
|
1
|
179 |
<td><input id="rightmargin" name="rightmargin" type="text" value="" onchange="changedStyleField(this);" /></td>
|
|
180 |
</tr>
|
|
181 |
<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
diff
changeset
|
182 |
<td class="column1"><label for="topmargin">{#fullpage_dlg.top_margin}</label></td>
|
1
|
183 |
<td><input id="topmargin" name="topmargin" type="text" value="" onchange="changedStyleField(this);" /></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
diff
changeset
|
184 |
<td class="column1"><label for="bottommargin">{#fullpage_dlg.bottom_margin}</label></td>
|
1
|
185 |
<td><input id="bottommargin" name="bottommargin" type="text" value="" onchange="changedStyleField(this);" /></td>
|
|
186 |
</tr>
|
|
187 |
</table>
|
|
188 |
</fieldset>
|
|
189 |
|
|
190 |
<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
diff
changeset
|
191 |
<legend>{#fullpage_dlg.appearance_linkprops}</legend>
|
1
|
192 |
|
|
193 |
<table border="0" cellpadding="4" cellspacing="0">
|
|
194 |
<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
diff
changeset
|
195 |
<td class="column1"><label for="link_color">{#fullpage_dlg.link_color}</label></td>
|
1
|
196 |
<td>
|
|
197 |
<table border="0" cellpadding="0" cellspacing="0">
|
|
198 |
<tr>
|
|
199 |
<td><input id="link_color" name="link_color" type="text" value="" size="9" onchange="updateColor('link_color_pick','link_color');changedStyleField(this);" /></td>
|
|
200 |
<td id="link_color_pickcontainer"> </td>
|
|
201 |
</tr>
|
|
202 |
</table>
|
|
203 |
</td>
|
|
204 |
|
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
diff
changeset
|
205 |
<td class="column1"><label for="visited_color">{#fullpage_dlg.visited_color}</label></td>
|
1
|
206 |
<td>
|
|
207 |
<table border="0" cellpadding="0" cellspacing="0">
|
|
208 |
<tr>
|
|
209 |
<td><input id="visited_color" name="visited_color" type="text" value="" size="9" onchange="updateColor('visited_color_pick','visited_color');changedStyleField(this);" /></td>
|
|
210 |
<td id="visited_color_pickcontainer"> </td>
|
|
211 |
</tr>
|
|
212 |
</table>
|
|
213 |
</td>
|
|
214 |
</tr>
|
|
215 |
|
|
216 |
<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
diff
changeset
|
217 |
<td class="column1"><label for="active_color">{#fullpage_dlg.active_color}</label></td>
|
1
|
218 |
<td>
|
|
219 |
<table border="0" cellpadding="0" cellspacing="0">
|
|
220 |
<tr>
|
|
221 |
<td><input id="active_color" name="active_color" type="text" value="" size="9" onchange="updateColor('active_color_pick','active_color');changedStyleField(this);" /></td>
|
|
222 |
<td id="active_color_pickcontainer"> </td>
|
|
223 |
</tr>
|
|
224 |
</table>
|
|
225 |
</td>
|
|
226 |
|
|
227 |
<td> </td>
|
|
228 |
<td> </td>
|
|
229 |
|
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
diff
changeset
|
230 |
<!-- <td class="column1"><label for="hover_color">{#fullpage_dlg.hover_color}</label></td>
|
1
|
231 |
<td>
|
|
232 |
<table border="0" cellpadding="0" cellspacing="0">
|
|
233 |
<tr>
|
|
234 |
<td><input id="hover_color" name="hover_color" type="text" value="" size="9" onchange="changedStyleField(this);" /></td>
|
|
235 |
<td id="hover_color_pickcontainer"> </td>
|
|
236 |
</tr>
|
|
237 |
</table>
|
|
238 |
</td> -->
|
|
239 |
</tr>
|
|
240 |
</table>
|
|
241 |
</fieldset>
|
|
242 |
|
|
243 |
<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
diff
changeset
|
244 |
<legend>{#fullpage_dlg.appearance_style}</legend>
|
1
|
245 |
|
|
246 |
<table border="0" cellpadding="4" cellspacing="0">
|
|
247 |
<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
diff
changeset
|
248 |
<td class="column1"><label for="stylesheet">{#fullpage_dlg.stylesheet}</label></td>
|
1
|
249 |
<td><table border="0" cellpadding="0" cellspacing="0">
|
|
250 |
<tr>
|
|
251 |
<td><input id="stylesheet" name="stylesheet" type="text" value="" /></td>
|
|
252 |
<td id="stylesheet_browsercontainer"> </td>
|
|
253 |
</tr>
|
|
254 |
</table></td>
|
|
255 |
</tr>
|
|
256 |
<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
diff
changeset
|
257 |
<td class="column1"><label for="style">{#fullpage_dlg.style}</label></td>
|
1
|
258 |
<td><input id="style" name="style" type="text" value="" onchange="changedStyleField(this);" /></td>
|
|
259 |
</tr>
|
|
260 |
</table>
|
|
261 |
</fieldset>
|
|
262 |
</div>
|
|
263 |
|
|
264 |
<div id="advanced_panel" class="panel">
|
|
265 |
<div id="addmenu">
|
|
266 |
<table border="0" cellpadding="0" cellspacing="0">
|
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
diff
changeset
|
267 |
<tr><td><a href="javascript:addHeadElm('title');" onmousedown="return false;"><span>{#fullpage_dlg.add_title}</span></a></td></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
diff
changeset
|
268 |
<tr><td><a href="javascript:addHeadElm('meta');" onmousedown="return false;"><span>{#fullpage_dlg.add_meta}</span></a></td></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
diff
changeset
|
269 |
<tr><td><a href="javascript:addHeadElm('script');" onmousedown="return false;"><span>{#fullpage_dlg.add_script}</span></a></td></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
diff
changeset
|
270 |
<tr><td><a href="javascript:addHeadElm('style');" onmousedown="return false;"><span>{#fullpage_dlg.add_style}</span></a></td></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
diff
changeset
|
271 |
<tr><td><a href="javascript:addHeadElm('link');" onmousedown="return false;"><span>{#fullpage_dlg.add_link}</span></a></td></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
diff
changeset
|
272 |
<tr><td><a href="javascript:addHeadElm('base');" onmousedown="return false;"><span>{#fullpage_dlg.add_base}</span></a></td></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
diff
changeset
|
273 |
<tr><td><a href="javascript:addHeadElm('comment');" onmousedown="return false;"><span>{#fullpage_dlg.add_comment}</span></a></td></tr>
|
1
|
274 |
</table>
|
|
275 |
</div>
|
|
276 |
|
|
277 |
<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
diff
changeset
|
278 |
<legend>{#fullpage_dlg.head_elements}</legend>
|
1
|
279 |
|
|
280 |
<div class="headlistwrapper">
|
|
281 |
<div class="toolbar">
|
|
282 |
<div style="float: left">
|
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
diff
changeset
|
283 |
<a id="addbutton" href="javascript:showAddMenu();" onmousedown="return false;" class="addbutton" title="{#fullpage_dlg.add}"></a>
|
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
diff
changeset
|
284 |
<a href="#" onmousedown="return false;" class="removebutton" title="{#fullpage_dlg.remove}"></a>
|
1
|
285 |
</div>
|
|
286 |
<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
diff
changeset
|
287 |
<a href="#" onmousedown="return false;" class="moveupbutton" title="{#fullpage_dlg.moveup}"></a>
|
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
diff
changeset
|
288 |
<a href="#" onmousedown="return false;" class="movedownbutton" title="{#fullpage_dlg.movedown}"></a>
|
1
|
289 |
</div>
|
|
290 |
<br style="clear: both" />
|
|
291 |
</div>
|
|
292 |
<select id="headlist" size="26" onchange="updateHeadElm(this.options[this.selectedIndex].value);">
|
|
293 |
<option value="title_0"><title>Some title bla bla bla</title></option>
|
|
294 |
<option value="meta_1"><meta name="keywords">Some bla bla bla</meta></option>
|
|
295 |
<option value="meta_2"><meta name="description">Some bla bla bla bla bla bla bla bla bla</meta></option>
|
|
296 |
<option value="script_3"><script language="javascript">...</script></option>
|
|
297 |
<option value="style_4"><style>...</style></option>
|
|
298 |
<option value="base_5"><base href="." /></option>
|
|
299 |
<option value="comment_6"><!-- ... --></option>
|
|
300 |
<option value="link_7"><link href="." /></option>
|
|
301 |
</select>
|
|
302 |
</div>
|
|
303 |
</fieldset>
|
|
304 |
|
|
305 |
<fieldset id="meta_element">
|
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
diff
changeset
|
306 |
<legend>{#fullpage_dlg.meta_element}</legend>
|
1
|
307 |
|
|
308 |
<table border="0" cellpadding="4" cellspacing="0">
|
|
309 |
<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
diff
changeset
|
310 |
<td class="column1"><label for="element_meta_type">{#fullpage_dlg.type}</label></td>
|
1
|
311 |
<td><select id="element_meta_type">
|
|
312 |
<option value="name">name</option>
|
|
313 |
<option value="http-equiv">http-equiv</option>
|
|
314 |
</select></td>
|
|
315 |
</tr>
|
|
316 |
<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
diff
changeset
|
317 |
<td class="column1"><label for="element_meta_name">{#fullpage_dlg.name}</label></td>
|
1
|
318 |
<td><input id="element_meta_name" name="element_meta_name" type="text" value="" /></td>
|
|
319 |
</tr>
|
|
320 |
<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
diff
changeset
|
321 |
<td class="column1"><label for="element_meta_content">{#fullpage_dlg.content}</label></td>
|
1
|
322 |
<td><input id="element_meta_content" name="element_meta_content" type="text" value="" /></td>
|
|
323 |
</tr>
|
|
324 |
</table>
|
|
325 |
|
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
diff
changeset
|
326 |
<input type="button" id="meta_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
1
|
327 |
</fieldset>
|
|
328 |
|
|
329 |
<fieldset id="title_element">
|
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
diff
changeset
|
330 |
<legend>{#fullpage_dlg.title_element}</legend>
|
1
|
331 |
|
|
332 |
<table border="0" cellpadding="4" cellspacing="0">
|
|
333 |
<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
diff
changeset
|
334 |
<td class="column1"><label for="element_title">{#fullpage_dlg.meta_title}</label></td>
|
1
|
335 |
<td><input id="element_title" name="element_title" type="text" value="" /></td>
|
|
336 |
</tr>
|
|
337 |
</table>
|
|
338 |
|
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
diff
changeset
|
339 |
<input type="button" id="title_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
1
|
340 |
</fieldset>
|
|
341 |
|
|
342 |
<fieldset id="script_element">
|
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
diff
changeset
|
343 |
<legend>{#fullpage_dlg.script_element}</legend>
|
1
|
344 |
|
|
345 |
<div class="tabs">
|
|
346 |
<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
diff
changeset
|
347 |
<li id="script_props_tab" class="current"><span><a href="javascript:mcTabs.displayTab('script_props_tab','script_props_panel');" onmousedown="return false;">{#fullpage_dlg.properties}</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
diff
changeset
|
348 |
<li id="script_value_tab"><span><a href="javascript:mcTabs.displayTab('script_value_tab','script_value_panel');" onmousedown="return false;">{#fullpage_dlg.value}</a></span></li>
|
1
|
349 |
</ul>
|
|
350 |
</div>
|
|
351 |
|
|
352 |
<br style="clear: both" />
|
|
353 |
|
|
354 |
<div class="panel_wrapper">
|
|
355 |
<div id="script_props_panel" class="panel current">
|
|
356 |
<table border="0" cellpadding="4" cellspacing="0">
|
|
357 |
<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
diff
changeset
|
358 |
<td class="column1"><label for="element_script_type">{#fullpage_dlg.type}</label></td>
|
1
|
359 |
<td><select id="element_script_type">
|
|
360 |
<option value="text/javascript">text/javascript</option>
|
|
361 |
<option value="text/jscript">text/jscript</option>
|
|
362 |
<option value="text/vbscript">text/vbscript</option>
|
|
363 |
<option value="text/vbs">text/vbs</option>
|
|
364 |
<option value="text/ecmascript">text/ecmascript</option>
|
|
365 |
<option value="text/xml">text/xml</option>
|
|
366 |
</select></td>
|
|
367 |
</tr>
|
|
368 |
<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
diff
changeset
|
369 |
<td class="column1"><label for="element_script_src">{#fullpage_dlg.src}</label></td>
|
1
|
370 |
<td><table border="0" cellpadding="0" cellspacing="0">
|
|
371 |
<tr>
|
|
372 |
<td><input id="element_script_src" name="element_script_src" type="text" value="" /></td>
|
|
373 |
<td id="script_src_pickcontainer"> </td>
|
|
374 |
</tr>
|
|
375 |
</table></td>
|
|
376 |
</tr>
|
|
377 |
<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
diff
changeset
|
378 |
<td class="column1"><label for="element_script_charset">{#fullpage_dlg.charset}</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
diff
changeset
|
379 |
<td><select id="element_script_charset"><option value="">{#not_set}</option></select></td>
|
1
|
380 |
</tr>
|
|
381 |
<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
diff
changeset
|
382 |
<td class="column1"><label for="element_script_defer">{#fullpage_dlg.defer}</label></td>
|
1
|
383 |
<td><input type="checkbox" id="element_script_defer" name="element_script_defer" class="checkbox" /></td>
|
|
384 |
</tr>
|
|
385 |
</table>
|
|
386 |
</div>
|
|
387 |
|
|
388 |
<div id="script_value_panel" class="panel">
|
|
389 |
<textarea id="element_script_value"></textarea>
|
|
390 |
</div>
|
|
391 |
</div>
|
|
392 |
|
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
diff
changeset
|
393 |
<input type="button" id="script_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
1
|
394 |
</fieldset>
|
|
395 |
|
|
396 |
<fieldset id="style_element">
|
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
diff
changeset
|
397 |
<legend>{#fullpage_dlg.style_element}</legend>
|
1
|
398 |
|
|
399 |
<div class="tabs">
|
|
400 |
<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
diff
changeset
|
401 |
<li id="style_props_tab" class="current"><span><a href="javascript:mcTabs.displayTab('style_props_tab','style_props_panel');" onmousedown="return false;">{#fullpage_dlg.properties}</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
diff
changeset
|
402 |
<li id="style_value_tab"><span><a href="javascript:mcTabs.displayTab('style_value_tab','style_value_panel');" onmousedown="return false;">{#fullpage_dlg.value}</a></span></li>
|
1
|
403 |
</ul>
|
|
404 |
</div>
|
|
405 |
|
|
406 |
<br style="clear: both" />
|
|
407 |
|
|
408 |
<div class="panel_wrapper">
|
|
409 |
<div id="style_props_panel" class="panel current">
|
|
410 |
<table border="0" cellpadding="4" cellspacing="0">
|
|
411 |
<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
diff
changeset
|
412 |
<td class="column1"><label for="element_style_type">{#fullpage_dlg.type}</label></td>
|
1
|
413 |
<td><select id="element_style_type">
|
|
414 |
<option value="text/css">text/css</option>
|
|
415 |
</select></td>
|
|
416 |
</tr>
|
|
417 |
<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
diff
changeset
|
418 |
<td class="column1"><label for="element_style_media">{#fullpage_dlg.media}</label></td>
|
1
|
419 |
<td><select id="element_style_media"></select></td>
|
|
420 |
</tr>
|
|
421 |
</table>
|
|
422 |
</div>
|
|
423 |
|
|
424 |
<div id="style_value_panel" class="panel">
|
|
425 |
<textarea id="element_style_value"></textarea>
|
|
426 |
</div>
|
|
427 |
</div>
|
|
428 |
|
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
diff
changeset
|
429 |
<input type="button" id="style_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
1
|
430 |
</fieldset>
|
|
431 |
|
|
432 |
<fieldset id="base_element">
|
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
diff
changeset
|
433 |
<legend>{#fullpage_dlg.base_element}</legend>
|
1
|
434 |
|
|
435 |
<table border="0" cellpadding="4" cellspacing="0">
|
|
436 |
<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
diff
changeset
|
437 |
<td class="column1"><label for="element_base_href">{#fullpage_dlg.href}</label></td>
|
1
|
438 |
<td><input id="element_base_href" name="element_base_href" type="text" value="" /></td>
|
|
439 |
</tr>
|
|
440 |
<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
diff
changeset
|
441 |
<td class="column1"><label for="element_base_target">{#fullpage_dlg.target}</label></td>
|
1
|
442 |
<td><input id="element_base_target" name="element_base_target" type="text" value="" /></td>
|
|
443 |
</tr>
|
|
444 |
</table>
|
|
445 |
|
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
diff
changeset
|
446 |
<input type="button" id="base_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
1
|
447 |
</fieldset>
|
|
448 |
|
|
449 |
<fieldset id="link_element">
|
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
diff
changeset
|
450 |
<legend>{#fullpage_dlg.link_element}</legend>
|
1
|
451 |
|
|
452 |
<div class="tabs">
|
|
453 |
<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
diff
changeset
|
454 |
<li id="link_general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('link_general_tab','link_general_panel');" onmousedown="return false;">{#fullpage_dlg.general_props}</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
diff
changeset
|
455 |
<li id="link_advanced_tab"><span><a href="javascript:mcTabs.displayTab('link_advanced_tab','link_advanced_panel');" onmousedown="return false;">{#fullpage_dlg.advanced_props}</a></span></li>
|
1
|
456 |
</ul>
|
|
457 |
</div>
|
|
458 |
|
|
459 |
<br style="clear: both" />
|
|
460 |
|
|
461 |
<div class="panel_wrapper">
|
|
462 |
<div id="link_general_panel" class="panel current">
|
|
463 |
<table border="0" cellpadding="4" cellspacing="0">
|
|
464 |
<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
diff
changeset
|
465 |
<td class="column1"><label for="element_link_href">{#fullpage_dlg.href}</label></td>
|
1
|
466 |
<td><table border="0" cellpadding="0" cellspacing="0">
|
|
467 |
<tr>
|
|
468 |
<td><input id="element_link_href" name="element_link_href" type="text" value="" /></td>
|
|
469 |
<td id="link_href_pickcontainer"> </td>
|
|
470 |
</tr>
|
|
471 |
</table></td>
|
|
472 |
</tr>
|
|
473 |
<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
diff
changeset
|
474 |
<td class="column1"><label for="element_link_title">{#fullpage_dlg.meta_title}</label></td>
|
1
|
475 |
<td><input id="element_link_title" name="element_link_title" type="text" value="" /></td>
|
|
476 |
</tr>
|
|
477 |
<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
diff
changeset
|
478 |
<td class="column1"><label for="element_link_type">{#fullpage_dlg.type}</label></td>
|
1
|
479 |
<td><select id="element_link_type" name="element_link_type">
|
|
480 |
<option value="text/css">text/css</option>
|
|
481 |
<option value="text/javascript">text/javascript</option>
|
|
482 |
</select></td>
|
|
483 |
</tr>
|
|
484 |
<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
diff
changeset
|
485 |
<td class="column1"><label for="element_link_media">{#fullpage_dlg.media}</label></td>
|
1
|
486 |
<td><select id="element_link_media" name="element_link_media"></select></td>
|
|
487 |
</tr>
|
|
488 |
<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
diff
changeset
|
489 |
<td><label for="element_style_rel">{#fullpage_dlg.rel}</label></td>
|
1
|
490 |
<td><select id="element_style_rel" name="element_style_rel">
|
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
diff
changeset
|
491 |
<option value="">{#not_set}</option>
|
1
|
492 |
<option value="stylesheet">Stylesheet</option>
|
|
493 |
<option value="alternate">Alternate</option>
|
|
494 |
<option value="designates">Designates</option>
|
|
495 |
<option value="start">Start</option>
|
|
496 |
<option value="next">Next</option>
|
|
497 |
<option value="prev">Prev</option>
|
|
498 |
<option value="contents">Contents</option>
|
|
499 |
<option value="index">Index</option>
|
|
500 |
<option value="glossary">Glossary</option>
|
|
501 |
<option value="copyright">Copyright</option>
|
|
502 |
<option value="chapter">Chapter</option>
|
|
503 |
<option value="subsection">Subsection</option>
|
|
504 |
<option value="appendix">Appendix</option>
|
|
505 |
<option value="help">Help</option>
|
|
506 |
<option value="bookmark">Bookmark</option>
|
|
507 |
</select>
|
|
508 |
</td>
|
|
509 |
</tr>
|
|
510 |
</table>
|
|
511 |
</div>
|
|
512 |
|
|
513 |
<div id="link_advanced_panel" class="panel">
|
|
514 |
<table border="0" cellpadding="4" cellspacing="0">
|
|
515 |
<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
diff
changeset
|
516 |
<td class="column1"><label for="element_link_charset">{#fullpage_dlg.charset}</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
diff
changeset
|
517 |
<td><select id="element_link_charset"><option value="">{#not_set}</option></select></td>
|
1
|
518 |
</tr>
|
|
519 |
<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
diff
changeset
|
520 |
<td class="column1"><label for="element_link_hreflang">{#fullpage_dlg.hreflang}</label></td>
|
1
|
521 |
<td><input id="element_link_hreflang" name="element_link_hreflang" type="text" value="" /></td>
|
|
522 |
</tr>
|
|
523 |
<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
diff
changeset
|
524 |
<td class="column1"><label for="element_link_target">{#fullpage_dlg.target}</label></td>
|
1
|
525 |
<td><input id="element_link_target" name="element_link_target" type="text" value="" /></td>
|
|
526 |
</tr>
|
|
527 |
<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
diff
changeset
|
528 |
<td><label for="element_style_rev">{#fullpage_dlg.rev}</label></td>
|
1
|
529 |
<td><select id="element_style_rev" name="element_style_rev">
|
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
diff
changeset
|
530 |
<option value="">{#not_set}</option>
|
1
|
531 |
<option value="alternate">Alternate</option>
|
|
532 |
<option value="designates">Designates</option>
|
|
533 |
<option value="stylesheet">Stylesheet</option>
|
|
534 |
<option value="start">Start</option>
|
|
535 |
<option value="next">Next</option>
|
|
536 |
<option value="prev">Prev</option>
|
|
537 |
<option value="contents">Contents</option>
|
|
538 |
<option value="index">Index</option>
|
|
539 |
<option value="glossary">Glossary</option>
|
|
540 |
<option value="copyright">Copyright</option>
|
|
541 |
<option value="chapter">Chapter</option>
|
|
542 |
<option value="subsection">Subsection</option>
|
|
543 |
<option value="appendix">Appendix</option>
|
|
544 |
<option value="help">Help</option>
|
|
545 |
<option value="bookmark">Bookmark</option>
|
|
546 |
</select>
|
|
547 |
</td>
|
|
548 |
</tr>
|
|
549 |
</table>
|
|
550 |
</div>
|
|
551 |
</div>
|
|
552 |
|
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
diff
changeset
|
553 |
<input type="button" id="link_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
1
|
554 |
</fieldset>
|
|
555 |
|
|
556 |
<fieldset id="comment_element">
|
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
diff
changeset
|
557 |
<legend>{#fullpage_dlg.comment_element}</legend>
|
1
|
558 |
|
|
559 |
<textarea id="element_comment_value"></textarea>
|
|
560 |
|
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
diff
changeset
|
561 |
<input type="button" id="comment_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
1
|
562 |
</fieldset>
|
|
563 |
</div>
|
|
564 |
</div>
|
|
565 |
|
|
566 |
<div class="mceActionPanel">
|
|
567 |
<div style="float: left">
|
543
|
568 |
<input type="submit" id="insert" name="update" value="{#update}" />
|
1
|
569 |
</div>
|
|
570 |
|
|
571 |
<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
diff
changeset
|
572 |
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
1
|
573 |
</div>
|
|
574 |
</div>
|
|
575 |
</form>
|
|
576 |
</body>
|
|
577 |
</html>
|