| 1234567891011121314151617181920212223242526272829303132333435 |
- <%@ page contentType="text/html;charset=GBK"%>
- <div class="tc_l_bg fl">
- <div class="tc_l b2 cen_ico f1">
- <img src="/shares/images/master1/rw_ico.png" width="24" height="23" /> 会议室审批
- </div>
- <!-- <a href="#" onclick="item('MTMeetingRoomAction.do?task=toCreate');">
- <div class="tc_new b1 mar1 mar2 fl f3">
- <p>
- <img src="/shares/images/master1/new_ico.png" width="58" height="57" />
- </p>
- <p>新增会议室</p>
- </div>
- </a> -->
- <a href="#" onclick="item('MTMeetingRoomAction.do?task=toApproveMeetingRoom');">
- <div class="tc_menu b4 fl f2">
- <img src="/shares/images/master1/xiangmu_ico.png" width="20"height="21" />待审批会议室
- </div>
- </a>
- <a href="#" onclick="item('MTMeetingRoomAction.do?task=toApproveMeetingRoomOk');">
- <div class="tc_menu b4 fl f2">
- <img src="/shares/images/master1/xiangmu_ico.png" width="20"height="21" />已批准会议室
- </div>
- </a>
- <a href="#" onclick="item('MTMeetingRoomAction.do?task=toApproveMeetingRoomEd');">
- <div class="tc_menu b4 fl f2">
- <img src="/shares/images/master1/xiangmu_ico.png" width="20"height="21" />未批准会议室
- </div>
- </a>
- <a href="#" onclick="item('MTMeetingAction.do?task=toList');">
- <div class="tc_menu b4 fl f2">
- <img src="/shares/images/master1/xiangmu_ico.png" width="20"height="21" />返回
- </div>
- </a>
- </div>
|