mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-02 04:44:53 +02:00
Update frontpage.mustache
This commit is contained in:
@@ -33,6 +33,49 @@
|
|||||||
|
|
||||||
</center>
|
</center>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
|
<center>
|
||||||
|
<table>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="board_td">
|
||||||
|
{{! todo: move boardgraph into its own file like postsgraph }}
|
||||||
|
<table id="board_graph">
|
||||||
|
<thead>
|
||||||
|
<tbody>
|
||||||
|
{{# boardgraph}}
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<a href="{{prefix}}b/{{Board}}/">{{Board}}</a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
{{Hour}}
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
{{Day}}
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
{{All}}
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
{{/ boardgraph}}
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
{{{overview}}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</center>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var e = document.getElementById("nntpchan_banner");
|
||||||
|
nntpchan_inject_banners(e, "{{prefix}}");
|
||||||
|
</script>
|
||||||
|
<hr/>
|
||||||
|
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
|
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
|
||||||
<p class="legal">To make a DMCA request or report illegal content, please contact the administration</p>
|
<p class="legal">To make a DMCA request or report illegal content, please contact the administration</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user