include new template
This commit is contained in:
parent
77aeee7e6b
commit
4e5841bbf5
1 changed files with 21 additions and 0 deletions
21
www/kojiweb/taginfo_deleted.chtml
Normal file
21
www/kojiweb/taginfo_deleted.chtml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#from kojiweb import util
|
||||
#from urllib.parse import quote
|
||||
#import pprint
|
||||
|
||||
#include "includes/header.chtml"
|
||||
|
||||
<h4>Information for deleted tag <a href="taginfo?tagID=$tag.id">$util.escapeHTML($tag.name)</a></h4>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Name</th><td>$util.escapeHTML($tag.name)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>ID</th><td>$tag.id</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Deleted</th><td>$util.formatTimeLong($delete_ts)</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
#include "includes/footer.chtml"
|
||||
Loading…
Add table
Add a link
Reference in a new issue