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">
4 <title>{#table_dlg.cell_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=
"../../utils/editable_selects.js"></script>
9 <script type=
"text/javascript" src=
"js/cell.js"></script>
10 <link href=
"css/cell.css" rel=
"stylesheet" type=
"text/css" />
11 <base target=
"_self" />
13 <body id=
"tablecell" style=
"display: none">
14 <form onsubmit=
"updateAction();return false;" action=
"#">
17 <li id=
"general_tab" class=
"current"><span><a href=
"javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown=
"return false;">{#table_dlg.general_tab}
</a></span></li>
18 <li id=
"advanced_tab"><span><a href=
"javascript:mcTabs.displayTab('advanced_tab','advanced_panel');" onmousedown=
"return false;">{#table_dlg.advanced_tab}
</a></span></li>
22 <div class=
"panel_wrapper">
23 <div id=
"general_panel" class=
"panel current">
25 <legend>{#table_dlg.general_props}
</legend>
27 <table border=
"0" cellpadding=
"4" cellspacing=
"0">
29 <td><label for=
"align">{#table_dlg.align}
</label></td>
31 <select id=
"align" name=
"align" class=
"mceFocus">
32 <option value=
"">{#not_set}
</option>
33 <option value=
"center">{#table_dlg.align_middle}
</option>
34 <option value=
"left">{#table_dlg.align_left}
</option>
35 <option value=
"right">{#table_dlg.align_right}
</option>
39 <td><label for=
"celltype">{#table_dlg.cell_type}
</label></td>
41 <select id=
"celltype" name=
"celltype">
42 <option value=
"td">{#table_dlg.td}
</option>
43 <option value=
"th">{#table_dlg.th}
</option>
49 <td><label for=
"valign">{#table_dlg.valign}
</label></td>
51 <select id=
"valign" name=
"valign">
52 <option value=
"">{#not_set}
</option>
53 <option value=
"top">{#table_dlg.align_top}
</option>
54 <option value=
"middle">{#table_dlg.align_middle}
</option>
55 <option value=
"bottom">{#table_dlg.align_bottom}
</option>
59 <td><label for=
"scope">{#table_dlg.scope}
</label></td>
61 <select id=
"scope" name=
"scope">
62 <option value=
"">{#not_set}
</option>
63 <option value=
"col">{#table.col}
</option>
64 <option value=
"row">{#table.row}
</option>
65 <option value=
"rowgroup">{#table_dlg.rowgroup}
</option>
66 <option value=
"colgroup">{#table_dlg.colgroup}
</option>
73 <td><label for=
"width">{#table_dlg.width}
</label></td>
74 <td><input id=
"width" name=
"width" type=
"text" value=
"" size=
"4" maxlength=
"4" onchange=
"changedSize();" /></td>
76 <td><label for=
"height">{#table_dlg.height}
</label></td>
77 <td><input id=
"height" name=
"height" type=
"text" value=
"" size=
"4" maxlength=
"4" onchange=
"changedSize();" /></td>
80 <tr id=
"styleSelectRow">
81 <td><label for=
"class">{#class_name}
</label></td>
83 <select id=
"class" name=
"class" class=
"mceEditableSelect">
84 <option value=
"" selected=
"selected">{#not_set}
</option>
92 <div id=
"advanced_panel" class=
"panel">
94 <legend>{#table_dlg.advanced_props}
</legend>
96 <table border=
"0" cellpadding=
"0" cellspacing=
"4">
98 <td class=
"column1"><label for=
"id">{#table_dlg.id}
</label></td>
99 <td><input id=
"id" name=
"id" type=
"text" value=
"" style=
"width: 200px" /></td>
103 <td><label for=
"style">{#table_dlg.style}
</label></td>
104 <td><input type=
"text" id=
"style" name=
"style" value=
"" style=
"width: 200px;" onchange=
"changedStyle();" /></td>
108 <td class=
"column1"><label for=
"dir">{#table_dlg.langdir}
</label></td>
110 <select id=
"dir" name=
"dir" style=
"width: 200px">
111 <option value=
"">{#not_set}
</option>
112 <option value=
"ltr">{#table_dlg.ltr}
</option>
113 <option value=
"rtl">{#table_dlg.rtl}
</option>
119 <td class=
"column1"><label for=
"lang">{#table_dlg.langcode}
</label></td>
121 <input id=
"lang" name=
"lang" type=
"text" value=
"" style=
"width: 200px" />
126 <td class=
"column1"><label for=
"backgroundimage">{#table_dlg.bgimage}
</label></td>
128 <table border=
"0" cellpadding=
"0" cellspacing=
"0">
130 <td><input id=
"backgroundimage" name=
"backgroundimage" type=
"text" value=
"" style=
"width: 200px" onchange=
"changedBackgroundImage();" /></td>
131 <td id=
"backgroundimagebrowsercontainer"> </td>
138 <td class=
"column1"><label for=
"bordercolor">{#table_dlg.bordercolor}
</label></td>
140 <table border=
"0" cellpadding=
"0" cellspacing=
"0">
142 <td><input id=
"bordercolor" name=
"bordercolor" type=
"text" value=
"" size=
"9" onchange=
"updateColor('bordercolor_pick','bordercolor');changedColor();" /></td>
143 <td id=
"bordercolor_pickcontainer"> </td>
150 <td class=
"column1"><label for=
"bgcolor">{#table_dlg.bgcolor}
</label></td>
152 <table border=
"0" cellpadding=
"0" cellspacing=
"0">
154 <td><input id=
"bgcolor" name=
"bgcolor" type=
"text" value=
"" size=
"9" onchange=
"updateColor('bgcolor_pick','bgcolor');changedColor();" /></td>
155 <td id=
"bgcolor_pickcontainer"> </td>
165 <div class=
"mceActionPanel">
167 <select id=
"action" name=
"action">
168 <option value=
"cell">{#table_dlg.cell_cell}
</option>
169 <option value=
"row">{#table_dlg.cell_row}
</option>
170 <option value=
"all">{#table_dlg.cell_all}
</option>
174 <div style=
"float: left">
175 <div><input type=
"submit" id=
"insert" name=
"insert" value=
"{#update}" /></div>
178 <div style=
"float: right">
179 <input type=
"button" id=
"cancel" name=
"cancel" value=
"{#cancel}" onclick=
"tinyMCEPopup.close();" />