<% include ../partials/head %> <% include ../partials/header %> SDN-C AdminPortal

User Trace

<% if ( typeof result != 'undefined' ) { if (result.code.length > 0) { if ( result.code == 'success' ) { %> <% } else { %>
<% for ( x in result.msg ){ %>
<%= result.msg[x] %>
<% } %>
<% } %> <% } %> <% } %> <% if( typeof privilege != 'undefined'){ var priv = privilege.privilege; } else { var priv = 'A'; } %>
<% for (var x=0; x <% } %>
Date (UTC) ATTUID Action Description
<%= pageInfo.rows[x].date %> <%= pageInfo.rows[x].attuid %> <%= pageInfo.rows[x].action %> <%= pageInfo.rows[x].desc %>

  Page <%= pageInfo.currentPage %> of <%= pageInfo.pageCount %>

<% if (pageInfo.pageCount > 1) { %>
    <% if (pageInfo.currentPage > 1) { %>
  • «
  • <% } %> <% var i = 1; if (pageInfo.currentPage > 10) { i = +pageInfo.currentPage - 9; } %> <% if (i !== 1) { %> <% } %> <% for (i; i<=pageInfo.pageCount; i++) { %> <% if (pageInfo.currentPage == i) { %>
  • <%= i %> (current)
  • <% } else { %>
  • <%= i %>
  • <% } %> <% if (i == (+pageInfo.currentPage + 9)) { %> <% break; } %> <% } %> <% if (pageInfo.currentPage != pageInfo.pageCount) { %>
  • »
  • <% } %>
<% } %>