annotate WebContent/jscripts/tiny_mce/plugins/table/table.htm @ 5:0be9d53a6967

editor for annotations
author dwinter
date Tue, 13 Dec 2011 17:43:46 +0100
parents
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>{#table_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="../../utils/validate.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
9 <script type="text/javascript" src="../../utils/editable_selects.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
10 <script type="text/javascript" src="js/table.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
11 <link href="css/table.css" rel="stylesheet" type="text/css" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
12 </head>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
13 <body id="table" style="display: none" role="application" aria-labelledby="app_title">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
14 <span style="display:none;" id="app_title">{#table_dlg.title}</span>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
15 <form onsubmit="insertTable();return false;" action="#">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
16 <div class="tabs">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
17 <ul>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
18 <li id="general_tab" aria-controls="general_panel" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#table_dlg.general_tab}</a></span></li>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
19 <li id="advanced_tab" aria-controls="advanced_panel"><span><a href="javascript:mcTabs.displayTab('advanced_tab','advanced_panel');" onmousedown="return false;">{#table_dlg.advanced_tab}</a></span></li>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
20 </ul>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
21 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
22
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
23 <div class="panel_wrapper">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
24 <div id="general_panel" class="panel current">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
25 <fieldset>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
26 <legend>{#table_dlg.general_props}</legend>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
27 <table role="presentation" border="0" cellpadding="4" cellspacing="0" width="100%">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
28 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
29 <td><label id="colslabel" for="cols">{#table_dlg.cols}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
30 <td><input id="cols" name="cols" type="text" value="" size="3" maxlength="3" class="required number min1 mceFocus" aria-required="true" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
31 <td><label id="rowslabel" for="rows">{#table_dlg.rows}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
32 <td><input id="rows" name="rows" type="text" value="" size="3" maxlength="3" class="required number min1" aria-required="true" /></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><label id="cellpaddinglabel" for="cellpadding">{#table_dlg.cellpadding}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
36 <td><input id="cellpadding" name="cellpadding" type="text" value="" size="3" maxlength="3" class="number" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
37 <td><label id="cellspacinglabel" for="cellspacing">{#table_dlg.cellspacing}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
38 <td><input id="cellspacing" name="cellspacing" type="text" value="" size="3" maxlength="3" class="number" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
39 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
40 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
41 <td><label id="alignlabel" for="align">{#table_dlg.align}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
42 <td><select id="align" name="align">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
43 <option value="">{#not_set}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
44 <option value="center">{#table_dlg.align_middle}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
45 <option value="left">{#table_dlg.align_left}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
46 <option value="right">{#table_dlg.align_right}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
47 </select></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
48 <td><label id="borderlabel" for="border">{#table_dlg.border}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
49 <td><input id="border" name="border" type="text" value="" size="3" maxlength="5" onchange="changedBorder();" class="size" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
50 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
51 <tr id="width_row">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
52 <td><label id="widthlabel" for="width">{#table_dlg.width}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
53 <td><input name="width" type="text" id="width" value="" size="7" maxlength="7" onchange="changedSize();" class="size" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
54 <td><label id="heightlabel" for="height">{#table_dlg.height}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
55 <td><input name="height" type="text" id="height" value="" size="7" maxlength="7" onchange="changedSize();" class="size" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
56 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
57 <tr id="styleSelectRow" >
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
58 <td><label id="classlabel" for="class">{#class_name}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
59 <td colspan="3" >
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
60 <select id="class" name="class" class="mceEditableSelect">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
61 <option value="" selected="selected">{#not_set}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
62 </select></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
63 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
64 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
65 <td class="column1" ><label for="caption">{#table_dlg.caption}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
66 <td><input id="caption" name="caption" type="checkbox" class="checkbox" value="true" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
67 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
68 </table>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
69 </fieldset>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
70 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
71
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
72 <div id="advanced_panel" class="panel">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
73 <fieldset>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
74 <legend>{#table_dlg.advanced_props}</legend>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
75
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
76 <table role="presentation" border="0" cellpadding="0" cellspacing="4">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
77 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
78 <td class="column1"><label for="id">{#table_dlg.id}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
79 <td><input id="id" name="id" type="text" value="" class="advfield" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
80 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
81
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
82 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
83 <td class="column1"><label for="summary">{#table_dlg.summary}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
84 <td><input id="summary" name="summary" type="text" value="" class="advfield" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
85 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
86
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
87 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
88 <td><label for="style">{#table_dlg.style}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
89 <td><input type="text" id="style" name="style" value="" class="advfield" onchange="changedStyle();" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
90 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
91
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
92 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
93 <td class="column1"><label id="langlabel" for="lang">{#table_dlg.langcode}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
94 <td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
95 <input id="lang" name="lang" type="text" value="" class="advfield" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
96 </td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
97 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
98
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
99 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
100 <td class="column1"><label for="backgroundimage">{#table_dlg.bgimage}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
101 <td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
102 <table role="presentation" aria-labelledby="backgroundimage_label" border="0" cellpadding="0" cellspacing="0">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
103 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
104 <td><input id="backgroundimage" name="backgroundimage" type="text" value="" class="advfield" onchange="changedBackgroundImage();" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
105 <td id="backgroundimagebrowsercontainer">&nbsp;</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
106 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
107 </table>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
108 </td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
109 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
110
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
111 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
112 <td class="column1"><label for="tframe">{#table_dlg.frame}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
113 <td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
114 <select id="tframe" name="tframe" class="advfield">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
115 <option value="">{#not_set}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
116 <option value="void">{#table_dlg.rules_void}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
117 <option value="above">{#table_dlg.rules_above}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
118 <option value="below">{#table_dlg.rules_below}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
119 <option value="hsides">{#table_dlg.rules_hsides}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
120 <option value="lhs">{#table_dlg.rules_lhs}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
121 <option value="rhs">{#table_dlg.rules_rhs}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
122 <option value="vsides">{#table_dlg.rules_vsides}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
123 <option value="box">{#table_dlg.rules_box}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
124 <option value="border">{#table_dlg.rules_border}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
125 </select>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
126 </td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
127 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
128
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
129 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
130 <td class="column1"><label for="rules">{#table_dlg.rules}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
131 <td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
132 <select id="rules" name="rules" class="advfield">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
133 <option value="">{#not_set}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
134 <option value="none">{#table_dlg.frame_none}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
135 <option value="groups">{#table_dlg.frame_groups}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
136 <option value="rows">{#table_dlg.frame_rows}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
137 <option value="cols">{#table_dlg.frame_cols}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
138 <option value="all">{#table_dlg.frame_all}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
139 </select>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
140 </td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
141 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
142
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
143 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
144 <td class="column1"><label for="dir">{#table_dlg.langdir}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
145 <td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
146 <select id="dir" name="dir" class="advfield">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
147 <option value="">{#not_set}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
148 <option value="ltr">{#table_dlg.ltr}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
149 <option value="rtl">{#table_dlg.rtl}</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
150 </select>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
151 </td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
152 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
153
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
154 <tr role="group" aria-labelledby="bordercolor_label">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
155 <td class="column1"><label id="bordercolor_label" for="bordercolor">{#table_dlg.bordercolor}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
156 <td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
157 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
158 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
159 <td><input id="bordercolor" name="bordercolor" type="text" value="" size="9" onchange="updateColor('bordercolor_pick','bordercolor');changedColor();" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
160 <td id="bordercolor_pickcontainer">&nbsp;</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
161 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
162 </table>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
163 </td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
164 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
165
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
166 <tr role="group" aria-labelledby="bgcolor_label">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
167 <td class="column1"><label id="bgcolor_label" for="bgcolor">{#table_dlg.bgcolor}</label></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
168 <td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
169 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
170 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
171 <td><input id="bgcolor" name="bgcolor" type="text" value="" size="9" onchange="updateColor('bgcolor_pick','bgcolor');changedColor();" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
172 <td id="bgcolor_pickcontainer">&nbsp;</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
173 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
174 </table>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
175 </td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
176 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
177 </table>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
178 </fieldset>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
179 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
180 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
181
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
182 <div class="mceActionPanel">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
183 <input type="submit" id="insert" name="insert" value="{#insert}" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
184 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
185 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
186 </form>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
187 </body>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
188 </html>