summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates/actionlog-image.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/dozmod/templates/actionlog-image.html')
-rw-r--r--modules-available/dozmod/templates/actionlog-image.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/modules-available/dozmod/templates/actionlog-image.html b/modules-available/dozmod/templates/actionlog-image.html
new file mode 100644
index 00000000..cd8c8d1d
--- /dev/null
+++ b/modules-available/dozmod/templates/actionlog-image.html
@@ -0,0 +1,30 @@
+<h3>{{lang_currentFilter}}</h3>
+<table class="table table-bordered table-striped" style="width: auto">
+ <tr>
+ <th class="text-nowrap">{{lang_image}}</th>
+ <td>{{displayname}}</td>
+ </tr>
+ <tr>
+ <th class="text-nowrap">{{lang_os}}</th>
+ <td>{{osname}}</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>
+ <td colspan="2">{{{descriptionHtml}}}</td>
+ </tr>
+</table> \ No newline at end of file