汇联通执法队后台管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hace 3 años
12345678910111213
  1. <%@ page contentType="text/html;charset=utf-8"%>
  2. <%@ include file="/WEB-INF/jsp/include.jsp"%>
  3. <tr>
  4. <td>${fn:escapeXml(vo.project.name)}</td>
  5. <td>${fn:escapeXml(vo.name)}</td>
  6. <td>${fn:escapeXml(vo.path)}</td>
  7. <td >
  8. <a href="${rootUrl }app/template/edit/${vo.id}" class="taiji_modal {width:550,height:300} taiji_acl m-r-10">修改</a>
  9. <a href="${rootUrl }app/template/delete/${vo.id}" class="taiji_remove {confirm_message:'你确定要删除吗? '} taiji_acl">删除</a>
  10. <a href="${rootUrl }app/template/download/${vo.id}" class="taiji_acl" >下载</a>
  11. </td>
  12. </tr>