|
|
|
@ -12,7 +12,6 @@
|
|
|
|
|
<thead> |
|
|
|
|
<tr> |
|
|
|
|
<th style="width: 60px; ">#</th> |
|
|
|
|
<th style="width: 60px; "><%- createSortableTitle('id', 'ID', true) %></th> |
|
|
|
|
<th style="width: 150px; "><%- createSortableTitle('username', '用户名', true) %></th> |
|
|
|
|
<th>个性签名</th> |
|
|
|
|
<th style="width: 100px; "><%- createSortableTitle('ac_num', '通过数量', false) %></th> |
|
|
|
@ -39,7 +38,6 @@
|
|
|
|
|
%> |
|
|
|
|
<tr> |
|
|
|
|
<td><%= i %></td> |
|
|
|
|
<td><%= user.id %></td> |
|
|
|
|
<td><a href="<%= syzoj.utils.makeUrl(['user', user.id]) %>"><%= user.username %></a><% if (user.nameplate) { %><%- user.nameplate %><% } %></td> |
|
|
|
|
<td class="font-content"> |
|
|
|
|
<script id="user-infomation-script-<%= i %>"> |
|
|
|
|