c2f2dd7f10
Remove a bit of superfluous information from the avatar alt attributes. Improved upon the meta store tests. Move float: right; out of the footer and into the Tempra Simple and Shadow stylesheets. Added a missing level label to Shadow.
12 lines
600 B
HTML
12 lines
600 B
HTML
<div class="rowblock rowhead widget_online">
|
|
<div class="rowitem"><h1>{{.Name}}</h1></div>
|
|
</div>
|
|
<div class="rowblock rowlist bgavatars not_grid widget_online">
|
|
{{if lt .UserCount 30}}
|
|
{{range .Users}}<div class="rowitem" style="background-image: url('{{.Avatar}}');">
|
|
<img src="{{.Avatar}}" class="bgsub" alt="Avatar" aria-hidden="true" />
|
|
<a class="rowTitle" href="{{.Link}}">{{.Name}}</a>
|
|
</div>
|
|
{{else}}<div class="rowitem rowmsg">{{lang "widget.online_none_online"}}</div>{{end}}
|
|
{{else}}<div class="rowitem rowmsg">{{langf "widget.online_some_online" .UserCount}}</div>{{end}}
|
|
</div> |