{{extend 'layout.html'}}
{{=response.logo or ''}}
{{=T("Alarms panel")}}
{{=FORM(DIV( INPUT( _id = "tip", _class="form-control", _name="tip", _type="text", _value=request.vars.tip, _placeholder=T("Start typing... "), _oninput="if (this.value.length>=3) {window.loadQuickForm()};", #_onchange="window.loadQuickForm()" ), SPAN( TAG.button(I(_class="fa fa-eraser"), _type="button", _class="btn btn-default", _title=T("Reset"), _style="margin-right: 0px;", _onclick="$('#tip').val(null); window.loadQuickForm();" ), TAG.button(I(_class="fa fa-filter"), _type="button", _class="btn btn-default", _title=T("Filter sites") ), _class="input-group-btn", _onclick="window.loadQuickForm();" ), _class="input-group", _style="margin: 10px 10px 10px 10px;" ))}} {{=LOAD("site", "_quick.load", ajax=True, target="quick")}}
Mappa impianti
{{=define_map('DashboardMap2', update_url = URL('default', 'call', args=('json', 'sync_features', ))) }}