2016-12-03 13:45:08 +00:00
|
|
|
{{template "header.html" . }}
|
|
|
|
<div class="rowblock">
|
2017-01-07 06:31:04 +00:00
|
|
|
<div class="rowitem rowhead"><a>{{.Title}}</a></div>
|
2016-12-03 13:45:08 +00:00
|
|
|
</div>
|
|
|
|
<div class="rowblock">
|
2016-12-26 04:44:07 +00:00
|
|
|
{{range .ItemList}}<div class="rowitem passive" style="{{ if .Avatar }}background-image: url({{ .Avatar }});background-position: left;background-repeat: no-repeat;background-size: 64px;padding-left: 72px;{{end}}{{ if .Sticky }}background-color: #FFFFCC;{{else if .Is_Closed}}background-color: #eaeaea;{{end}}">
|
2017-01-10 06:51:28 +00:00
|
|
|
<a href="/topic/{{.ID}}">{{.Title}}</a> {{if .Is_Closed}}<span class="username topic_status_e topic_status_closed" title="Status: Closed" style="float: right;">🔒︎</span>{{end}}
|
2016-12-21 02:30:32 +00:00
|
|
|
</div>
|
|
|
|
{{else}}<div class="rowitem passive">There aren't any topics in this forum yet.</div>{{end}}
|
2016-12-03 13:45:08 +00:00
|
|
|
</div>
|
|
|
|
{{template "footer.html" . }}
|