Archived
1
0

add page list to the bottom of board pages

This commit is contained in:
ZiRo 2016-02-17 11:30:19 +01:00
parent 649cc96269
commit 24b6d87381
2 changed files with 14 additions and 1 deletions

View File

@ -82,7 +82,7 @@ table tbody tr:nth-of-type( even ) {
}
.reply {
.reply, .pagelist {
background: #D6DAF0;
border-width: 1px;
border-style: none solid solid none;
@ -299,6 +299,18 @@ input, textarea {
}
.pagelist {
display: inline-block;
overflow: hidden;
margin-left: 15px;
margin-top: 20px;
margin-bottom: 50px;
padding: 10px 10px 10px 10px;
font-size: 12pt;
font-weight: medium;
}
.backlink, .backlink:hover, .backlink:visited, .backlink:visited:hover {
margin-left: none;
color: #D00

View File

@ -46,6 +46,7 @@
</div>
{{/board.Threads}}
</div>
<div class="pagelist">{{# board.PageList }}[<a href="{{LinkURL}}"> {{Text}} </a>] {{/ board.PageList }}</div>
<script type="text/javascript">
var e = document.getElementById("nntpchan_banner");