summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/actionlog-lecture.html
blob: 6b8701b763a61222b4d3145b4099d3caa5b1fa24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<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&amp;section=actionlog&amp;action=showuser&amp;uuid={{ouserid}}">{{ofirstname}} {{olastname}}</a></td>
	</tr>
	<tr>
		<th class="text-nowrap">{{lang_lastEditor}}</th>
		<td><a href="?do=dozmod&amp;section=actionlog&amp;action=showuser&amp;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&amp;section=actionlog&amp;action=showtarget&amp;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>