123456789101112131415161718192021 |
- <div style="padding: 10px; font-size:14px;">
- <div style="margin-bottom:10px;">
- <div style="line-height: 30px; margin-bottom:10px; overflow: hidden">
- <div>{{$.lp.addTaskPerson}}: </div>
- <div style="margin-top: 10px">
- <div id="resetWork_selPeopleArea" style="min-height: 24px; padding:3px; overflow: hidden; border-radius: 10px; border: 1px solid #DEDEDE; width: 95%"></div>
- <div class="addTask_selPeopleButton mainColor_bg" style="margin-top: 10px; font-size:12px; border-radius:20px; float:left; cursor: pointer; padding: 0 20px;">{{$.lp.selectPerson}}</div>
- </div>
- </div>
- <div style="line-height: 30px; margin-bottom:20px; overflow: hidden;">
- <div style="margin-top: 10px">
- <span style="cursor: pointer" onclick="this.getFirst().checked=true;" title="{{$.lp.addTaskBeforeTitle}}"><input name="addTask_type" class="addTask_type" type="radio" value="before">{{$.lp.addTaskBefore}}</span>
- <span style="cursor: pointer" onclick="this.getFirst().checked=true;" title="{{$.lp.addTaskAfterTitle}}"><input name="addTask_type" class="addTask_type" checked type="radio" value="after">{{$.lp.addTaskAfter}}</span>
- </div>
- </div>
- <div style="line-height: 30px; margin-bottom:10px; overflow: hidden">
- <div style="height: 50px; line-height: 50px;">{{$.lp.addTaskOpinion}}: </div>
- <div><textarea class="addTask_opinion" style="width: 95%; padding:5px; overflow:auto; height: 60px; border-radius: 10px; border: 1px solid #DEDEDE;" type="text" id="resetWork_opinion"></textarea></div>
- </div>
- </div>
- </div>
|