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