annotate WebContent/jscripts/tiny_mce/plugins/fullpage/fullpage.htm @ 6:5bb7cc86069c

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