2016-12-24 13:14:40 +00:00
|
|
|
{{template "header.html" . }}
|
2017-12-27 23:38:37 +00:00
|
|
|
<div class="colstack panel_stack">
|
2018-06-06 00:21:22 +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">
|
2018-07-03 10:01:49 +00:00
|
|
|
<div class="rowitem"><h1>{{lang "panel_dashboard_head"}}</h1></div>
|
2017-11-23 05:37:08 +00:00
|
|
|
</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" . }}
|