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">
|
2017-06-05 11:57:27 +00:00
|
|
|
{{range .ItemList}}<div class="rowitem {{if (.Desc) or (.LastTopicTime)}}datarow{{end}}">
|
|
|
|
{{if .Desc}}<span style="float: left;">
|
2017-06-28 12:05:26 +00:00
|
|
|
<a href="/forum/{{.Slug}}.{{.ID}}" style="">{{.Name}}</a>
|
2017-06-05 11:57:27 +00:00
|
|
|
<br /><span class="rowsmall">{{.Desc}}</span>
|
|
|
|
</span>{{else if .LastTopicTime}}<span style="float: left;padding-top: 8px;font-size: 18px;">
|
2017-06-28 12:05:26 +00:00
|
|
|
<a href="/forum/{{.Slug}}.{{.ID}}">{{.Name}}</a>
|
2017-06-05 11:57:27 +00:00
|
|
|
</span>{{else}}<span style="float: left;">
|
2017-06-28 12:05:26 +00:00
|
|
|
<a href="/forum/{{.Slug}}.{{.ID}}">{{.Name}}</a>
|
2017-06-05 11:57:27 +00:00
|
|
|
</span>{{end}}
|
|
|
|
|
|
|
|
<span style="float: right;">
|
2017-06-28 12:05:26 +00:00
|
|
|
<a href="/topic/{{.LastTopicSlug}}.{{.LastTopicID}}" style="float: right;font-size: 14px;">{{.LastTopic}}</a>
|
2017-06-05 11:57:27 +00:00
|
|
|
{{if .LastTopicTime}}<br /><span class="rowsmall">{{.LastTopicTime}}</span>{{end}}
|
|
|
|
</span>
|
|
|
|
<div style="clear: both;"></div>
|
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>
|
2017-06-05 11:57:27 +00:00
|
|
|
{{template "footer.html" . }}
|