fileboard support
This commit is contained in:
15
templates/fileboard.html
Normal file
15
templates/fileboard.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<table class='fileboard'>
|
||||
<tr>
|
||||
<th> <!-- checkbox -->
|
||||
<th>{% trans %}No.{% endtrans %}
|
||||
<th>{% trans %}Name{% endtrans %}
|
||||
<th>{% trans %}File{% endtrans %}
|
||||
<th>{% trans %}Tag{% endtrans %}
|
||||
<th>{% trans %}Subject{% endtrans %}
|
||||
<th>{% trans %}Size{% endtrans %}
|
||||
<th>{% trans %}Date{% endtrans %}
|
||||
<th>{% trans %}Replies{% endtrans %}
|
||||
<th> <!-- reply -->
|
||||
</tr>
|
||||
{{ body }}
|
||||
</table>
|
Reference in New Issue
Block a user