2019-05-03 11:07:31 +00:00
|
|
|
<div class="colstack_item colstack_head">
|
|
|
|
<div class="rowitem"><h1>{{lang "panel_dashboard_head"}}</h1></div>
|
2019-06-03 05:26:27 +00:00
|
|
|
</div>{{flush}}
|
|
|
|
<div class="colstack_grid panel_dashboard grid1">
|
|
|
|
{{range .Grid1}}
|
|
|
|
<div id="{{.ID}}" class="grid_item {{.Class}}" title="{{.Note}}" style="{{if .TextColour}}color:{{.TextColour}};{{end}}{{if .Background}}background-color:{{.Background}};{{end}}">
|
|
|
|
{{if .Href}}<a href="{{.Href}}">{{.Body}}</a>{{else}}<span>{{.Body}}</span>{{end}}
|
|
|
|
</div>
|
|
|
|
{{end}}
|
|
|
|
</div>{{flush}}
|
|
|
|
<div class="colstack_grid panel_dashboard grid2">
|
|
|
|
{{range .Grid2}}
|
2019-06-03 00:35:25 +00:00
|
|
|
<div id="{{.ID}}" class="grid_item {{.Class}}" title="{{.Note}}" style="{{if .TextColour}}color:{{.TextColour}};{{end}}{{if .Background}}background-color:{{.Background}};{{end}}">
|
2019-05-09 06:58:55 +00:00
|
|
|
{{if .Href}}<a href="{{.Href}}">{{.Body}}</a>{{else}}<span>{{.Body}}</span>{{end}}
|
2019-05-03 11:07:31 +00:00
|
|
|
</div>
|
2017-05-07 08:31:41 +00:00
|
|
|
{{end}}
|
2019-05-03 11:07:31 +00:00
|
|
|
</div>
|