% theme = Request.Cookies("theme") If theme = "" Then theme = "bg-theme1" %>
Machine Map Editor
Dashboard
Machine Map
Editor
Instructions:
- Click machine in list to select and center on map
- Drag markers to reposition
- Yellow border = modified
- Click "Save All Changes" when done
All Types
<% Dim rsMT Set rsMT = objConn.Execute("SELECT machinetypeid, machinetype FROM machinetypes WHERE machinetypeid < 16 AND machinetypeid > 1 ORDER BY machinetype") Do While Not rsMT.EOF Response.Write("
" & Server.HTMLEncode(rsMT("machinetype")) & "
") rsMT.MoveNext Loop rsMT.Close Set rsMT = Nothing %>
Show machines without position
Pending Changes:
0
Save All Changes
Reset All