| ... | ... |
@@ -1,577 +1,577 @@ |
| 1 |
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
| 2 |
-<html xmlns="http://www.w3.org/1999/xhtml"> |
|
| 3 |
-<head> |
|
| 4 |
- <title>{#fullpage_dlg.title}</title>
|
|
| 5 |
- <script type="text/javascript" src="../../tiny_mce_popup.js"></script> |
|
| 6 |
- <script type="text/javascript" src="../../utils/mctabs.js"></script> |
|
| 7 |
- <script type="text/javascript" src="../../utils/form_utils.js"></script> |
|
| 8 |
- <script type="text/javascript" src="js/fullpage.js"></script> |
|
| 9 |
- <link href="css/fullpage.css" rel="stylesheet" type="text/css" /> |
|
| 10 |
- <base target="_self" /> |
|
| 11 |
-</head> |
|
| 12 |
-<body id="advlink" style="display: none"> |
|
| 13 |
- <form onsubmit="updateAction();return false;" name="fullpage" action="#"> |
|
| 14 |
- <div class="tabs"> |
|
| 15 |
- <ul> |
|
| 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>
|
|
| 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>
|
|
| 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>
|
|
| 19 |
- </ul> |
|
| 20 |
- </div> |
|
| 21 |
- |
|
| 22 |
- <div class="panel_wrapper"> |
|
| 23 |
- <div id="meta_panel" class="panel current"> |
|
| 24 |
- <fieldset> |
|
| 25 |
- <legend>{#fullpage_dlg.meta_props}</legend>
|
|
| 26 |
- |
|
| 27 |
- <table border="0" cellpadding="4" cellspacing="0"> |
|
| 28 |
- <tr> |
|
| 29 |
- <td nowrap="nowrap"><label for="metatitle">{#fullpage_dlg.meta_title}</label> </td>
|
|
| 30 |
- <td><input type="text" id="metatitle" name="metatitle" value="" class="mceFocus" /></td> |
|
| 31 |
- </tr> |
|
| 32 |
- <tr> |
|
| 33 |
- <td nowrap="nowrap"><label for="metakeywords">{#fullpage_dlg.meta_keywords}</label> </td>
|
|
| 34 |
- <td><textarea id="metakeywords" name="metakeywords" rows="4"></textarea></td> |
|
| 35 |
- </tr> |
|
| 36 |
- <tr> |
|
| 37 |
- <td nowrap="nowrap"><label for="metadescription">{#fullpage_dlg.meta_description}</label> </td>
|
|
| 38 |
- <td><textarea id="metadescription" name="metadescription" rows="4"></textarea></td> |
|
| 39 |
- </tr> |
|
| 40 |
- <tr> |
|
| 41 |
- <td nowrap="nowrap"><label for="metaauthor">{#fullpage_dlg.author}</label> </td>
|
|
| 42 |
- <td><input type="text" id="metaauthor" name="metaauthor" value="" /></td> |
|
| 43 |
- </tr> |
|
| 44 |
- <tr> |
|
| 45 |
- <td nowrap="nowrap"><label for="metacopyright">{#fullpage_dlg.copyright}</label> </td>
|
|
| 46 |
- <td><input type="text" id="metacopyright" name="metacopyright" value="" /></td> |
|
| 47 |
- </tr> |
|
| 48 |
- <tr> |
|
| 49 |
- <td nowrap="nowrap"><label for="metarobots">{#fullpage_dlg.meta_robots}</label> </td>
|
|
| 50 |
- <td> |
|
| 51 |
- <select id="metarobots" name="metarobots"> |
|
| 52 |
- <option value="">{#not_set}</option>
|
|
| 53 |
- <option value="index,follow">{#fullpage_dlg.meta_index_follow}</option>
|
|
| 54 |
- <option value="index,nofollow">{#fullpage_dlg.meta_index_nofollow}</option>
|
|
| 55 |
- <option value="noindex,follow">{#fullpage_dlg.meta_noindex_follow}</option>
|
|
| 56 |
- <option value="noindex,nofollow">{#fullpage_dlg.meta_noindex_nofollow}</option>
|
|
| 57 |
- </select> |
|
| 58 |
- </td> |
|
| 59 |
- </tr> |
|
| 60 |
- </table> |
|
| 61 |
- </fieldset> |
|
| 62 |
- |
|
| 63 |
- <fieldset> |
|
| 64 |
- <legend>{#fullpage_dlg.langprops}</legend>
|
|
| 65 |
- |
|
| 66 |
- <table border="0" cellpadding="4" cellspacing="0"> |
|
| 67 |
- <tr> |
|
| 68 |
- <td class="column1"><label for="docencoding">{#fullpage_dlg.encoding}</label></td>
|
|
| 69 |
- <td> |
|
| 70 |
- <select id="docencoding" name="docencoding"> |
|
| 71 |
- <option value="">{#not_set}</option>
|
|
| 72 |
- </select> |
|
| 73 |
- </td> |
|
| 74 |
- </tr> |
|
| 75 |
- <tr> |
|
| 76 |
- <td nowrap="nowrap"><label for="doctypes">{#fullpage_dlg.doctypes}</label> </td>
|
|
| 77 |
- <td> |
|
| 78 |
- <select id="doctypes" name="doctypes"> |
|
| 79 |
- <option value="">{#not_set}</option>
|
|
| 80 |
- </select> |
|
| 81 |
- </td> |
|
| 82 |
- </tr> |
|
| 83 |
- <tr> |
|
| 84 |
- <td nowrap="nowrap"><label for="langcode">{#fullpage_dlg.langcode}</label> </td>
|
|
| 85 |
- <td><input type="text" id="langcode" name="langcode" value="" /></td> |
|
| 86 |
- </tr> |
|
| 87 |
- <tr> |
|
| 88 |
- <td class="column1"><label for="langdir">{#fullpage_dlg.langdir}</label></td>
|
|
| 89 |
- <td> |
|
| 90 |
- <select id="langdir" name="langdir"> |
|
| 91 |
- <option value="">{#not_set}</option>
|
|
| 92 |
- <option value="ltr">{#fullpage_dlg.ltr}</option>
|
|
| 93 |
- <option value="rtl">{#fullpage_dlg.rtl}</option>
|
|
| 94 |
- </select> |
|
| 95 |
- </td> |
|
| 96 |
- </tr> |
|
| 97 |
- <tr> |
|
| 98 |
- <td nowrap="nowrap"><label for="xml_pi">{#fullpage_dlg.xml_pi}</label> </td>
|
|
| 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> |
|
| 107 |
- <legend>{#fullpage_dlg.appearance_textprops}</legend>
|
|
| 108 |
- |
|
| 109 |
- <table border="0" cellpadding="4" cellspacing="0"> |
|
| 110 |
- <tr> |
|
| 111 |
- <td class="column1"><label for="fontface">{#fullpage_dlg.fontface}</label></td>
|
|
| 112 |
- <td> |
|
| 113 |
- <select id="fontface" name="fontface" onchange="changedStyleField(this);"> |
|
| 114 |
- <option value="">{#not_set}</option>
|
|
| 115 |
- </select> |
|
| 116 |
- </td> |
|
| 117 |
- </tr> |
|
| 118 |
- |
|
| 119 |
- <tr> |
|
| 120 |
- <td class="column1"><label for="fontsize">{#fullpage_dlg.fontsize}</label></td>
|
|
| 121 |
- <td> |
|
| 122 |
- <select id="fontsize" name="fontsize" onchange="changedStyleField(this);"> |
|
| 123 |
- <option value="">{#not_set}</option>
|
|
| 124 |
- </select> |
|
| 125 |
- </td> |
|
| 126 |
- </tr> |
|
| 127 |
- |
|
| 128 |
- <tr> |
|
| 129 |
- <td class="column1"><label for="textcolor">{#fullpage_dlg.textcolor}</label></td>
|
|
| 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> |
|
| 143 |
- <legend>{#fullpage_dlg.appearance_bgprops}</legend>
|
|
| 144 |
- |
|
| 145 |
- <table border="0" cellpadding="4" cellspacing="0"> |
|
| 146 |
- <tr> |
|
| 147 |
- <td class="column1"><label for="bgimage">{#fullpage_dlg.bgimage}</label></td>
|
|
| 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> |
|
| 158 |
- <td class="column1"><label for="bgcolor">{#fullpage_dlg.bgcolor}</label></td>
|
|
| 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> |
|
| 172 |
- <legend>{#fullpage_dlg.appearance_marginprops}</legend>
|
|
| 173 |
- |
|
| 174 |
- <table border="0" cellpadding="4" cellspacing="0"> |
|
| 175 |
- <tr> |
|
| 176 |
- <td class="column1"><label for="leftmargin">{#fullpage_dlg.left_margin}</label></td>
|
|
| 177 |
- <td><input id="leftmargin" name="leftmargin" type="text" value="" onchange="changedStyleField(this);" /></td> |
|
| 178 |
- <td class="column1"><label for="rightmargin">{#fullpage_dlg.right_margin}</label></td>
|
|
| 179 |
- <td><input id="rightmargin" name="rightmargin" type="text" value="" onchange="changedStyleField(this);" /></td> |
|
| 180 |
- </tr> |
|
| 181 |
- <tr> |
|
| 182 |
- <td class="column1"><label for="topmargin">{#fullpage_dlg.top_margin}</label></td>
|
|
| 183 |
- <td><input id="topmargin" name="topmargin" type="text" value="" onchange="changedStyleField(this);" /></td> |
|
| 184 |
- <td class="column1"><label for="bottommargin">{#fullpage_dlg.bottom_margin}</label></td>
|
|
| 185 |
- <td><input id="bottommargin" name="bottommargin" type="text" value="" onchange="changedStyleField(this);" /></td> |
|
| 186 |
- </tr> |
|
| 187 |
- </table> |
|
| 188 |
- </fieldset> |
|
| 189 |
- |
|
| 190 |
- <fieldset> |
|
| 191 |
- <legend>{#fullpage_dlg.appearance_linkprops}</legend>
|
|
| 192 |
- |
|
| 193 |
- <table border="0" cellpadding="4" cellspacing="0"> |
|
| 194 |
- <tr> |
|
| 195 |
- <td class="column1"><label for="link_color">{#fullpage_dlg.link_color}</label></td>
|
|
| 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 |
- |
|
| 205 |
- <td class="column1"><label for="visited_color">{#fullpage_dlg.visited_color}</label></td>
|
|
| 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> |
|
| 217 |
- <td class="column1"><label for="active_color">{#fullpage_dlg.active_color}</label></td>
|
|
| 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 |
- |
|
| 230 |
-<!-- <td class="column1"><label for="hover_color">{#fullpage_dlg.hover_color}</label></td>
|
|
| 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> |
|
| 244 |
- <legend>{#fullpage_dlg.appearance_style}</legend>
|
|
| 245 |
- |
|
| 246 |
- <table border="0" cellpadding="4" cellspacing="0"> |
|
| 247 |
- <tr> |
|
| 248 |
- <td class="column1"><label for="stylesheet">{#fullpage_dlg.stylesheet}</label></td>
|
|
| 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> |
|
| 257 |
- <td class="column1"><label for="style">{#fullpage_dlg.style}</label></td>
|
|
| 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"> |
|
| 267 |
- <tr><td><a href="javascript:addHeadElm('title');" onmousedown="return false;"><span>{#fullpage_dlg.add_title}</span></a></td></tr>
|
|
| 268 |
- <tr><td><a href="javascript:addHeadElm('meta');" onmousedown="return false;"><span>{#fullpage_dlg.add_meta}</span></a></td></tr>
|
|
| 269 |
- <tr><td><a href="javascript:addHeadElm('script');" onmousedown="return false;"><span>{#fullpage_dlg.add_script}</span></a></td></tr>
|
|
| 270 |
- <tr><td><a href="javascript:addHeadElm('style');" onmousedown="return false;"><span>{#fullpage_dlg.add_style}</span></a></td></tr>
|
|
| 271 |
- <tr><td><a href="javascript:addHeadElm('link');" onmousedown="return false;"><span>{#fullpage_dlg.add_link}</span></a></td></tr>
|
|
| 272 |
- <tr><td><a href="javascript:addHeadElm('base');" onmousedown="return false;"><span>{#fullpage_dlg.add_base}</span></a></td></tr>
|
|
| 273 |
- <tr><td><a href="javascript:addHeadElm('comment');" onmousedown="return false;"><span>{#fullpage_dlg.add_comment}</span></a></td></tr>
|
|
| 274 |
- </table> |
|
| 275 |
- </div> |
|
| 276 |
- |
|
| 277 |
- <fieldset> |
|
| 278 |
- <legend>{#fullpage_dlg.head_elements}</legend>
|
|
| 279 |
- |
|
| 280 |
- <div class="headlistwrapper"> |
|
| 281 |
- <div class="toolbar"> |
|
| 282 |
- <div style="float: left"> |
|
| 283 |
- <a id="addbutton" href="javascript:showAddMenu();" onmousedown="return false;" class="addbutton" title="{#fullpage_dlg.add}"></a>
|
|
| 284 |
- <a href="#" onmousedown="return false;" class="removebutton" title="{#fullpage_dlg.remove}"></a>
|
|
| 285 |
- </div> |
|
| 286 |
- <div style="float: right"> |
|
| 287 |
- <a href="#" onmousedown="return false;" class="moveupbutton" title="{#fullpage_dlg.moveup}"></a>
|
|
| 288 |
- <a href="#" onmousedown="return false;" class="movedownbutton" title="{#fullpage_dlg.movedown}"></a>
|
|
| 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"> |
|
| 306 |
- <legend>{#fullpage_dlg.meta_element}</legend>
|
|
| 307 |
- |
|
| 308 |
- <table border="0" cellpadding="4" cellspacing="0"> |
|
| 309 |
- <tr> |
|
| 310 |
- <td class="column1"><label for="element_meta_type">{#fullpage_dlg.type}</label></td>
|
|
| 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> |
|
| 317 |
- <td class="column1"><label for="element_meta_name">{#fullpage_dlg.name}</label></td>
|
|
| 318 |
- <td><input id="element_meta_name" name="element_meta_name" type="text" value="" /></td> |
|
| 319 |
- </tr> |
|
| 320 |
- <tr> |
|
| 321 |
- <td class="column1"><label for="element_meta_content">{#fullpage_dlg.content}</label></td>
|
|
| 322 |
- <td><input id="element_meta_content" name="element_meta_content" type="text" value="" /></td> |
|
| 323 |
- </tr> |
|
| 324 |
- </table> |
|
| 325 |
- |
|
| 326 |
- <input type="button" id="meta_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
|
| 327 |
- </fieldset> |
|
| 328 |
- |
|
| 329 |
- <fieldset id="title_element"> |
|
| 330 |
- <legend>{#fullpage_dlg.title_element}</legend>
|
|
| 331 |
- |
|
| 332 |
- <table border="0" cellpadding="4" cellspacing="0"> |
|
| 333 |
- <tr> |
|
| 334 |
- <td class="column1"><label for="element_title">{#fullpage_dlg.meta_title}</label></td>
|
|
| 335 |
- <td><input id="element_title" name="element_title" type="text" value="" /></td> |
|
| 336 |
- </tr> |
|
| 337 |
- </table> |
|
| 338 |
- |
|
| 339 |
- <input type="button" id="title_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
|
| 340 |
- </fieldset> |
|
| 341 |
- |
|
| 342 |
- <fieldset id="script_element"> |
|
| 343 |
- <legend>{#fullpage_dlg.script_element}</legend>
|
|
| 344 |
- |
|
| 345 |
- <div class="tabs"> |
|
| 346 |
- <ul> |
|
| 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>
|
|
| 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>
|
|
| 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> |
|
| 358 |
- <td class="column1"><label for="element_script_type">{#fullpage_dlg.type}</label></td>
|
|
| 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> |
|
| 369 |
- <td class="column1"><label for="element_script_src">{#fullpage_dlg.src}</label></td>
|
|
| 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> |
|
| 378 |
- <td class="column1"><label for="element_script_charset">{#fullpage_dlg.charset}</label></td>
|
|
| 379 |
- <td><select id="element_script_charset"><option value="">{#not_set}</option></select></td>
|
|
| 380 |
- </tr> |
|
| 381 |
- <tr> |
|
| 382 |
- <td class="column1"><label for="element_script_defer">{#fullpage_dlg.defer}</label></td>
|
|
| 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 |
- |
|
| 393 |
- <input type="button" id="script_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
|
| 394 |
- </fieldset> |
|
| 395 |
- |
|
| 396 |
- <fieldset id="style_element"> |
|
| 397 |
- <legend>{#fullpage_dlg.style_element}</legend>
|
|
| 398 |
- |
|
| 399 |
- <div class="tabs"> |
|
| 400 |
- <ul> |
|
| 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>
|
|
| 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>
|
|
| 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> |
|
| 412 |
- <td class="column1"><label for="element_style_type">{#fullpage_dlg.type}</label></td>
|
|
| 413 |
- <td><select id="element_style_type"> |
|
| 414 |
- <option value="text/css">text/css</option> |
|
| 415 |
- </select></td> |
|
| 416 |
- </tr> |
|
| 417 |
- <tr> |
|
| 418 |
- <td class="column1"><label for="element_style_media">{#fullpage_dlg.media}</label></td>
|
|
| 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 |
- |
|
| 429 |
- <input type="button" id="style_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
|
| 430 |
- </fieldset> |
|
| 431 |
- |
|
| 432 |
- <fieldset id="base_element"> |
|
| 433 |
- <legend>{#fullpage_dlg.base_element}</legend>
|
|
| 434 |
- |
|
| 435 |
- <table border="0" cellpadding="4" cellspacing="0"> |
|
| 436 |
- <tr> |
|
| 437 |
- <td class="column1"><label for="element_base_href">{#fullpage_dlg.href}</label></td>
|
|
| 438 |
- <td><input id="element_base_href" name="element_base_href" type="text" value="" /></td> |
|
| 439 |
- </tr> |
|
| 440 |
- <tr> |
|
| 441 |
- <td class="column1"><label for="element_base_target">{#fullpage_dlg.target}</label></td>
|
|
| 442 |
- <td><input id="element_base_target" name="element_base_target" type="text" value="" /></td> |
|
| 443 |
- </tr> |
|
| 444 |
- </table> |
|
| 445 |
- |
|
| 446 |
- <input type="button" id="base_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
|
| 447 |
- </fieldset> |
|
| 448 |
- |
|
| 449 |
- <fieldset id="link_element"> |
|
| 450 |
- <legend>{#fullpage_dlg.link_element}</legend>
|
|
| 451 |
- |
|
| 452 |
- <div class="tabs"> |
|
| 453 |
- <ul> |
|
| 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>
|
|
| 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>
|
|
| 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> |
|
| 465 |
- <td class="column1"><label for="element_link_href">{#fullpage_dlg.href}</label></td>
|
|
| 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> |
|
| 474 |
- <td class="column1"><label for="element_link_title">{#fullpage_dlg.meta_title}</label></td>
|
|
| 475 |
- <td><input id="element_link_title" name="element_link_title" type="text" value="" /></td> |
|
| 476 |
- </tr> |
|
| 477 |
- <tr> |
|
| 478 |
- <td class="column1"><label for="element_link_type">{#fullpage_dlg.type}</label></td>
|
|
| 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> |
|
| 485 |
- <td class="column1"><label for="element_link_media">{#fullpage_dlg.media}</label></td>
|
|
| 486 |
- <td><select id="element_link_media" name="element_link_media"></select></td> |
|
| 487 |
- </tr> |
|
| 488 |
- <tr> |
|
| 489 |
- <td><label for="element_style_rel">{#fullpage_dlg.rel}</label></td>
|
|
| 490 |
- <td><select id="element_style_rel" name="element_style_rel"> |
|
| 491 |
- <option value="">{#not_set}</option>
|
|
| 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> |
|
| 516 |
- <td class="column1"><label for="element_link_charset">{#fullpage_dlg.charset}</label></td>
|
|
| 517 |
- <td><select id="element_link_charset"><option value="">{#not_set}</option></select></td>
|
|
| 518 |
- </tr> |
|
| 519 |
- <tr> |
|
| 520 |
- <td class="column1"><label for="element_link_hreflang">{#fullpage_dlg.hreflang}</label></td>
|
|
| 521 |
- <td><input id="element_link_hreflang" name="element_link_hreflang" type="text" value="" /></td> |
|
| 522 |
- </tr> |
|
| 523 |
- <tr> |
|
| 524 |
- <td class="column1"><label for="element_link_target">{#fullpage_dlg.target}</label></td>
|
|
| 525 |
- <td><input id="element_link_target" name="element_link_target" type="text" value="" /></td> |
|
| 526 |
- </tr> |
|
| 527 |
- <tr> |
|
| 528 |
- <td><label for="element_style_rev">{#fullpage_dlg.rev}</label></td>
|
|
| 529 |
- <td><select id="element_style_rev" name="element_style_rev"> |
|
| 530 |
- <option value="">{#not_set}</option>
|
|
| 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 |
- |
|
| 553 |
- <input type="button" id="link_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
|
| 554 |
- </fieldset> |
|
| 555 |
- |
|
| 556 |
- <fieldset id="comment_element"> |
|
| 557 |
- <legend>{#fullpage_dlg.comment_element}</legend>
|
|
| 558 |
- |
|
| 559 |
- <textarea id="element_comment_value"></textarea> |
|
| 560 |
- |
|
| 561 |
- <input type="button" id="comment_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
|
| 562 |
- </fieldset> |
|
| 563 |
- </div> |
|
| 564 |
- </div> |
|
| 565 |
- |
|
| 566 |
- <div class="mceActionPanel"> |
|
| 567 |
- <div style="float: left"> |
|
| 568 |
- <input type="submit" id="insert" name="update" value="{#update}" />
|
|
| 569 |
- </div> |
|
| 570 |
- |
|
| 571 |
- <div style="float: right"> |
|
| 572 |
- <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
|
| 573 |
- </div> |
|
| 574 |
- </div> |
|
| 575 |
- </form> |
|
| 576 |
-</body> |
|
| 577 |
-</html> |
|
| 1 |
+<html xmlns="http://www.w3.org/1999/xhtml"> |
|
| 2 |
+<head> |
|
| 3 |
+ <title>{$lang_fullpage_title}</title>
|
|
| 4 |
+ <script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script> |
|
| 5 |
+ <script language="javascript" type="text/javascript" src="../../utils/mctabs.js"></script> |
|
| 6 |
+ <script language="javascript" type="text/javascript" src="../../utils/mclayer.js"></script> |
|
| 7 |
+ <script language="javascript" type="text/javascript" src="../../utils/form_utils.js"></script> |
|
| 8 |
+ <script language="javascript" type="text/javascript" src="jscripts/fullpage.js"></script> |
|
| 9 |
+ <link href="css/fullpage.css" rel="stylesheet" type="text/css" /> |
|
| 10 |
+ <base target="_self" /> |
|
| 11 |
+</head> |
|
| 12 |
+<body id="advlink" onload="tinyMCEPopup.executeOnLoad('init();');" style="display: none">
|
|
| 13 |
+ <form onsubmit="updateAction();return false;" name="fullpage" action="#"> |
|
| 14 |
+ <div class="tabs"> |
|
| 15 |
+ <ul> |
|
| 16 |
+ <li id="meta_tab" class="current"><span><a href="javascript:mcTabs.displayTab('meta_tab','meta_panel');" onmousedown="return false;">{$lang_fullpage_meta_tab}</a></span></li>
|
|
| 17 |
+ <li id="appearance_tab"><span><a href="javascript:mcTabs.displayTab('appearance_tab','appearance_panel');" onmousedown="return false;">{$lang_fullpage_appearance_tab}</a></span></li>
|
|
| 18 |
+ <li id="advanced_tab"><span><a href="javascript:mcTabs.displayTab('advanced_tab','advanced_panel');" onmousedown="return false;">{$lang_fullpage_advanced_tab}</a></span></li>
|
|
| 19 |
+ </ul> |
|
| 20 |
+ </div> |
|
| 21 |
+ |
|
| 22 |
+ <div class="panel_wrapper"> |
|
| 23 |
+ <div id="meta_panel" class="panel current"> |
|
| 24 |
+ <fieldset> |
|
| 25 |
+ <legend>{$lang_fullpage_meta_props}</legend>
|
|
| 26 |
+ |
|
| 27 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 28 |
+ <tr> |
|
| 29 |
+ <td nowrap="nowrap"><label for="metatitle">{$lang_fullpage_meta_title}</label> </td>
|
|
| 30 |
+ <td><input type="text" id="metatitle" name="metatitle" value="" /></td> |
|
| 31 |
+ </tr> |
|
| 32 |
+ <tr> |
|
| 33 |
+ <td nowrap="nowrap"><label for="metakeywords">{$lang_fullpage_meta_keywords}</label> </td>
|
|
| 34 |
+ <td><textarea id="metakeywords" name="metakeywords" rows="4"></textarea></td> |
|
| 35 |
+ </tr> |
|
| 36 |
+ <tr> |
|
| 37 |
+ <td nowrap="nowrap"><label for="metadescription">{$lang_fullpage_meta_description}</label> </td>
|
|
| 38 |
+ <td><textarea id="metadescription" name="metadescription" rows="4"></textarea></td> |
|
| 39 |
+ </tr> |
|
| 40 |
+ <tr> |
|
| 41 |
+ <td nowrap="nowrap"><label for="metaauthor">{$lang_fullpage_author}</label> </td>
|
|
| 42 |
+ <td><input type="text" id="metaauthor" name="metaauthor" value="" /></td> |
|
| 43 |
+ </tr> |
|
| 44 |
+ <tr> |
|
| 45 |
+ <td nowrap="nowrap"><label for="metacopyright">{$lang_fullpage_copyright}</label> </td>
|
|
| 46 |
+ <td><input type="text" id="metacopyright" name="metacopyright" value="" /></td> |
|
| 47 |
+ </tr> |
|
| 48 |
+ <tr> |
|
| 49 |
+ <td nowrap="nowrap"><label for="metarobots">{$lang_fullpage_meta_robots}</label> </td>
|
|
| 50 |
+ <td> |
|
| 51 |
+<select id="metarobots" name="metarobots"> |
|
| 52 |
+ <option value="">{$lang_not_set}</option>
|
|
| 53 |
+ <option value="index,follow">{$lang_fullpage_meta_index_follow}</option>
|
|
| 54 |
+ <option value="index,nofollow">{$lang_fullpage_meta_index_nofollow}</option>
|
|
| 55 |
+ <option value="noindex,follow">{$lang_fullpage_meta_noindex_follow}</option>
|
|
| 56 |
+ <option value="noindex,nofollow">{$lang_fullpage_meta_noindex_nofollow}</option>
|
|
| 57 |
+</select> |
|
| 58 |
+ </td> |
|
| 59 |
+ </tr> |
|
| 60 |
+ </table> |
|
| 61 |
+ </fieldset> |
|
| 62 |
+ |
|
| 63 |
+ <fieldset> |
|
| 64 |
+ <legend>{$lang_fullpage_langprops}</legend>
|
|
| 65 |
+ |
|
| 66 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 67 |
+ <tr> |
|
| 68 |
+ <td class="column1"><label for="docencoding">{$lang_fullpage_encoding}</label></td>
|
|
| 69 |
+ <td> |
|
| 70 |
+ <select id="docencoding" name="docencoding"> |
|
| 71 |
+ <option value="">{$lang_not_set}</option>
|
|
| 72 |
+ </select> |
|
| 73 |
+ </td> |
|
| 74 |
+ </tr> |
|
| 75 |
+ <tr> |
|
| 76 |
+ <td nowrap="nowrap"><label for="doctypes">{$lang_fullpage_doctypes}</label> </td>
|
|
| 77 |
+ <td> |
|
| 78 |
+ <select id="doctypes" name="doctypes"> |
|
| 79 |
+ <option value="">{$lang_not_set}</option>
|
|
| 80 |
+ </select> |
|
| 81 |
+ </td> |
|
| 82 |
+ </tr> |
|
| 83 |
+ <tr> |
|
| 84 |
+ <td nowrap="nowrap"><label for="langcode">{$lang_fullpage_langcode}</label> </td>
|
|
| 85 |
+ <td><input type="text" id="langcode" name="langcode" value="" /></td> |
|
| 86 |
+ </tr> |
|
| 87 |
+ <tr> |
|
| 88 |
+ <td class="column1"><label for="langdir">{$lang_fullpage_langdir}</label></td>
|
|
| 89 |
+ <td> |
|
| 90 |
+ <select id="langdir" name="langdir"> |
|
| 91 |
+ <option value="">{$lang_not_set}</option>
|
|
| 92 |
+ <option value="ltr">{$lang_fullpage_ltr}</option>
|
|
| 93 |
+ <option value="rtl">{$lang_fullpage_rtl}</option>
|
|
| 94 |
+ </select> |
|
| 95 |
+ </td> |
|
| 96 |
+ </tr> |
|
| 97 |
+ <tr> |
|
| 98 |
+ <td nowrap="nowrap"><label for="xml_pi">{$lang_fullpage_xml_pi}</label> </td>
|
|
| 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> |
|
| 107 |
+ <legend>{$lang_fullpage_appearance_textprops}</legend>
|
|
| 108 |
+ |
|
| 109 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 110 |
+ <tr> |
|
| 111 |
+ <td class="column1"><label for="fontface">{$lang_fullpage_fontface}</label></td>
|
|
| 112 |
+ <td> |
|
| 113 |
+ <select id="fontface" name="fontface" onchange="changedStyleField(this);"> |
|
| 114 |
+ <option value="">{$lang_not_set}</option>
|
|
| 115 |
+ </select> |
|
| 116 |
+ </td> |
|
| 117 |
+ </tr> |
|
| 118 |
+ |
|
| 119 |
+ <tr> |
|
| 120 |
+ <td class="column1"><label for="fontsize">{$lang_fullpage_fontsize}</label></td>
|
|
| 121 |
+ <td> |
|
| 122 |
+ <select id="fontsize" name="fontsize" onchange="changedStyleField(this);"> |
|
| 123 |
+ <option value="">{$lang_not_set}</option>
|
|
| 124 |
+ </select> |
|
| 125 |
+ </td> |
|
| 126 |
+ </tr> |
|
| 127 |
+ |
|
| 128 |
+ <tr> |
|
| 129 |
+ <td class="column1"><label for="textcolor">{$lang_fullpage_textcolor}</label></td>
|
|
| 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> |
|
| 143 |
+ <legend>{$lang_fullpage_appearance_bgprops}</legend>
|
|
| 144 |
+ |
|
| 145 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 146 |
+ <tr> |
|
| 147 |
+ <td class="column1"><label for="bgimage">{$lang_fullpage_bgimage}</label></td>
|
|
| 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> |
|
| 158 |
+ <td class="column1"><label for="bgcolor">{$lang_fullpage_bgcolor}</label></td>
|
|
| 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> |
|
| 172 |
+ <legend>{$lang_fullpage_appearance_marginprops}</legend>
|
|
| 173 |
+ |
|
| 174 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 175 |
+ <tr> |
|
| 176 |
+ <td class="column1"><label for="leftmargin">{$lang_fullpage_left_margin}</label></td>
|
|
| 177 |
+ <td><input id="leftmargin" name="leftmargin" type="text" value="" onchange="changedStyleField(this);" /></td> |
|
| 178 |
+ <td class="column1"><label for="rightmargin">{$lang_fullpage_right_margin}</label></td>
|
|
| 179 |
+ <td><input id="rightmargin" name="rightmargin" type="text" value="" onchange="changedStyleField(this);" /></td> |
|
| 180 |
+ </tr> |
|
| 181 |
+ <tr> |
|
| 182 |
+ <td class="column1"><label for="topmargin">{$lang_fullpage_top_margin}</label></td>
|
|
| 183 |
+ <td><input id="topmargin" name="topmargin" type="text" value="" onchange="changedStyleField(this);" /></td> |
|
| 184 |
+ <td class="column1"><label for="bottommargin">{$lang_fullpage_bottom_margin}</label></td>
|
|
| 185 |
+ <td><input id="bottommargin" name="bottommargin" type="text" value="" onchange="changedStyleField(this);" /></td> |
|
| 186 |
+ </tr> |
|
| 187 |
+ </table> |
|
| 188 |
+ </fieldset> |
|
| 189 |
+ |
|
| 190 |
+ <fieldset> |
|
| 191 |
+ <legend>{$lang_fullpage_appearance_linkprops}</legend>
|
|
| 192 |
+ |
|
| 193 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 194 |
+ <tr> |
|
| 195 |
+ <td class="column1"><label for="link_color">{$lang_fullpage_link_color}</label></td>
|
|
| 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 |
+ |
|
| 205 |
+ <td class="column1"><label for="visited_color">{$lang_fullpage_visited_color}</label></td>
|
|
| 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> |
|
| 217 |
+ <td class="column1"><label for="active_color">{$lang_fullpage_active_color}</label></td>
|
|
| 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 |
+ |
|
| 230 |
+<!-- <td class="column1"><label for="hover_color">{$lang_fullpage_hover_color}</label></td>
|
|
| 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> |
|
| 244 |
+ <legend>{$lang_fullpage_appearance_style}</legend>
|
|
| 245 |
+ |
|
| 246 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 247 |
+ <tr> |
|
| 248 |
+ <td class="column1"><label for="stylesheet">{$lang_fullpage_stylesheet}</label></td>
|
|
| 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> |
|
| 257 |
+ <td class="column1"><label for="style">{$lang_fullpage_style}</label></td>
|
|
| 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"> |
|
| 267 |
+ <tr><td><a href="javascript:addHeadElm('title');" onmousedown="return false;"><span>{$lang_fullpage_add_title}</span></a></td></tr>
|
|
| 268 |
+ <tr><td><a href="javascript:addHeadElm('meta');" onmousedown="return false;"><span>{$lang_fullpage_add_meta}</span></a></td></tr>
|
|
| 269 |
+ <tr><td><a href="javascript:addHeadElm('script');" onmousedown="return false;"><span>{$lang_fullpage_add_script}</span></a></td></tr>
|
|
| 270 |
+ <tr><td><a href="javascript:addHeadElm('style');" onmousedown="return false;"><span>{$lang_fullpage_add_style}</span></a></td></tr>
|
|
| 271 |
+ <tr><td><a href="javascript:addHeadElm('link');" onmousedown="return false;"><span>{$lang_fullpage_add_link}</span></a></td></tr>
|
|
| 272 |
+ <tr><td><a href="javascript:addHeadElm('base');" onmousedown="return false;"><span>{$lang_fullpage_add_base}</span></a></td></tr>
|
|
| 273 |
+ <tr><td><a href="javascript:addHeadElm('comment');" onmousedown="return false;"><span>{$lang_fullpage_add_comment}</span></a></td></tr>
|
|
| 274 |
+ </table> |
|
| 275 |
+ </div> |
|
| 276 |
+ |
|
| 277 |
+ <fieldset> |
|
| 278 |
+ <legend>{$lang_fullpage_head_elements}</legend>
|
|
| 279 |
+ |
|
| 280 |
+ <div class="headlistwrapper"> |
|
| 281 |
+ <div class="toolbar"> |
|
| 282 |
+ <div style="float: left"> |
|
| 283 |
+ <a id="addbutton" href="javascript:showAddMenu();" onmousedown="return false;" class="addbutton" title="{$lang_fullpage_add}"></a>
|
|
| 284 |
+ <a href="#" onmousedown="return false;" class="removebutton" title="{$lang_fullpage_remove}"></a>
|
|
| 285 |
+ </div> |
|
| 286 |
+ <div style="float: right"> |
|
| 287 |
+ <a href="#" onmousedown="return false;" class="moveupbutton" title="{$lang_fullpage_moveup}"></a>
|
|
| 288 |
+ <a href="#" onmousedown="return false;" class="movedownbutton" title="{$lang_fullpage_movedown}"></a>
|
|
| 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"> |
|
| 306 |
+ <legend>{$lang_fullpage_meta_element}</legend>
|
|
| 307 |
+ |
|
| 308 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 309 |
+ <tr> |
|
| 310 |
+ <td class="column1"><label for="element_meta_type">{$lang_fullpage_type}</label></td>
|
|
| 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> |
|
| 317 |
+ <td class="column1"><label for="element_meta_name">{$lang_fullpage_name}</label></td>
|
|
| 318 |
+ <td><input id="element_meta_name" name="element_meta_name" type="text" value="" /></td> |
|
| 319 |
+ </tr> |
|
| 320 |
+ <tr> |
|
| 321 |
+ <td class="column1"><label for="element_meta_content">{$lang_fullpage_content}</label></td>
|
|
| 322 |
+ <td><input id="element_meta_content" name="element_meta_content" type="text" value="" /></td> |
|
| 323 |
+ </tr> |
|
| 324 |
+ </table> |
|
| 325 |
+ |
|
| 326 |
+ <input type="button" id="meta_updateelement" class="updateElementButton" name="update" value="{$lang_update}" onclick="updateElement();" />
|
|
| 327 |
+ </fieldset> |
|
| 328 |
+ |
|
| 329 |
+ <fieldset id="title_element"> |
|
| 330 |
+ <legend>{$lang_fullpage_title_element}</legend>
|
|
| 331 |
+ |
|
| 332 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 333 |
+ <tr> |
|
| 334 |
+ <td class="column1"><label for="element_title">{$lang_fullpage_meta_title}</label></td>
|
|
| 335 |
+ <td><input id="element_title" name="element_title" type="text" value="" /></td> |
|
| 336 |
+ </tr> |
|
| 337 |
+ </table> |
|
| 338 |
+ |
|
| 339 |
+ <input type="button" id="title_updateelement" class="updateElementButton" name="update" value="{$lang_update}" onclick="updateElement();" />
|
|
| 340 |
+ </fieldset> |
|
| 341 |
+ |
|
| 342 |
+ <fieldset id="script_element"> |
|
| 343 |
+ <legend>{$lang_fullpage_script_element}</legend>
|
|
| 344 |
+ |
|
| 345 |
+ <div class="tabs"> |
|
| 346 |
+ <ul> |
|
| 347 |
+ <li id="script_props_tab" class="current"><span><a href="javascript:mcTabs.displayTab('script_props_tab','script_props_panel');" onmousedown="return false;">{$lang_fullpage_properties}</a></span></li>
|
|
| 348 |
+ <li id="script_value_tab"><span><a href="javascript:mcTabs.displayTab('script_value_tab','script_value_panel');" onmousedown="return false;">{$lang_fullpage_value}</a></span></li>
|
|
| 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> |
|
| 358 |
+ <td class="column1"><label for="element_script_type">{$lang_fullpage_type}</label></td>
|
|
| 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> |
|
| 369 |
+ <td class="column1"><label for="element_script_src">{$lang_fullpage_src}</label></td>
|
|
| 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> |
|
| 378 |
+ <td class="column1"><label for="element_script_charset">{$lang_fullpage_charset}</label></td>
|
|
| 379 |
+ <td><select id="element_script_charset"><option value="">{$lang_not_set}</option></select></td>
|
|
| 380 |
+ </tr> |
|
| 381 |
+ <tr> |
|
| 382 |
+ <td class="column1"><label for="element_script_defer">{$lang_fullpage_defer}</label></td>
|
|
| 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 |
+ |
|
| 393 |
+ <input type="button" id="script_updateelement" class="updateElementButton" name="update" value="{$lang_update}" onclick="updateElement();" />
|
|
| 394 |
+ </fieldset> |
|
| 395 |
+ |
|
| 396 |
+ <fieldset id="style_element"> |
|
| 397 |
+ <legend>{$lang_fullpage_style_element}</legend>
|
|
| 398 |
+ |
|
| 399 |
+ <div class="tabs"> |
|
| 400 |
+ <ul> |
|
| 401 |
+ <li id="style_props_tab" class="current"><span><a href="javascript:mcTabs.displayTab('style_props_tab','style_props_panel');" onmousedown="return false;">{$lang_fullpage_properties}</a></span></li>
|
|
| 402 |
+ <li id="style_value_tab"><span><a href="javascript:mcTabs.displayTab('style_value_tab','style_value_panel');" onmousedown="return false;">{$lang_fullpage_value}</a></span></li>
|
|
| 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> |
|
| 412 |
+ <td class="column1"><label for="element_style_type">{$lang_fullpage_type}</label></td>
|
|
| 413 |
+ <td><select id="element_style_type"> |
|
| 414 |
+ <option value="text/css">text/css</option> |
|
| 415 |
+ </select></td> |
|
| 416 |
+ </tr> |
|
| 417 |
+ <tr> |
|
| 418 |
+ <td class="column1"><label for="element_style_media">{$lang_fullpage_media}</label></td>
|
|
| 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 |
+ |
|
| 429 |
+ <input type="button" id="style_updateelement" class="updateElementButton" name="update" value="{$lang_update}" onclick="updateElement();" />
|
|
| 430 |
+ </fieldset> |
|
| 431 |
+ |
|
| 432 |
+ <fieldset id="base_element"> |
|
| 433 |
+ <legend>{$lang_fullpage_base_element}</legend>
|
|
| 434 |
+ |
|
| 435 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 436 |
+ <tr> |
|
| 437 |
+ <td class="column1"><label for="element_base_href">{$lang_fullpage_href}</label></td>
|
|
| 438 |
+ <td><input id="element_base_href" name="element_base_href" type="text" value="" /></td> |
|
| 439 |
+ </tr> |
|
| 440 |
+ <tr> |
|
| 441 |
+ <td class="column1"><label for="element_base_target">{$lang_fullpage_target}</label></td>
|
|
| 442 |
+ <td><input id="element_base_target" name="element_base_target" type="text" value="" /></td> |
|
| 443 |
+ </tr> |
|
| 444 |
+ </table> |
|
| 445 |
+ |
|
| 446 |
+ <input type="button" id="base_updateelement" class="updateElementButton" name="update" value="{$lang_update}" onclick="updateElement();" />
|
|
| 447 |
+ </fieldset> |
|
| 448 |
+ |
|
| 449 |
+ <fieldset id="link_element"> |
|
| 450 |
+ <legend>{$lang_fullpage_link_element}</legend>
|
|
| 451 |
+ |
|
| 452 |
+ <div class="tabs"> |
|
| 453 |
+ <ul> |
|
| 454 |
+ <li id="link_general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('link_general_tab','link_general_panel');" onmousedown="return false;">{$lang_fullpage_general_props}</a></span></li>
|
|
| 455 |
+ <li id="link_advanced_tab"><span><a href="javascript:mcTabs.displayTab('link_advanced_tab','link_advanced_panel');" onmousedown="return false;">{$lang_fullpage_advanced_props}</a></span></li>
|
|
| 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> |
|
| 465 |
+ <td class="column1"><label for="element_link_href">{$lang_fullpage_href}</label></td>
|
|
| 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> |
|
| 474 |
+ <td class="column1"><label for="element_link_title">{$lang_fullpage_meta_title}</label></td>
|
|
| 475 |
+ <td><input id="element_link_title" name="element_link_title" type="text" value="" /></td> |
|
| 476 |
+ </tr> |
|
| 477 |
+ <tr> |
|
| 478 |
+ <td class="column1"><label for="element_link_type">{$lang_fullpage_type}</label></td>
|
|
| 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> |
|
| 485 |
+ <td class="column1"><label for="element_link_media">{$lang_fullpage_media}</label></td>
|
|
| 486 |
+ <td><select id="element_link_media" name="element_link_media"></select></td> |
|
| 487 |
+ </tr> |
|
| 488 |
+ <tr> |
|
| 489 |
+ <td><label for="element_style_rel">{$lang_fullpage_rel}</label></td>
|
|
| 490 |
+ <td><select id="element_style_rel" name="element_style_rel"> |
|
| 491 |
+ <option value="">{$lang_not_set}</option>
|
|
| 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> |
|
| 516 |
+ <td class="column1"><label for="element_link_charset">{$lang_fullpage_charset}</label></td>
|
|
| 517 |
+ <td><select id="element_link_charset"><option value="">{$lang_not_set}</option></select></td>
|
|
| 518 |
+ </tr> |
|
| 519 |
+ <tr> |
|
| 520 |
+ <td class="column1"><label for="element_link_hreflang">{$lang_fullpage_hreflang}</label></td>
|
|
| 521 |
+ <td><input id="element_link_hreflang" name="element_link_hreflang" type="text" value="" /></td> |
|
| 522 |
+ </tr> |
|
| 523 |
+ <tr> |
|
| 524 |
+ <td class="column1"><label for="element_link_target">{$lang_fullpage_target}</label></td>
|
|
| 525 |
+ <td><input id="element_link_target" name="element_link_target" type="text" value="" /></td> |
|
| 526 |
+ </tr> |
|
| 527 |
+ <tr> |
|
| 528 |
+ <td><label for="element_style_rev">{$lang_fullpage_rev}</label></td>
|
|
| 529 |
+ <td><select id="element_style_rev" name="element_style_rev"> |
|
| 530 |
+ <option value="">{$lang_not_set}</option>
|
|
| 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 |
+ |
|
| 553 |
+ <input type="button" id="link_updateelement" class="updateElementButton" name="update" value="{$lang_update}" onclick="updateElement();" />
|
|
| 554 |
+ </fieldset> |
|
| 555 |
+ |
|
| 556 |
+ <fieldset id="comment_element"> |
|
| 557 |
+ <legend>{$lang_fullpage_comment_element}</legend>
|
|
| 558 |
+ |
|
| 559 |
+ <textarea id="element_comment_value"></textarea> |
|
| 560 |
+ |
|
| 561 |
+ <input type="button" id="comment_updateelement" class="updateElementButton" name="update" value="{$lang_update}" onclick="updateElement();" />
|
|
| 562 |
+ </fieldset> |
|
| 563 |
+ </div> |
|
| 564 |
+ </div> |
|
| 565 |
+ |
|
| 566 |
+ <div class="mceActionPanel"> |
|
| 567 |
+ <div style="float: left"> |
|
| 568 |
+ <input type="button" id="insert" name="update" value="{$lang_update}" onclick="updateAction();" />
|
|
| 569 |
+ </div> |
|
| 570 |
+ |
|
| 571 |
+ <div style="float: right"> |
|
| 572 |
+ <input type="button" id="cancel" name="cancel" value="{$lang_cancel}" onclick="tinyMCEPopup.close();" />
|
|
| 573 |
+ </div> |
|
| 574 |
+ </div> |
|
| 575 |
+ </form> |
|
| 576 |
+</body> |
|
| 577 |
+</html> |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,577 @@ |
| 1 |
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
| 2 |
+<html xmlns="http://www.w3.org/1999/xhtml"> |
|
| 3 |
+<head> |
|
| 4 |
+ <title>{#fullpage_dlg.title}</title>
|
|
| 5 |
+ <script type="text/javascript" src="../../tiny_mce_popup.js"></script> |
|
| 6 |
+ <script type="text/javascript" src="../../utils/mctabs.js"></script> |
|
| 7 |
+ <script type="text/javascript" src="../../utils/form_utils.js"></script> |
|
| 8 |
+ <script type="text/javascript" src="js/fullpage.js"></script> |
|
| 9 |
+ <link href="css/fullpage.css" rel="stylesheet" type="text/css" /> |
|
| 10 |
+ <base target="_self" /> |
|
| 11 |
+</head> |
|
| 12 |
+<body id="advlink" style="display: none"> |
|
| 13 |
+ <form onsubmit="updateAction();return false;" name="fullpage" action="#"> |
|
| 14 |
+ <div class="tabs"> |
|
| 15 |
+ <ul> |
|
| 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>
|
|
| 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>
|
|
| 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>
|
|
| 19 |
+ </ul> |
|
| 20 |
+ </div> |
|
| 21 |
+ |
|
| 22 |
+ <div class="panel_wrapper"> |
|
| 23 |
+ <div id="meta_panel" class="panel current"> |
|
| 24 |
+ <fieldset> |
|
| 25 |
+ <legend>{#fullpage_dlg.meta_props}</legend>
|
|
| 26 |
+ |
|
| 27 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 28 |
+ <tr> |
|
| 29 |
+ <td nowrap="nowrap"><label for="metatitle">{#fullpage_dlg.meta_title}</label> </td>
|
|
| 30 |
+ <td><input type="text" id="metatitle" name="metatitle" value="" class="mceFocus" /></td> |
|
| 31 |
+ </tr> |
|
| 32 |
+ <tr> |
|
| 33 |
+ <td nowrap="nowrap"><label for="metakeywords">{#fullpage_dlg.meta_keywords}</label> </td>
|
|
| 34 |
+ <td><textarea id="metakeywords" name="metakeywords" rows="4"></textarea></td> |
|
| 35 |
+ </tr> |
|
| 36 |
+ <tr> |
|
| 37 |
+ <td nowrap="nowrap"><label for="metadescription">{#fullpage_dlg.meta_description}</label> </td>
|
|
| 38 |
+ <td><textarea id="metadescription" name="metadescription" rows="4"></textarea></td> |
|
| 39 |
+ </tr> |
|
| 40 |
+ <tr> |
|
| 41 |
+ <td nowrap="nowrap"><label for="metaauthor">{#fullpage_dlg.author}</label> </td>
|
|
| 42 |
+ <td><input type="text" id="metaauthor" name="metaauthor" value="" /></td> |
|
| 43 |
+ </tr> |
|
| 44 |
+ <tr> |
|
| 45 |
+ <td nowrap="nowrap"><label for="metacopyright">{#fullpage_dlg.copyright}</label> </td>
|
|
| 46 |
+ <td><input type="text" id="metacopyright" name="metacopyright" value="" /></td> |
|
| 47 |
+ </tr> |
|
| 48 |
+ <tr> |
|
| 49 |
+ <td nowrap="nowrap"><label for="metarobots">{#fullpage_dlg.meta_robots}</label> </td>
|
|
| 50 |
+ <td> |
|
| 51 |
+ <select id="metarobots" name="metarobots"> |
|
| 52 |
+ <option value="">{#not_set}</option>
|
|
| 53 |
+ <option value="index,follow">{#fullpage_dlg.meta_index_follow}</option>
|
|
| 54 |
+ <option value="index,nofollow">{#fullpage_dlg.meta_index_nofollow}</option>
|
|
| 55 |
+ <option value="noindex,follow">{#fullpage_dlg.meta_noindex_follow}</option>
|
|
| 56 |
+ <option value="noindex,nofollow">{#fullpage_dlg.meta_noindex_nofollow}</option>
|
|
| 57 |
+ </select> |
|
| 58 |
+ </td> |
|
| 59 |
+ </tr> |
|
| 60 |
+ </table> |
|
| 61 |
+ </fieldset> |
|
| 62 |
+ |
|
| 63 |
+ <fieldset> |
|
| 64 |
+ <legend>{#fullpage_dlg.langprops}</legend>
|
|
| 65 |
+ |
|
| 66 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 67 |
+ <tr> |
|
| 68 |
+ <td class="column1"><label for="docencoding">{#fullpage_dlg.encoding}</label></td>
|
|
| 69 |
+ <td> |
|
| 70 |
+ <select id="docencoding" name="docencoding"> |
|
| 71 |
+ <option value="">{#not_set}</option>
|
|
| 72 |
+ </select> |
|
| 73 |
+ </td> |
|
| 74 |
+ </tr> |
|
| 75 |
+ <tr> |
|
| 76 |
+ <td nowrap="nowrap"><label for="doctypes">{#fullpage_dlg.doctypes}</label> </td>
|
|
| 77 |
+ <td> |
|
| 78 |
+ <select id="doctypes" name="doctypes"> |
|
| 79 |
+ <option value="">{#not_set}</option>
|
|
| 80 |
+ </select> |
|
| 81 |
+ </td> |
|
| 82 |
+ </tr> |
|
| 83 |
+ <tr> |
|
| 84 |
+ <td nowrap="nowrap"><label for="langcode">{#fullpage_dlg.langcode}</label> </td>
|
|
| 85 |
+ <td><input type="text" id="langcode" name="langcode" value="" /></td> |
|
| 86 |
+ </tr> |
|
| 87 |
+ <tr> |
|
| 88 |
+ <td class="column1"><label for="langdir">{#fullpage_dlg.langdir}</label></td>
|
|
| 89 |
+ <td> |
|
| 90 |
+ <select id="langdir" name="langdir"> |
|
| 91 |
+ <option value="">{#not_set}</option>
|
|
| 92 |
+ <option value="ltr">{#fullpage_dlg.ltr}</option>
|
|
| 93 |
+ <option value="rtl">{#fullpage_dlg.rtl}</option>
|
|
| 94 |
+ </select> |
|
| 95 |
+ </td> |
|
| 96 |
+ </tr> |
|
| 97 |
+ <tr> |
|
| 98 |
+ <td nowrap="nowrap"><label for="xml_pi">{#fullpage_dlg.xml_pi}</label> </td>
|
|
| 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> |
|
| 107 |
+ <legend>{#fullpage_dlg.appearance_textprops}</legend>
|
|
| 108 |
+ |
|
| 109 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 110 |
+ <tr> |
|
| 111 |
+ <td class="column1"><label for="fontface">{#fullpage_dlg.fontface}</label></td>
|
|
| 112 |
+ <td> |
|
| 113 |
+ <select id="fontface" name="fontface" onchange="changedStyleField(this);"> |
|
| 114 |
+ <option value="">{#not_set}</option>
|
|
| 115 |
+ </select> |
|
| 116 |
+ </td> |
|
| 117 |
+ </tr> |
|
| 118 |
+ |
|
| 119 |
+ <tr> |
|
| 120 |
+ <td class="column1"><label for="fontsize">{#fullpage_dlg.fontsize}</label></td>
|
|
| 121 |
+ <td> |
|
| 122 |
+ <select id="fontsize" name="fontsize" onchange="changedStyleField(this);"> |
|
| 123 |
+ <option value="">{#not_set}</option>
|
|
| 124 |
+ </select> |
|
| 125 |
+ </td> |
|
| 126 |
+ </tr> |
|
| 127 |
+ |
|
| 128 |
+ <tr> |
|
| 129 |
+ <td class="column1"><label for="textcolor">{#fullpage_dlg.textcolor}</label></td>
|
|
| 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> |
|
| 143 |
+ <legend>{#fullpage_dlg.appearance_bgprops}</legend>
|
|
| 144 |
+ |
|
| 145 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 146 |
+ <tr> |
|
| 147 |
+ <td class="column1"><label for="bgimage">{#fullpage_dlg.bgimage}</label></td>
|
|
| 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> |
|
| 158 |
+ <td class="column1"><label for="bgcolor">{#fullpage_dlg.bgcolor}</label></td>
|
|
| 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> |
|
| 172 |
+ <legend>{#fullpage_dlg.appearance_marginprops}</legend>
|
|
| 173 |
+ |
|
| 174 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 175 |
+ <tr> |
|
| 176 |
+ <td class="column1"><label for="leftmargin">{#fullpage_dlg.left_margin}</label></td>
|
|
| 177 |
+ <td><input id="leftmargin" name="leftmargin" type="text" value="" onchange="changedStyleField(this);" /></td> |
|
| 178 |
+ <td class="column1"><label for="rightmargin">{#fullpage_dlg.right_margin}</label></td>
|
|
| 179 |
+ <td><input id="rightmargin" name="rightmargin" type="text" value="" onchange="changedStyleField(this);" /></td> |
|
| 180 |
+ </tr> |
|
| 181 |
+ <tr> |
|
| 182 |
+ <td class="column1"><label for="topmargin">{#fullpage_dlg.top_margin}</label></td>
|
|
| 183 |
+ <td><input id="topmargin" name="topmargin" type="text" value="" onchange="changedStyleField(this);" /></td> |
|
| 184 |
+ <td class="column1"><label for="bottommargin">{#fullpage_dlg.bottom_margin}</label></td>
|
|
| 185 |
+ <td><input id="bottommargin" name="bottommargin" type="text" value="" onchange="changedStyleField(this);" /></td> |
|
| 186 |
+ </tr> |
|
| 187 |
+ </table> |
|
| 188 |
+ </fieldset> |
|
| 189 |
+ |
|
| 190 |
+ <fieldset> |
|
| 191 |
+ <legend>{#fullpage_dlg.appearance_linkprops}</legend>
|
|
| 192 |
+ |
|
| 193 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 194 |
+ <tr> |
|
| 195 |
+ <td class="column1"><label for="link_color">{#fullpage_dlg.link_color}</label></td>
|
|
| 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 |
+ |
|
| 205 |
+ <td class="column1"><label for="visited_color">{#fullpage_dlg.visited_color}</label></td>
|
|
| 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> |
|
| 217 |
+ <td class="column1"><label for="active_color">{#fullpage_dlg.active_color}</label></td>
|
|
| 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 |
+ |
|
| 230 |
+<!-- <td class="column1"><label for="hover_color">{#fullpage_dlg.hover_color}</label></td>
|
|
| 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> |
|
| 244 |
+ <legend>{#fullpage_dlg.appearance_style}</legend>
|
|
| 245 |
+ |
|
| 246 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 247 |
+ <tr> |
|
| 248 |
+ <td class="column1"><label for="stylesheet">{#fullpage_dlg.stylesheet}</label></td>
|
|
| 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> |
|
| 257 |
+ <td class="column1"><label for="style">{#fullpage_dlg.style}</label></td>
|
|
| 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"> |
|
| 267 |
+ <tr><td><a href="javascript:addHeadElm('title');" onmousedown="return false;"><span>{#fullpage_dlg.add_title}</span></a></td></tr>
|
|
| 268 |
+ <tr><td><a href="javascript:addHeadElm('meta');" onmousedown="return false;"><span>{#fullpage_dlg.add_meta}</span></a></td></tr>
|
|
| 269 |
+ <tr><td><a href="javascript:addHeadElm('script');" onmousedown="return false;"><span>{#fullpage_dlg.add_script}</span></a></td></tr>
|
|
| 270 |
+ <tr><td><a href="javascript:addHeadElm('style');" onmousedown="return false;"><span>{#fullpage_dlg.add_style}</span></a></td></tr>
|
|
| 271 |
+ <tr><td><a href="javascript:addHeadElm('link');" onmousedown="return false;"><span>{#fullpage_dlg.add_link}</span></a></td></tr>
|
|
| 272 |
+ <tr><td><a href="javascript:addHeadElm('base');" onmousedown="return false;"><span>{#fullpage_dlg.add_base}</span></a></td></tr>
|
|
| 273 |
+ <tr><td><a href="javascript:addHeadElm('comment');" onmousedown="return false;"><span>{#fullpage_dlg.add_comment}</span></a></td></tr>
|
|
| 274 |
+ </table> |
|
| 275 |
+ </div> |
|
| 276 |
+ |
|
| 277 |
+ <fieldset> |
|
| 278 |
+ <legend>{#fullpage_dlg.head_elements}</legend>
|
|
| 279 |
+ |
|
| 280 |
+ <div class="headlistwrapper"> |
|
| 281 |
+ <div class="toolbar"> |
|
| 282 |
+ <div style="float: left"> |
|
| 283 |
+ <a id="addbutton" href="javascript:showAddMenu();" onmousedown="return false;" class="addbutton" title="{#fullpage_dlg.add}"></a>
|
|
| 284 |
+ <a href="#" onmousedown="return false;" class="removebutton" title="{#fullpage_dlg.remove}"></a>
|
|
| 285 |
+ </div> |
|
| 286 |
+ <div style="float: right"> |
|
| 287 |
+ <a href="#" onmousedown="return false;" class="moveupbutton" title="{#fullpage_dlg.moveup}"></a>
|
|
| 288 |
+ <a href="#" onmousedown="return false;" class="movedownbutton" title="{#fullpage_dlg.movedown}"></a>
|
|
| 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"> |
|
| 306 |
+ <legend>{#fullpage_dlg.meta_element}</legend>
|
|
| 307 |
+ |
|
| 308 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 309 |
+ <tr> |
|
| 310 |
+ <td class="column1"><label for="element_meta_type">{#fullpage_dlg.type}</label></td>
|
|
| 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> |
|
| 317 |
+ <td class="column1"><label for="element_meta_name">{#fullpage_dlg.name}</label></td>
|
|
| 318 |
+ <td><input id="element_meta_name" name="element_meta_name" type="text" value="" /></td> |
|
| 319 |
+ </tr> |
|
| 320 |
+ <tr> |
|
| 321 |
+ <td class="column1"><label for="element_meta_content">{#fullpage_dlg.content}</label></td>
|
|
| 322 |
+ <td><input id="element_meta_content" name="element_meta_content" type="text" value="" /></td> |
|
| 323 |
+ </tr> |
|
| 324 |
+ </table> |
|
| 325 |
+ |
|
| 326 |
+ <input type="button" id="meta_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
|
| 327 |
+ </fieldset> |
|
| 328 |
+ |
|
| 329 |
+ <fieldset id="title_element"> |
|
| 330 |
+ <legend>{#fullpage_dlg.title_element}</legend>
|
|
| 331 |
+ |
|
| 332 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 333 |
+ <tr> |
|
| 334 |
+ <td class="column1"><label for="element_title">{#fullpage_dlg.meta_title}</label></td>
|
|
| 335 |
+ <td><input id="element_title" name="element_title" type="text" value="" /></td> |
|
| 336 |
+ </tr> |
|
| 337 |
+ </table> |
|
| 338 |
+ |
|
| 339 |
+ <input type="button" id="title_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
|
| 340 |
+ </fieldset> |
|
| 341 |
+ |
|
| 342 |
+ <fieldset id="script_element"> |
|
| 343 |
+ <legend>{#fullpage_dlg.script_element}</legend>
|
|
| 344 |
+ |
|
| 345 |
+ <div class="tabs"> |
|
| 346 |
+ <ul> |
|
| 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>
|
|
| 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>
|
|
| 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> |
|
| 358 |
+ <td class="column1"><label for="element_script_type">{#fullpage_dlg.type}</label></td>
|
|
| 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> |
|
| 369 |
+ <td class="column1"><label for="element_script_src">{#fullpage_dlg.src}</label></td>
|
|
| 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> |
|
| 378 |
+ <td class="column1"><label for="element_script_charset">{#fullpage_dlg.charset}</label></td>
|
|
| 379 |
+ <td><select id="element_script_charset"><option value="">{#not_set}</option></select></td>
|
|
| 380 |
+ </tr> |
|
| 381 |
+ <tr> |
|
| 382 |
+ <td class="column1"><label for="element_script_defer">{#fullpage_dlg.defer}</label></td>
|
|
| 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 |
+ |
|
| 393 |
+ <input type="button" id="script_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
|
| 394 |
+ </fieldset> |
|
| 395 |
+ |
|
| 396 |
+ <fieldset id="style_element"> |
|
| 397 |
+ <legend>{#fullpage_dlg.style_element}</legend>
|
|
| 398 |
+ |
|
| 399 |
+ <div class="tabs"> |
|
| 400 |
+ <ul> |
|
| 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>
|
|
| 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>
|
|
| 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> |
|
| 412 |
+ <td class="column1"><label for="element_style_type">{#fullpage_dlg.type}</label></td>
|
|
| 413 |
+ <td><select id="element_style_type"> |
|
| 414 |
+ <option value="text/css">text/css</option> |
|
| 415 |
+ </select></td> |
|
| 416 |
+ </tr> |
|
| 417 |
+ <tr> |
|
| 418 |
+ <td class="column1"><label for="element_style_media">{#fullpage_dlg.media}</label></td>
|
|
| 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 |
+ |
|
| 429 |
+ <input type="button" id="style_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
|
| 430 |
+ </fieldset> |
|
| 431 |
+ |
|
| 432 |
+ <fieldset id="base_element"> |
|
| 433 |
+ <legend>{#fullpage_dlg.base_element}</legend>
|
|
| 434 |
+ |
|
| 435 |
+ <table border="0" cellpadding="4" cellspacing="0"> |
|
| 436 |
+ <tr> |
|
| 437 |
+ <td class="column1"><label for="element_base_href">{#fullpage_dlg.href}</label></td>
|
|
| 438 |
+ <td><input id="element_base_href" name="element_base_href" type="text" value="" /></td> |
|
| 439 |
+ </tr> |
|
| 440 |
+ <tr> |
|
| 441 |
+ <td class="column1"><label for="element_base_target">{#fullpage_dlg.target}</label></td>
|
|
| 442 |
+ <td><input id="element_base_target" name="element_base_target" type="text" value="" /></td> |
|
| 443 |
+ </tr> |
|
| 444 |
+ </table> |
|
| 445 |
+ |
|
| 446 |
+ <input type="button" id="base_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
|
| 447 |
+ </fieldset> |
|
| 448 |
+ |
|
| 449 |
+ <fieldset id="link_element"> |
|
| 450 |
+ <legend>{#fullpage_dlg.link_element}</legend>
|
|
| 451 |
+ |
|
| 452 |
+ <div class="tabs"> |
|
| 453 |
+ <ul> |
|
| 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>
|
|
| 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>
|
|
| 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> |
|
| 465 |
+ <td class="column1"><label for="element_link_href">{#fullpage_dlg.href}</label></td>
|
|
| 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> |
|
| 474 |
+ <td class="column1"><label for="element_link_title">{#fullpage_dlg.meta_title}</label></td>
|
|
| 475 |
+ <td><input id="element_link_title" name="element_link_title" type="text" value="" /></td> |
|
| 476 |
+ </tr> |
|
| 477 |
+ <tr> |
|
| 478 |
+ <td class="column1"><label for="element_link_type">{#fullpage_dlg.type}</label></td>
|
|
| 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> |
|
| 485 |
+ <td class="column1"><label for="element_link_media">{#fullpage_dlg.media}</label></td>
|
|
| 486 |
+ <td><select id="element_link_media" name="element_link_media"></select></td> |
|
| 487 |
+ </tr> |
|
| 488 |
+ <tr> |
|
| 489 |
+ <td><label for="element_style_rel">{#fullpage_dlg.rel}</label></td>
|
|
| 490 |
+ <td><select id="element_style_rel" name="element_style_rel"> |
|
| 491 |
+ <option value="">{#not_set}</option>
|
|
| 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> |
|
| 516 |
+ <td class="column1"><label for="element_link_charset">{#fullpage_dlg.charset}</label></td>
|
|
| 517 |
+ <td><select id="element_link_charset"><option value="">{#not_set}</option></select></td>
|
|
| 518 |
+ </tr> |
|
| 519 |
+ <tr> |
|
| 520 |
+ <td class="column1"><label for="element_link_hreflang">{#fullpage_dlg.hreflang}</label></td>
|
|
| 521 |
+ <td><input id="element_link_hreflang" name="element_link_hreflang" type="text" value="" /></td> |
|
| 522 |
+ </tr> |
|
| 523 |
+ <tr> |
|
| 524 |
+ <td class="column1"><label for="element_link_target">{#fullpage_dlg.target}</label></td>
|
|
| 525 |
+ <td><input id="element_link_target" name="element_link_target" type="text" value="" /></td> |
|
| 526 |
+ </tr> |
|
| 527 |
+ <tr> |
|
| 528 |
+ <td><label for="element_style_rev">{#fullpage_dlg.rev}</label></td>
|
|
| 529 |
+ <td><select id="element_style_rev" name="element_style_rev"> |
|
| 530 |
+ <option value="">{#not_set}</option>
|
|
| 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 |
+ |
|
| 553 |
+ <input type="button" id="link_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
|
| 554 |
+ </fieldset> |
|
| 555 |
+ |
|
| 556 |
+ <fieldset id="comment_element"> |
|
| 557 |
+ <legend>{#fullpage_dlg.comment_element}</legend>
|
|
| 558 |
+ |
|
| 559 |
+ <textarea id="element_comment_value"></textarea> |
|
| 560 |
+ |
|
| 561 |
+ <input type="button" id="comment_updateelement" class="updateElementButton" name="update" value="{#update}" onclick="updateElement();" />
|
|
| 562 |
+ </fieldset> |
|
| 563 |
+ </div> |
|
| 564 |
+ </div> |
|
| 565 |
+ |
|
| 566 |
+ <div class="mceActionPanel"> |
|
| 567 |
+ <div style="float: left"> |
|
| 568 |
+ <input type="submit" id="insert" name="update" value="{#update}" />
|
|
| 569 |
+ </div> |
|
| 570 |
+ |
|
| 571 |
+ <div style="float: right"> |
|
| 572 |
+ <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
|
| 573 |
+ </div> |
|
| 574 |
+ </div> |
|
| 575 |
+ </form> |
|
| 576 |
+</body> |
|
| 577 |
+</html> |