| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <%@ page contentType="text/html;charset=GBK"%>
- <%@ taglib uri="http://fzywtx.com/jsp/yw/yr" prefix="yr"%>
- <div class="tc_l_bg fl">
- <div class="tc_l_new b2 cen_ico f1">
- <img src="/shares/images/master1/rw_ico.png" width="24" height="23" /> 配置管理
- </div>
- <div class="tc_menu_new_bg">
- <div id="next">
- <yr:isAuthor key="/mtpfConfig?task=topflist&type=-100">
- <a href="#" onclick="item('mtpfConfig.do?task=topflist&ype=-100');">
- <div class="tc_menu_new fl" >
- <div class="new_icon">
- <img src="/shares/images/master1/icon_new_liebiao.png" width="25" height="29" />
- </div>
- <div class="tc_menu_new_tx">
- <p>流程配置</p>
- </div>
- </div>
- </a>
- </yr:isAuthor>
- <yr:isAuthor key="/mtCreditMgr?task=credit_list&type=-100">
- <a href="#" onclick="item('mtCreditMgr.do?task=credit_list&type=-100');">
- <div class="tc_menu_new fl" >
- <div class="new_icon">
- <img src="/shares/images/master1/icon_new_liebiao.png" width="25" height="29" />
- </div>
- <div class="tc_menu_new_tx">
- <p>积分配置</p>
- </div>
- </div>
- </a>
- </yr:isAuthor>
- <yr:isAuthor key="/mtdictionary?task=dictionary_list">
- <a href="#" onclick="item('mtdictionary.do?task=dictionary_list');">
- <div class="tc_menu_new fl" >
- <div class="new_icon">
- <img src="/shares/images/master1/icon_new_liebiao.png" width="25" height="29" />
- </div>
- <div class="tc_menu_new_tx">
- <p>数据字典</p>
- </div>
- </div>
- </a>
- </yr:isAuthor>
- </div>
- </div>
- </div>
|