This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/_sakura/templates/broomcloset/pages/index/front-page.tpl

42 lines
781 B
Smarty
Raw Normal View History

2015-09-29 11:01:36 +00:00
{% extends 'global/master.tpl' %}
{% block title %}The Broomcloset{% endblock %}
{% block content %}
2015-05-03 16:25:57 +00:00
<h1>Latest 5 reports</h1>
<table>
<thead>
<tr>
<th>
Subject
</th>
<th>
User reported
</th>
<th>
Reporter
</th>
<th>
Report time
</th>
</tr>
</thead>
<tbody>
<tr>
<th>
Faggot exists really
</th>
<th>
Nippon Nick
</th>
<th>
Japan Joe
</th>
<th>
1969-69-69 69:69:69 JST
</th>
</tr>
</tbody>
</table>
2015-09-29 11:01:36 +00:00
{% endblock %}