|
|
|
@ -29,6 +29,7 @@
|
|
|
|
|
<tr> |
|
|
|
|
<th style="width: 50px; ">#</th> |
|
|
|
|
<th style="width: 170px; ">用户名</th> |
|
|
|
|
<th style="width: 170px; ">积分</th> |
|
|
|
|
<th>个性签名</th> |
|
|
|
|
</tr> |
|
|
|
|
</thead> |
|
|
|
@ -53,6 +54,7 @@
|
|
|
|
|
<tr> |
|
|
|
|
<td><b><%= i %></b></td> |
|
|
|
|
<td><a href="<%= syzoj.utils.makeUrl(['user', user.id]) %>"><%= user.username %></a><% if (user.nameplate) { %><%- user.nameplate %><% } %></td> |
|
|
|
|
<td><%= user.rating %></td> |
|
|
|
|
<td style="font-content"> |
|
|
|
|
<script id="user-infomation-script-<%= i %>"> |
|
|
|
|
(function () { |
|
|
|
|