????
| Current Path : /home2/morganrand/www/wp-content/plugins/sucuri-scanner/inc/tpl/ |
| Current File : /home2/morganrand/www/wp-content/plugins/sucuri-scanner/inc/tpl/lastlogins-all.html.tpl |
<div class="sucuriscan-panel">
<h3 class="sucuriscan-title">{{Successful Logins (all)}}</h3>
<div class="inside">
<p>{{Here you can see a list of all the successful user logins.}}</p>
<table class="wp-list-table widefat sucuriscan-table sucuriscan-table-double-title sucuriscan-last-logins">
<thead>
<tr>
<th colspan="5">{{Successful Logins (all)}}</th>
</tr>
<tr>
<th class="manage-column">{{Username}}</th>
<th class="manage-column">{{IP Address}}</th>
<th class="manage-column">{{Hostname}}</th>
<th class="manage-column">{{Date/Time}}</th>
<th class="manage-column"> </th>
</tr>
</thead>
<tbody>
%%%SUCURI.UserList%%%
<tr class="sucuriscan-%%SUCURI.UserList.NoItemsVisibility%%">
<td colspan="5">
<em>{{no data available}}</em>
</td>
</tr>
<tr class="sucuriscan-%%SUCURI.UserList.PaginationVisibility%%">
<td colspan="5">
<ul class="sucuriscan-pagination">
%%%SUCURI.UserList.Pagination%%%
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>