2016-12-03 13:45:08 +00:00
|
|
|
{{template "header.html" . }}
|
|
|
|
<div class="rowblock">
|
|
|
|
{{range .ItemList}}<div class="rowitem">
|
2016-12-04 06:16:59 +00:00
|
|
|
<a href="/forum/{{.ID}}" style="font-size: 20px;position:relative;top: -2px;font-weight: normal;text-transform: none;">{{.Name}}</a>
|
2016-12-03 13:45:08 +00:00
|
|
|
<a href="/topic/{{.LastTopicID}}" style="font-weight: normal;text-transform: none;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" . }}
|