Archived
1
0

initial for catalog

This commit is contained in:
ZiRo
2016-02-19 16:48:41 +01:00
parent 0e0f35e6dc
commit dea611c1ba
3 changed files with 78 additions and 3 deletions

View File

@@ -29,6 +29,7 @@
</div>
</center>
<div class="board_header">{{board.Board}}</div>
<div class="board_header_catalog"><a href="{{board.Prefix}}catalog-{{board.Name}}.html"> Catalog </a></div>
<!-- postform -->
<div id="postform_container">
{{{form}}}
@@ -47,7 +48,12 @@
</div>
{{/board.Threads}}
</div>
<div class="pagelist">{{# board.PageList }}[<a href="{{LinkURL}}"> {{Text}} </a>] {{/ board.PageList }}</div>
<div class="pagelist">{{# board.PageList }}[<a href="{{LinkURL}}"> {{Text}} </a>] {{/ board.PageList }}
<span class="navbar-sep">
|
</span>
<a href="{{board.Prefix}}catalog-{{board.Name}}.html"> Catalog </a>
</div>
<script type="text/javascript">
var e = document.getElementById("nntpchan_banner");