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