2016-12-03 13:45:08 +00:00
|
|
|
{{template "header.html" . }}
|
2017-03-01 11:36:50 +00:00
|
|
|
<div class="rowblock opthead">
|
|
|
|
<div class="rowitem rowhead"><a>Forums</a></div>
|
|
|
|
</div>
|
2016-12-03 13:45:08 +00:00
|
|
|
<div class="rowblock">
|
|
|
|
{{range .ItemList}}<div class="rowitem">
|
2017-05-29 14:52:37 +00:00
|
|
|
<a href="/forum/{{.ID}}" class="panel_upshift">{{.Name}}</a>
|
|
|
|
<a href="/topic/{{.LastTopicID}}" style="float: right;">{{.LastTopic}} <small style="font-size: 12px;">{{.LastTopicTime}}</small></a>
|
2016-12-21 02:30:32 +00:00
|
|
|
</div>
|
|
|
|
{{else}}<div class="rowitem passive">You don't have access to any forums.</div>{{end}}
|
2016-12-03 13:45:08 +00:00
|
|
|
</div>
|
|
|
|
{{template "footer.html" . }}
|