-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlisttemplate.html
31 lines (30 loc) · 963 Bytes
/
listtemplate.html
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
<!-- Ticketsystem v.1.0 - Copyright (C) 2022, TRMSC - https://trmsc1.wordpress.com/ -->
<!-- GNU General Public Licence 3.0 - http://www.gnu.de/documents/gpl-3.0.en.html -->
<div class="row list">
<div class="col">
##timeadded##
</div>
<div class="col">
##user##
</div>
<div class="col">
[[classification]]
</div>
<div class="col description-container">
<details>
<summary>[[shorttitle]]</summary>
<p>[[description]]</p>
</details>
</div>
<div class="col status-container">
<details>
<summary><span class="status [[status]]">[[status]]
<span class="position-absolute top-0 start-100 translate-middle p-1 bg-info border border-light rounded-circle">
</span></summary>
<span class="feedback">[[feedback]]</span>
</details>
</div>
<div class="col symbol">
##more####edit####delete####delcheck##
</div>
</div>