bgneal@312: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> bgneal@312: <html xmlns="http://www.w3.org/1999/xhtml"> bgneal@312: <head> bgneal@312: <title>{#table_dlg.cell_title}</title> bgneal@312: <script type="text/javascript" src="../../tiny_mce_popup.js"></script> bgneal@312: <script type="text/javascript" src="../../utils/mctabs.js"></script> bgneal@312: <script type="text/javascript" src="../../utils/form_utils.js"></script> bgneal@312: <script type="text/javascript" src="../../utils/editable_selects.js"></script> bgneal@312: <script type="text/javascript" src="js/cell.js"></script> bgneal@312: <link href="css/cell.css" rel="stylesheet" type="text/css" /> bgneal@312: </head> bgneal@442: <body id="tablecell" style="display: none" role="application"> bgneal@312: <form onsubmit="updateAction();return false;" action="#"> bgneal@312: <div class="tabs"> bgneal@312: <ul> bgneal@442: <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> bgneal@442: <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> bgneal@312: </ul> bgneal@312: </div> bgneal@312: bgneal@312: <div class="panel_wrapper"> bgneal@312: <div id="general_panel" class="panel current"> bgneal@312: <fieldset> bgneal@312: <legend>{#table_dlg.general_props}</legend> bgneal@312: bgneal@442: <table role="presentation" border="0" cellpadding="4" cellspacing="0"> bgneal@312: <tr> bgneal@312: <td><label for="align">{#table_dlg.align}</label></td> bgneal@312: <td> bgneal@312: <select id="align" name="align" class="mceFocus"> bgneal@312: <option value="">{#not_set}</option> bgneal@312: <option value="center">{#table_dlg.align_middle}</option> bgneal@312: <option value="left">{#table_dlg.align_left}</option> bgneal@312: <option value="right">{#table_dlg.align_right}</option> bgneal@312: </select> bgneal@312: </td> bgneal@312: bgneal@312: <td><label for="celltype">{#table_dlg.cell_type}</label></td> bgneal@312: <td> bgneal@312: <select id="celltype" name="celltype"> bgneal@312: <option value="td">{#table_dlg.td}</option> bgneal@312: <option value="th">{#table_dlg.th}</option> bgneal@312: </select> bgneal@312: </td> bgneal@312: </tr> bgneal@312: bgneal@312: <tr> bgneal@312: <td><label for="valign">{#table_dlg.valign}</label></td> bgneal@312: <td> bgneal@312: <select id="valign" name="valign"> bgneal@312: <option value="">{#not_set}</option> bgneal@312: <option value="top">{#table_dlg.align_top}</option> bgneal@312: <option value="middle">{#table_dlg.align_middle}</option> bgneal@312: <option value="bottom">{#table_dlg.align_bottom}</option> bgneal@312: </select> bgneal@312: </td> bgneal@312: bgneal@312: <td><label for="scope">{#table_dlg.scope}</label></td> bgneal@312: <td> bgneal@312: <select id="scope" name="scope"> bgneal@312: <option value="">{#not_set}</option> bgneal@312: <option value="col">{#table.col}</option> bgneal@312: <option value="row">{#table.row}</option> bgneal@312: <option value="rowgroup">{#table_dlg.rowgroup}</option> bgneal@312: <option value="colgroup">{#table_dlg.colgroup}</option> bgneal@312: </select> bgneal@312: </td> bgneal@312: bgneal@312: </tr> bgneal@312: bgneal@312: <tr> bgneal@312: <td><label for="width">{#table_dlg.width}</label></td> bgneal@312: <td><input id="width" name="width" type="text" value="" size="4" maxlength="4" onchange="changedSize();" /></td> bgneal@312: bgneal@312: <td><label for="height">{#table_dlg.height}</label></td> bgneal@312: <td><input id="height" name="height" type="text" value="" size="4" maxlength="4" onchange="changedSize();" /></td> bgneal@312: </tr> bgneal@312: bgneal@312: <tr id="styleSelectRow"> bgneal@312: <td><label for="class">{#class_name}</label></td> bgneal@312: <td colspan="3"> bgneal@312: <select id="class" name="class" class="mceEditableSelect"> bgneal@312: <option value="" selected="selected">{#not_set}</option> bgneal@312: </select> bgneal@312: </td> bgneal@312: </tr> bgneal@312: </table> bgneal@312: </fieldset> bgneal@312: </div> bgneal@312: bgneal@312: <div id="advanced_panel" class="panel"> bgneal@312: <fieldset> bgneal@312: <legend>{#table_dlg.advanced_props}</legend> bgneal@312: bgneal@442: <table role="presentation" border="0" cellpadding="0" cellspacing="4"> bgneal@312: <tr> bgneal@312: <td class="column1"><label for="id">{#table_dlg.id}</label></td> bgneal@312: <td><input id="id" name="id" type="text" value="" style="width: 200px" /></td> bgneal@312: </tr> bgneal@312: bgneal@312: <tr> bgneal@312: <td><label for="style">{#table_dlg.style}</label></td> bgneal@312: <td><input type="text" id="style" name="style" value="" style="width: 200px;" onchange="changedStyle();" /></td> bgneal@312: </tr> bgneal@312: bgneal@312: <tr> bgneal@312: <td class="column1"><label for="dir">{#table_dlg.langdir}</label></td> bgneal@312: <td> bgneal@312: <select id="dir" name="dir" style="width: 200px"> bgneal@312: <option value="">{#not_set}</option> bgneal@312: <option value="ltr">{#table_dlg.ltr}</option> bgneal@312: <option value="rtl">{#table_dlg.rtl}</option> bgneal@312: </select> bgneal@312: </td> bgneal@312: </tr> bgneal@312: bgneal@312: <tr> bgneal@312: <td class="column1"><label for="lang">{#table_dlg.langcode}</label></td> bgneal@312: <td> bgneal@312: <input id="lang" name="lang" type="text" value="" style="width: 200px" /> bgneal@312: </td> bgneal@312: </tr> bgneal@312: bgneal@312: <tr> bgneal@312: <td class="column1"><label for="backgroundimage">{#table_dlg.bgimage}</label></td> bgneal@312: <td> bgneal@442: <table role="presentation" border="0" cellpadding="0" cellspacing="0"> bgneal@312: <tr> bgneal@312: <td><input id="backgroundimage" name="backgroundimage" type="text" value="" style="width: 200px" onchange="changedBackgroundImage();" /></td> bgneal@312: <td id="backgroundimagebrowsercontainer"> </td> bgneal@312: </tr> bgneal@312: </table> bgneal@312: </td> bgneal@312: </tr> bgneal@312: bgneal@442: <tr role="group" aria-labelledby="bordercolor_label"> bgneal@442: <td class="column1"><label id="bordercolor_label" for="bordercolor">{#table_dlg.bordercolor}</label></td> bgneal@312: <td> bgneal@442: <table role="presentation" border="0" cellpadding="0" cellspacing="0"> bgneal@312: <tr> bgneal@312: <td><input id="bordercolor" name="bordercolor" type="text" value="" size="9" onchange="updateColor('bordercolor_pick','bordercolor');changedColor();" /></td> bgneal@312: <td id="bordercolor_pickcontainer"> </td> bgneal@312: </tr> bgneal@312: </table> bgneal@312: </td> bgneal@312: </tr> bgneal@312: bgneal@442: <tr role="group" aria-labelledby="bgcolor_label"> bgneal@442: <td class="column1"><label id="bgcolor_label" for="bgcolor">{#table_dlg.bgcolor}</label></td> bgneal@312: <td> bgneal@442: <table role="presentation" border="0" cellpadding="0" cellspacing="0"> bgneal@312: <tr> bgneal@312: <td><input id="bgcolor" name="bgcolor" type="text" value="" size="9" onchange="updateColor('bgcolor_pick','bgcolor');changedColor();" /></td> bgneal@312: <td id="bgcolor_pickcontainer"> </td> bgneal@312: </tr> bgneal@312: </table> bgneal@312: </td> bgneal@312: </tr> bgneal@312: </table> bgneal@312: </fieldset> bgneal@312: </div> bgneal@312: </div> bgneal@312: bgneal@312: <div class="mceActionPanel"> bgneal@312: <div> bgneal@312: <select id="action" name="action"> bgneal@312: <option value="cell">{#table_dlg.cell_cell}</option> bgneal@312: <option value="row">{#table_dlg.cell_row}</option> bgneal@312: <option value="all">{#table_dlg.cell_all}</option> bgneal@312: </select> bgneal@312: </div> bgneal@312: bgneal@312: <input type="submit" id="insert" name="insert" value="{#update}" /> bgneal@312: <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> bgneal@312: </div> bgneal@312: </form> bgneal@312: </body> bgneal@312: </html>