汇联通执法队后台管理系统
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.

row.jsp 761B

1234567891011121314151617181920
  1. <%@ page contentType="text/html;charset=utf-8"%>
  2. <%@ include file="/WEB-INF/jsp/include.jsp"%>
  3. <tr>
  4. <td style="width: 60px">
  5. <input type="checkbox" name="ids" class="taiji_check_one" value='${vo.id }'/>
  6. </td>
  7. <td >
  8. <a href="${rootUrl }app/acl/user/view/${vo.user.id}" class="taiji_modal">${fn:escapeXml(vo.user.loginName)}</a>
  9. </td>
  10. <td >
  11. <!-- The style expected value is two characters, one for date, one for time, from S=Short, M=Medium, L=Long, F=Full, -=None.
  12. <javatime:format value="${vo.optime}" style="MM" />
  13. -->
  14. <javatime:format value="${vo.optime}" pattern="yyyy-MM-dd HH:mm:ss" />
  15. </td>
  16. <td style="width: 100px">${fn:escapeXml(vo.ip)}</td>
  17. <td ><span>${vo.logType.value }</span></td>
  18. <td>${fn:escapeXml(vo.info)}</td>
  19. </tr>