summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/actionlog-lecture.html
blob: 4fb2b4d09a5c2b1d349ac59ca37e20a3f5349dd6 (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
<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>
		<td colspan="2">{{{descriptionHtml}}}</td>
	</tr>
</table>