annotate WebContent/jscripts/tiny_mce/plugins/table/merge_cells.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.merge_cells_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/validate.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
8 <script type="text/javascript" src="js/merge_cells.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
9 </head>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
10 <body style="margin: 8px" role="application">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
11 <form onsubmit="MergeCellsDialog.merge();return false;" action="#">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
12 <fieldset>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
13 <legend>{#table_dlg.merge_cells_title}</legend>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
14 <table role="presentation" border="0" cellpadding="0" cellspacing="3" width="100%">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
15 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
16 <td><label for="numcols">{#table_dlg.cols}</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
17 <td align="right"><input type="text" id="numcols" name="numcols" value="" class="number min1 mceFocus" style="width: 30px" aria-required="true" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
18 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
19 <tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
20 <td><label for="numrows">{#table_dlg.rows}</label>:</td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
21 <td align="right"><input type="text" id="numrows" name="numrows" value="" class="number min1" style="width: 30px" aria-required="true" /></td>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
22 </tr>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
23 </table>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
24 </fieldset>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
25
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
26 <div class="mceActionPanel">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
27 <input type="submit" id="insert" name="insert" value="{#update}" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
28 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
29 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
30 </form>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
31 </body>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
32 </html>