addTask.html 1.8 KB

12345678910111213141516171819202122
  1. <div style="padding: 20px 20px 0px 30px; font-size:14px;">
  2. <div style="margin-bottom:10px;">
  3. <div style="line-height: 30px; margin-bottom:10px;">
  4. <div style="float: left; width: 70px;">{{$.lp.addTaskPerson}}: </div>
  5. <div style="margin-left: 70px; margin-top: 10px">
  6. <div class="addTask_selPeopleButton mainColor_bg" style="font-size:12px; border-radius:20px; float:right; cursor: pointer; padding: 0 20px;">{{$.lp.selectPerson}}</div>
  7. <div id="resetWork_selPeopleArea" style="margin-right: 70px; min-height: 24px; padding:3px; overflow: hidden; border-radius: 10px; border: 1px solid #DEDEDE; width: 400px"></div>
  8. </div>
  9. </div>
  10. <div style="line-height: 30px; margin-bottom:20px; overflow: hidden">
  11. <div style="float: left; width: 70px;"></div>
  12. <div style="margin-left: 70px; margin-top: 10px">
  13. <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>
  14. <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>
  15. </div>
  16. </div>
  17. <div style="height: 30px; line-height: 30px; margin-bottom:10px;">
  18. <div style="float: left; width: 70px; height: 50px; line-height: 50px;">{{$.lp.addTaskOpinion}}: </div>
  19. <div style="margin-left: 70px"><textarea class="addTask_opinion" style="width: 500px; padding:5px; overflow:auto; height: 60px; border-radius: 10px; border: 1px solid #DEDEDE;" type="text" id="resetWork_opinion"></textarea></div>
  20. </div>
  21. </div>
  22. </div>