bgneal@312
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
bgneal@312
|
2 <html xmlns="http://www.w3.org/1999/xhtml">
|
bgneal@312
|
3 <head>
|
bgneal@312
|
4 <title>{#fullpage_dlg.title}</title>
|
bgneal@312
|
5 <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
|
bgneal@312
|
6 <script type="text/javascript" src="../../utils/mctabs.js"></script>
|
bgneal@312
|
7 <script type="text/javascript" src="../../utils/form_utils.js"></script>
|
bgneal@312
|
8 <script type="text/javascript" src="js/fullpage.js"></script>
|
bgneal@312
|
9 <link href="css/fullpage.css" rel="stylesheet" type="text/css" />
|
bgneal@312
|
10 </head>
|
bgneal@442
|
11 <body id="fullpage" style="display: none">
|
bgneal@442
|
12 <form onsubmit="FullPageDialog.update();return false;" name="fullpage" action="#">
|
bgneal@312
|
13 <div class="tabs">
|
bgneal@312
|
14 <ul>
|
bgneal@312
|
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@312
|
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@312
|
17 </ul>
|
bgneal@312
|
18 </div>
|
bgneal@312
|
19
|
bgneal@312
|
20 <div class="panel_wrapper">
|
bgneal@312
|
21 <div id="meta_panel" class="panel current">
|
bgneal@312
|
22 <fieldset>
|
bgneal@312
|
23 <legend>{#fullpage_dlg.meta_props}</legend>
|
bgneal@312
|
24
|
bgneal@312
|
25 <table border="0" cellpadding="4" cellspacing="0">
|
bgneal@312
|
26 <tr>
|
bgneal@312
|
27 <td class="nowrap"><label for="metatitle">{#fullpage_dlg.meta_title}</label> </td>
|
bgneal@312
|
28 <td><input type="text" id="metatitle" name="metatitle" value="" class="mceFocus" /></td>
|
bgneal@312
|
29 </tr>
|
bgneal@312
|
30 <tr>
|
bgneal@312
|
31 <td class="nowrap"><label for="metakeywords">{#fullpage_dlg.meta_keywords}</label> </td>
|
bgneal@312
|
32 <td><textarea id="metakeywords" name="metakeywords" rows="4"></textarea></td>
|
bgneal@312
|
33 </tr>
|
bgneal@312
|
34 <tr>
|
bgneal@312
|
35 <td class="nowrap"><label for="metadescription">{#fullpage_dlg.meta_description}</label> </td>
|
bgneal@312
|
36 <td><textarea id="metadescription" name="metadescription" rows="4"></textarea></td>
|
bgneal@312
|
37 </tr>
|
bgneal@312
|
38 <tr>
|
bgneal@312
|
39 <td class="nowrap"><label for="metaauthor">{#fullpage_dlg.author}</label> </td>
|
bgneal@312
|
40 <td><input type="text" id="metaauthor" name="metaauthor" value="" /></td>
|
bgneal@312
|
41 </tr>
|
bgneal@312
|
42 <tr>
|
bgneal@312
|
43 <td class="nowrap"><label for="metacopyright">{#fullpage_dlg.copyright}</label> </td>
|
bgneal@312
|
44 <td><input type="text" id="metacopyright" name="metacopyright" value="" /></td>
|
bgneal@312
|
45 </tr>
|
bgneal@312
|
46 <tr>
|
bgneal@312
|
47 <td class="nowrap"><label for="metarobots">{#fullpage_dlg.meta_robots}</label> </td>
|
bgneal@312
|
48 <td>
|
bgneal@312
|
49 <select id="metarobots" name="metarobots">
|
bgneal@312
|
50 <option value="">{#not_set}</option>
|
bgneal@312
|
51 <option value="index,follow">{#fullpage_dlg.meta_index_follow}</option>
|
bgneal@312
|
52 <option value="index,nofollow">{#fullpage_dlg.meta_index_nofollow}</option>
|
bgneal@312
|
53 <option value="noindex,follow">{#fullpage_dlg.meta_noindex_follow}</option>
|
bgneal@312
|
54 <option value="noindex,nofollow">{#fullpage_dlg.meta_noindex_nofollow}</option>
|
bgneal@312
|
55 </select>
|
bgneal@312
|
56 </td>
|
bgneal@312
|
57 </tr>
|
bgneal@312
|
58 </table>
|
bgneal@312
|
59 </fieldset>
|
bgneal@312
|
60
|
bgneal@312
|
61 <fieldset>
|
bgneal@312
|
62 <legend>{#fullpage_dlg.langprops}</legend>
|
bgneal@312
|
63
|
bgneal@312
|
64 <table border="0" cellpadding="4" cellspacing="0">
|
bgneal@312
|
65 <tr>
|
bgneal@312
|
66 <td class="column1"><label for="docencoding">{#fullpage_dlg.encoding}</label></td>
|
bgneal@312
|
67 <td>
|
bgneal@312
|
68 <select id="docencoding" name="docencoding">
|
bgneal@312
|
69 <option value="">{#not_set}</option>
|
bgneal@312
|
70 </select>
|
bgneal@312
|
71 </td>
|
bgneal@312
|
72 </tr>
|
bgneal@312
|
73 <tr>
|
bgneal@442
|
74 <td class="nowrap"><label for="doctype">{#fullpage_dlg.doctypes}</label> </td>
|
bgneal@312
|
75 <td>
|
bgneal@442
|
76 <select id="doctype" name="doctype">
|
bgneal@312
|
77 <option value="">{#not_set}</option>
|
bgneal@312
|
78 </select>
|
bgneal@312
|
79 </td>
|
bgneal@312
|
80 </tr>
|
bgneal@312
|
81 <tr>
|
bgneal@312
|
82 <td class="nowrap"><label for="langcode">{#fullpage_dlg.langcode}</label> </td>
|
bgneal@312
|
83 <td><input type="text" id="langcode" name="langcode" value="" /></td>
|
bgneal@312
|
84 </tr>
|
bgneal@312
|
85 <tr>
|
bgneal@312
|
86 <td class="column1"><label for="langdir">{#fullpage_dlg.langdir}</label></td>
|
bgneal@312
|
87 <td>
|
bgneal@312
|
88 <select id="langdir" name="langdir">
|
bgneal@312
|
89 <option value="">{#not_set}</option>
|
bgneal@312
|
90 <option value="ltr">{#fullpage_dlg.ltr}</option>
|
bgneal@312
|
91 <option value="rtl">{#fullpage_dlg.rtl}</option>
|
bgneal@312
|
92 </select>
|
bgneal@312
|
93 </td>
|
bgneal@312
|
94 </tr>
|
bgneal@312
|
95 <tr>
|
bgneal@312
|
96 <td class="nowrap"><label for="xml_pi">{#fullpage_dlg.xml_pi}</label> </td>
|
bgneal@312
|
97 <td><input type="checkbox" id="xml_pi" name="xml_pi" class="checkbox" /></td>
|
bgneal@312
|
98 </tr>
|
bgneal@312
|
99 </table>
|
bgneal@312
|
100 </fieldset>
|
bgneal@312
|
101 </div>
|
bgneal@312
|
102
|
bgneal@312
|
103 <div id="appearance_panel" class="panel">
|
bgneal@312
|
104 <fieldset>
|
bgneal@312
|
105 <legend>{#fullpage_dlg.appearance_textprops}</legend>
|
bgneal@312
|
106
|
bgneal@312
|
107 <table border="0" cellpadding="4" cellspacing="0">
|
bgneal@312
|
108 <tr>
|
bgneal@312
|
109 <td class="column1"><label for="fontface">{#fullpage_dlg.fontface}</label></td>
|
bgneal@312
|
110 <td>
|
bgneal@442
|
111 <select id="fontface" name="fontface" onchange="FullPageDialog.changedStyleProp();">
|
bgneal@312
|
112 <option value="">{#not_set}</option>
|
bgneal@312
|
113 </select>
|
bgneal@312
|
114 </td>
|
bgneal@312
|
115 </tr>
|
bgneal@312
|
116
|
bgneal@312
|
117 <tr>
|
bgneal@312
|
118 <td class="column1"><label for="fontsize">{#fullpage_dlg.fontsize}</label></td>
|
bgneal@312
|
119 <td>
|
bgneal@442
|
120 <select id="fontsize" name="fontsize" onchange="FullPageDialog.changedStyleProp();">
|
bgneal@312
|
121 <option value="">{#not_set}</option>
|
bgneal@312
|
122 </select>
|
bgneal@312
|
123 </td>
|
bgneal@312
|
124 </tr>
|
bgneal@312
|
125
|
bgneal@312
|
126 <tr>
|
bgneal@312
|
127 <td class="column1"><label for="textcolor">{#fullpage_dlg.textcolor}</label></td>
|
bgneal@312
|
128 <td>
|
bgneal@312
|
129 <table border="0" cellpadding="0" cellspacing="0">
|
bgneal@312
|
130 <tr>
|
bgneal@442
|
131 <td><input id="textcolor" name="textcolor" type="text" value="" size="9" onchange="updateColor('textcolor_pick','textcolor');FullPageDialog.changedStyleProp();" /></td>
|
bgneal@312
|
132 <td id="textcolor_pickcontainer"> </td>
|
bgneal@312
|
133 </tr>
|
bgneal@312
|
134 </table>
|
bgneal@312
|
135 </td>
|
bgneal@312
|
136 </tr>
|
bgneal@312
|
137 </table>
|
bgneal@312
|
138 </fieldset>
|
bgneal@312
|
139
|
bgneal@312
|
140 <fieldset>
|
bgneal@312
|
141 <legend>{#fullpage_dlg.appearance_bgprops}</legend>
|
bgneal@312
|
142
|
bgneal@312
|
143 <table border="0" cellpadding="4" cellspacing="0">
|
bgneal@312
|
144 <tr>
|
bgneal@312
|
145 <td class="column1"><label for="bgimage">{#fullpage_dlg.bgimage}</label></td>
|
bgneal@312
|
146 <td>
|
bgneal@312
|
147 <table border="0" cellpadding="0" cellspacing="0">
|
bgneal@312
|
148 <tr>
|
bgneal@442
|
149 <td><input id="bgimage" name="bgimage" type="text" value="" onchange="FullPageDialog.changedStyleProp();" /></td>
|
bgneal@312
|
150 <td id="bgimage_pickcontainer"> </td>
|
bgneal@312
|
151 </tr>
|
bgneal@312
|
152 </table>
|
bgneal@312
|
153 </td>
|
bgneal@312
|
154 </tr>
|
bgneal@312
|
155 <tr>
|
bgneal@312
|
156 <td class="column1"><label for="bgcolor">{#fullpage_dlg.bgcolor}</label></td>
|
bgneal@312
|
157 <td>
|
bgneal@312
|
158 <table border="0" cellpadding="0" cellspacing="0">
|
bgneal@312
|
159 <tr>
|
bgneal@442
|
160 <td><input id="bgcolor" name="bgcolor" type="text" value="" size="9" onchange="updateColor('bgcolor_pick','bgcolor');FullPageDialog.changedStyleProp();" /></td>
|
bgneal@312
|
161 <td id="bgcolor_pickcontainer"> </td>
|
bgneal@312
|
162 </tr>
|
bgneal@312
|
163 </table>
|
bgneal@312
|
164 </td>
|
bgneal@312
|
165 </tr>
|
bgneal@312
|
166 </table>
|
bgneal@312
|
167 </fieldset>
|
bgneal@312
|
168
|
bgneal@312
|
169 <fieldset>
|
bgneal@312
|
170 <legend>{#fullpage_dlg.appearance_marginprops}</legend>
|
bgneal@312
|
171
|
bgneal@312
|
172 <table border="0" cellpadding="4" cellspacing="0">
|
bgneal@312
|
173 <tr>
|
bgneal@312
|
174 <td class="column1"><label for="leftmargin">{#fullpage_dlg.left_margin}</label></td>
|
bgneal@442
|
175 <td><input id="leftmargin" name="leftmargin" type="text" value="" onchange="FullPageDialog.changedStyleProp();" /></td>
|
bgneal@312
|
176 <td class="column1"><label for="rightmargin">{#fullpage_dlg.right_margin}</label></td>
|
bgneal@442
|
177 <td><input id="rightmargin" name="rightmargin" type="text" value="" onchange="FullPageDialog.changedStyleProp();" /></td>
|
bgneal@312
|
178 </tr>
|
bgneal@312
|
179 <tr>
|
bgneal@312
|
180 <td class="column1"><label for="topmargin">{#fullpage_dlg.top_margin}</label></td>
|
bgneal@442
|
181 <td><input id="topmargin" name="topmargin" type="text" value="" onchange="FullPageDialog.changedStyleProp();" /></td>
|
bgneal@312
|
182 <td class="column1"><label for="bottommargin">{#fullpage_dlg.bottom_margin}</label></td>
|
bgneal@442
|
183 <td><input id="bottommargin" name="bottommargin" type="text" value="" onchange="FullPageDialog.changedStyleProp();" /></td>
|
bgneal@312
|
184 </tr>
|
bgneal@312
|
185 </table>
|
bgneal@312
|
186 </fieldset>
|
bgneal@312
|
187
|
bgneal@312
|
188 <fieldset>
|
bgneal@312
|
189 <legend>{#fullpage_dlg.appearance_linkprops}</legend>
|
bgneal@312
|
190
|
bgneal@312
|
191 <table border="0" cellpadding="4" cellspacing="0">
|
bgneal@312
|
192 <tr>
|
bgneal@312
|
193 <td class="column1"><label for="link_color">{#fullpage_dlg.link_color}</label></td>
|
bgneal@312
|
194 <td>
|
bgneal@312
|
195 <table border="0" cellpadding="0" cellspacing="0">
|
bgneal@312
|
196 <tr>
|
bgneal@442
|
197 <td><input id="link_color" name="link_color" type="text" value="" size="9" onchange="updateColor('link_color_pick','link_color');FullPageDialog.changedStyleProp();" /></td>
|
bgneal@312
|
198 <td id="link_color_pickcontainer"> </td>
|
bgneal@312
|
199 </tr>
|
bgneal@312
|
200 </table>
|
bgneal@312
|
201 </td>
|
bgneal@312
|
202
|
bgneal@312
|
203 <td class="column1"><label for="visited_color">{#fullpage_dlg.visited_color}</label></td>
|
bgneal@312
|
204 <td>
|
bgneal@312
|
205 <table border="0" cellpadding="0" cellspacing="0">
|
bgneal@312
|
206 <tr>
|
bgneal@442
|
207 <td><input id="visited_color" name="visited_color" type="text" value="" size="9" onchange="updateColor('visited_color_pick','visited_color');FullPageDialog.changedStyleProp();" /></td>
|
bgneal@312
|
208 <td id="visited_color_pickcontainer"> </td>
|
bgneal@312
|
209 </tr>
|
bgneal@312
|
210 </table>
|
bgneal@312
|
211 </td>
|
bgneal@312
|
212 </tr>
|
bgneal@312
|
213
|
bgneal@312
|
214 <tr>
|
bgneal@312
|
215 <td class="column1"><label for="active_color">{#fullpage_dlg.active_color}</label></td>
|
bgneal@312
|
216 <td>
|
bgneal@312
|
217 <table border="0" cellpadding="0" cellspacing="0">
|
bgneal@312
|
218 <tr>
|
bgneal@442
|
219 <td><input id="active_color" name="active_color" type="text" value="" size="9" onchange="updateColor('active_color_pick','active_color');FullPageDialog.changedStyleProp();" /></td>
|
bgneal@312
|
220 <td id="active_color_pickcontainer"> </td>
|
bgneal@312
|
221 </tr>
|
bgneal@312
|
222 </table>
|
bgneal@312
|
223 </td>
|
bgneal@312
|
224
|
bgneal@312
|
225 <td> </td>
|
bgneal@312
|
226 <td> </td>
|
bgneal@312
|
227 </tr>
|
bgneal@312
|
228 </table>
|
bgneal@312
|
229 </fieldset>
|
bgneal@312
|
230
|
bgneal@312
|
231 <fieldset>
|
bgneal@312
|
232 <legend>{#fullpage_dlg.appearance_style}</legend>
|
bgneal@312
|
233
|
bgneal@312
|
234 <table border="0" cellpadding="4" cellspacing="0">
|
bgneal@312
|
235 <tr>
|
bgneal@312
|
236 <td class="column1"><label for="stylesheet">{#fullpage_dlg.stylesheet}</label></td>
|
bgneal@312
|
237 <td><table border="0" cellpadding="0" cellspacing="0">
|
bgneal@312
|
238 <tr>
|
bgneal@312
|
239 <td><input id="stylesheet" name="stylesheet" type="text" value="" /></td>
|
bgneal@312
|
240 <td id="stylesheet_browsercontainer"> </td>
|
bgneal@312
|
241 </tr>
|
bgneal@312
|
242 </table></td>
|
bgneal@312
|
243 </tr>
|
bgneal@312
|
244 <tr>
|
bgneal@312
|
245 <td class="column1"><label for="style">{#fullpage_dlg.style}</label></td>
|
bgneal@442
|
246 <td><input id="style" name="style" type="text" value="" onchange="FullPageDialog.changedStyle();" /></td>
|
bgneal@312
|
247 </tr>
|
bgneal@312
|
248 </table>
|
bgneal@312
|
249 </fieldset>
|
bgneal@312
|
250 </div>
|
bgneal@312
|
251 </div>
|
bgneal@312
|
252
|
bgneal@312
|
253 <div class="mceActionPanel">
|
bgneal@312
|
254 <input type="submit" id="insert" name="update" value="{#update}" />
|
bgneal@312
|
255 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
bgneal@312
|
256 </div>
|
bgneal@442
|
257 </form>
|
bgneal@312
|
258 </body>
|
bgneal@312
|
259 </html>
|