createDialog.html 877 B

12345678910111213141516171819
  1. <div style="font-size:12px">
  2. <div style="height:18px; background-color:#EEE; border-bottom: 1px solid #333; maring-bottom:5px">{{$.lp.insertDataTemplate}}</div><br/>
  3. <table width="100%" border="0" cellspacing="0" cellpadding="3px">
  4. <tr>
  5. <td align="right">{{$.lp.widthModules}}</td>
  6. <td colspan="2">
  7. <input class="widthModules" type="radio" name="widthModules" value="yes"}/>{{$.lp.yes}}
  8. <input class="widthModules" type="radio" name="widthModules" value="no" checked }/>{{$.lp.no}}
  9. </td>
  10. </tr>
  11. <tr style="display: none;" class="wrapDivTr">
  12. <td align="right">{{$.lp.inDiv}}</td>
  13. <td colspan="2">
  14. <input class="wrapDiv" type="radio" name="wrapDiv" value="yes" checked }/>{{$.lp.yes}}
  15. <input class="wrapDiv" type="radio" name="wrapDiv" value="no"}/>{{$.lp.no}}
  16. </td>
  17. </tr>
  18. </table>
  19. </div>