table$tdMulti.html 1003 B

12345678910111213141516171819
  1. <div style="background-color: #FFF; overflow: hidden">
  2. <div title="{{$.lp.base}}" class="MWFTab">
  3. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  4. <tr>
  5. <td class="editTableTitle">{{$.lp.type}}:</td>
  6. <td class="editTableValue">
  7. <input class="editTableRadio" name="cellType" type="radio" value="title"/>{{$.lp.titleCell}} <br/>
  8. <input class="editTableRadio" name="cellType" type="radio" value="content"/>{{$.lp.contentCell}} <br/>
  9. <input class="editTableRadio" name="cellType" type="radio" value="layout"/>{{$.lp.layoutCell}} <br/>
  10. <input class="editTableRadio" name="cellType" type="radio" value="other"/>{{$.lp.other}} <br/>
  11. </td>
  12. </tr>
  13. </table>
  14. <div class="MWFMaplist" name="styles" title="{{$.lp.style}}"></div>
  15. <div class="MWFMaplist" name="properties" title="{{$.lp.attribute}}"></div>
  16. </div>
  17. </div>