leftMeetingRoomSp.jsp 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <%@ page contentType="text/html;charset=GBK"%>
  2. <div class="tc_l_bg fl">
  3. <div class="tc_l b2 cen_ico f1">
  4. <img src="/shares/images/master1/rw_ico.png" width="24" height="23" /> 会议室审批
  5. </div>
  6. <!-- <a href="#" onclick="item('MTMeetingRoomAction.do?task=toCreate');">
  7. <div class="tc_new b1 mar1 mar2 fl f3">
  8. <p>
  9. <img src="/shares/images/master1/new_ico.png" width="58" height="57" />
  10. </p>
  11. <p>新增会议室</p>
  12. </div>
  13. </a> -->
  14. <a href="#" onclick="item('MTMeetingRoomAction.do?task=toApproveMeetingRoom');">
  15. <div class="tc_menu b4 fl f2">
  16. <img src="/shares/images/master1/xiangmu_ico.png" width="20"height="21" />待审批会议室
  17. </div>
  18. </a>
  19. <a href="#" onclick="item('MTMeetingRoomAction.do?task=toApproveMeetingRoomOk');">
  20. <div class="tc_menu b4 fl f2">
  21. <img src="/shares/images/master1/xiangmu_ico.png" width="20"height="21" />已批准会议室
  22. </div>
  23. </a>
  24. <a href="#" onclick="item('MTMeetingRoomAction.do?task=toApproveMeetingRoomEd');">
  25. <div class="tc_menu b4 fl f2">
  26. <img src="/shares/images/master1/xiangmu_ico.png" width="20"height="21" />未批准会议室
  27. </div>
  28. </a>
  29. <a href="#" onclick="item('MTMeetingAction.do?task=toList');">
  30. <div class="tc_menu b4 fl f2">
  31. <img src="/shares/images/master1/xiangmu_ico.png" width="20"height="21" />返回
  32. </div>
  33. </a>
  34. </div>