blob: 6b8701b763a61222b4d3145b4099d3caa5b1fa24 (
plain) (
tree)
|
|
<h3>{{lang_currentFilter}}</h3>
<table class="table table-bordered table-striped" style="width: auto">
<tr>
<th class="text-nowrap">{{lang_lecture}}</th>
<td>{{displayname}}</td>
</tr>
<tr>
<th class="text-nowrap">{{lang_owner}}</th>
<td><a href="?do=dozmod&section=actionlog&action=showuser&uuid={{ouserid}}">{{ofirstname}} {{olastname}}</a></td>
</tr>
<tr>
<th class="text-nowrap">{{lang_lastEditor}}</th>
<td><a href="?do=dozmod&section=actionlog&action=showuser&uuid={{uuserid}}">{{ufirstname}} {{ulastname}}</a></td>
</tr>
<tr>
<th class="text-nowrap">{{lang_createTime}}</th>
<td>{{createtime_s}}</td>
</tr>
<tr>
<th class="text-nowrap">{{lang_updateTime}}</th>
<td>{{updatetime_s}}</td>
</tr>
<tr>
<th class="text-nowrap">{{lang_image}}</th>
<td><a href="?do=dozmod&section=actionlog&action=showtarget&uuid={{imagebaseid}}">{{imgname}}</a></td>
</tr>
<tr>
<th class="text-nowrap">{{lang_lastBoot}}</th>
<td>{{lastused_s}}</td>
</tr>
<tr>
<th class="text-nowrap">{{lang_numberBoots}}</th>
<td>{{usecount}}</td>
</tr>
<tr>
<td colspan="2">{{{descriptionHtml}}}</td>
</tr>
</table>
|