leftSignMeeting.jsp 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <%@ page contentType="text/html;charset=GBK"%>
  2. <div class="tc_l_bg fl">
  3. <div class="tc_l_new b2 cen_ico f1">
  4. <img src="/shares/images/master1/rw_ico.png" width="24" height="23" /> 会议通知
  5. </div>
  6. <div class="tc_menu_new_bg">
  7. <div id="next">
  8. <a href="#" onclick="item('MTMeetingAction.do?task=printSignInfo&meeting_id=<%=meeting_id%>');">
  9. <div class="tc_menu_new fl">
  10. <div class="new_icon">
  11. <img src="/shares/images/master1/icon_new_liebiao.png" width="25" height="29" />
  12. </div>
  13. <div class="tc_menu_new_tx">
  14. <p>生成签到表</p>
  15. </div>
  16. </div>
  17. </a>
  18. <a href="#" onclick="item('MTMeetingAction.do?task=infoSign&meeting_id=<%=meeting_id%>');">
  19. <div class="tc_menu_new fl">
  20. <div class="new_icon">
  21. <img src="/shares/images/master1/eu_new_richeng.png" width="25" height="29" />
  22. </div>
  23. <div class="tc_menu_new_tx">
  24. <p>会议签收情况</p>
  25. </div>
  26. </div>
  27. </a>
  28. <!-- <a href="#" onclick="item('MTMeetingAction.do?task=toList');">
  29. <div class="tc_menu b4 fl f2">
  30. <img src="/shares/images/master1/xiangmu_ico.png" width="20"height="21" />返回
  31. </div>
  32. </a> -->
  33. </div>
  34. <div class="img_new_bnt_bg fl">
  35. <a href="#" onclick="item('MTMeetingAction.do?task=toList');">
  36. <input type="button" id="page_bnt" class="img_new_bnt" value="返回" />
  37. </a>
  38. </div>
  39. </div> </div>
  40. <script type="text/javascript">
  41. function pageBnt(){
  42. var next = $("#page_bnt").val();
  43. if(next=="下一页"){
  44. $("#next_up").show();
  45. $("#next").hide();
  46. $("#page_bnt").val("上一页");
  47. }else{
  48. $("#next_up").hide();
  49. $("#next").show();
  50. $("#page_bnt").val("下一页");
  51. }
  52. }
  53. </script>