newWidget.html 401 B

123456789
  1. <div style="font-size:12px">
  2. <div style="height:18px; background-color:#EEE; border-bottom: 1px solid #333; maring-bottom:5px">创建部件</div><br/>
  3. <table width="100%" border="0" cellspacing="0" cellpadding="3px">
  4. <tr>
  5. <td align="right">部件名称</td>
  6. <td colspan="2"><input type="text" id="MWFNewWidgetName" value="" class="editTableInput"/></td>
  7. </tr>
  8. </table>
  9. </div>