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