thomascube
2011-04-20 a9251be2f09fb5f18a85d201c67668c70980efe3
commit | author | age
d9344f 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
a0109c 2 <html xmlns="http://www.w3.org/1999/xhtml">
S 3 <head>
d9344f 4     <title>{#table_dlg.row_title}</title>
S 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/row.js"></script>
a0109c 10     <link href="css/row.css" rel="stylesheet" type="text/css" />
S 11 </head>
a9251b 12 <body id="tablerow" style="display: none" role="application">
29da64 13     <form onsubmit="updateAction();return false;" action="#">
a0109c 14         <div class="tabs">
S 15             <ul>
a9251b 16                 <li id="general_tab" class="current" aria-controls="general_panel"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#table_dlg.general_tab}</a></span></li>
T 17                 <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>
a0109c 18             </ul>
S 19         </div>
20
21         <div class="panel_wrapper">
22             <div id="general_panel" class="panel current">
23                 <fieldset>
d9344f 24                     <legend>{#table_dlg.general_props}</legend>
a0109c 25
a9251b 26                     <table role="presentation" border="0" cellpadding="4" cellspacing="0">
a0109c 27                         <tr>
d9344f 28                             <td><label for="rowtype">{#table_dlg.rowtype}</label></td>
a0109c 29                             <td class="col2">
d9344f 30                                 <select id="rowtype" name="rowtype" class="mceFocus">
S 31                                     <option value="thead">{#table_dlg.thead}</option>
32                                     <option value="tbody">{#table_dlg.tbody}</option>
33                                     <option value="tfoot">{#table_dlg.tfoot}</option>
a0109c 34                                 </select>
S 35                             </td>
36                         </tr>
37
38                         <tr>
d9344f 39                             <td><label for="align">{#table_dlg.align}</label></td>
a0109c 40                             <td class="col2">
S 41                                 <select id="align" name="align">
d9344f 42                                     <option value="">{#not_set}</option>
S 43                                     <option value="center">{#table_dlg.align_middle}</option>
44                                     <option value="left">{#table_dlg.align_left}</option>
45                                     <option value="right">{#table_dlg.align_right}</option>
a0109c 46                                 </select>
S 47                             </td>
48                         </tr>
49
50                         <tr>
d9344f 51                             <td><label for="valign">{#table_dlg.valign}</label></td>
a0109c 52                             <td class="col2">
S 53                                 <select id="valign" name="valign">
d9344f 54                                     <option value="">{#not_set}</option>
S 55                                     <option value="top">{#table_dlg.align_top}</option>
56                                     <option value="middle">{#table_dlg.align_middle}</option>
57                                     <option value="bottom">{#table_dlg.align_bottom}</option>
a0109c 58                                 </select>
S 59                             </td>
60                         </tr>
61
62                         <tr id="styleSelectRow">
d9344f 63                             <td><label for="class">{#class_name}</label></td>
a0109c 64                             <td class="col2">
d9344f 65                                 <select id="class" name="class" class="mceEditableSelect">
S 66                                     <option value="" selected="selected">{#not_set}</option>
a0109c 67                                 </select>
S 68                             </td>
69                         </tr>
70
71                         <tr>
d9344f 72                             <td><label for="height">{#table_dlg.height}</label></td>
a0109c 73                             <td class="col2"><input name="height" type="text" id="height" value="" size="4" maxlength="4" onchange="changedSize();" /></td>
S 74                         </tr>
75                     </table>
76                 </fieldset>
77             </div>
78
79             <div id="advanced_panel" class="panel">
80                 <fieldset>
d9344f 81                     <legend>{#table_dlg.advanced_props}</legend>
a0109c 82
a9251b 83                     <table role="presentation" border="0" cellpadding="0" cellspacing="4">
a0109c 84                         <tr>
d9344f 85                             <td class="column1"><label for="id">{#table_dlg.id}</label></td> 
a0109c 86                             <td><input id="id" name="id" type="text" value="" style="width: 200px" /></td> 
S 87                         </tr>
88
89                         <tr>
d9344f 90                             <td><label for="style">{#table_dlg.style}</label></td>
a0109c 91                             <td><input type="text" id="style" name="style" value="" style="width: 200px;" onchange="changedStyle();" /></td>
S 92                         </tr>
93
94                         <tr>
d9344f 95                             <td class="column1"><label for="dir">{#table_dlg.langdir}</label></td> 
a0109c 96                             <td>
S 97                                 <select id="dir" name="dir" style="width: 200px"> 
d9344f 98                                         <option value="">{#not_set}</option> 
S 99                                         <option value="ltr">{#table_dlg.ltr}</option> 
100                                         <option value="rtl">{#table_dlg.rtl}</option> 
a0109c 101                                 </select>
S 102                             </td> 
103                         </tr>
104
105                         <tr>
d9344f 106                             <td class="column1"><label for="lang">{#table_dlg.langcode}</label></td> 
a0109c 107                             <td>
S 108                                 <input id="lang" name="lang" type="text" value="" style="width: 200px" />
109                             </td> 
110                         </tr>
111
112                         <tr>
d9344f 113                             <td class="column1"><label for="backgroundimage">{#table_dlg.bgimage}</label></td> 
a0109c 114                             <td>
a9251b 115                                 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
a0109c 116                                     <tr>
S 117                                         <td><input id="backgroundimage" name="backgroundimage" type="text" value="" style="width: 200px" onchange="changedBackgroundImage();" /></td>
118                                         <td id="backgroundimagebrowsercontainer">&nbsp;</td>
119                                     </tr>
120                                 </table>
121                             </td> 
122                         </tr>
123
124                         <tr>
a9251b 125                             <td class="column1"><label for="bgcolor" id="bgcolor_label">{#table_dlg.bgcolor}</label></td> 
a0109c 126                             <td>
a9251b 127                                 <span role="group" aria-labelledby="bgcolor_label">
T 128                                 <table role="presentation" border="0" cellpadding="0" cellspacing="0">
a0109c 129                                     <tr>
S 130                                         <td><input id="bgcolor" name="bgcolor" type="text" value="" size="9" onchange="updateColor('bgcolor_pick','bgcolor');changedColor();" /></td>
131                                         <td id="bgcolor_pickcontainer">&nbsp;</td>
132                                     </tr>
133                                 </table>
a9251b 134                                 </span>
a0109c 135                             </td> 
S 136                         </tr>
137                     </table>
138                 </fieldset>
139             </div>
140         </div>
141
142         <div class="mceActionPanel">
143             <div>
144                 <select id="action" name="action">
d9344f 145                     <option value="row">{#table_dlg.row_row}</option>
S 146                     <option value="odd">{#table_dlg.row_odd}</option>
147                     <option value="even">{#table_dlg.row_even}</option>
148                     <option value="all">{#table_dlg.row_all}</option>
a0109c 149                 </select>
S 150             </div>
151
69d05c 152             <input type="submit" id="insert" name="insert" value="{#update}" />
A 153             <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
a0109c 154         </div>
S 155     </form>
156 </body>
157 </html>