2016-12-24 13:14:40 +00:00
|
|
|
{{template "header.html" . }}
|
2017-12-27 23:38:37 +00:00
|
|
|
<div class="colstack panel_stack">
|
2016-12-24 13:14:40 +00:00
|
|
|
{{template "panel-menu.html" . }}
|
2017-11-23 05:37:08 +00:00
|
|
|
<main id="panel_dashboard_right" class="colstack_right">
|
|
|
|
<div class="colstack_item colstack_head">
|
|
|
|
<div class="rowitem"><a>Dashboard</a></div>
|
|
|
|
</div>
|
|
|
|
<div id="panel_dashboard" class="colstack_grid">
|
2017-05-07 08:31:41 +00:00
|
|
|
{{range .GridItems}}
|
2017-11-23 05:37:08 +00:00
|
|
|
<div id="{{.ID}}" class="grid_item {{.Class}}" title="{{.Note}}" style="{{if .TextColour}}color: {{.TextColour}};{{end}}
|
|
|
|
{{if .Background}}background-color: {{.Background}};{{end}}"><span>{{.Body}}</span></div>
|
2017-05-07 08:31:41 +00:00
|
|
|
{{end}}
|
2017-11-23 05:37:08 +00:00
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
</div>
|
2017-05-29 14:52:37 +00:00
|
|
|
{{template "footer.html" . }}
|