diff --git a/server/main/templates/analysis.tmpl b/server/main/templates/analysis.tmpl index 15b4595af..9e737114c 100644 --- a/server/main/templates/analysis.tmpl +++ b/server/main/templates/analysis.tmpl @@ -1,3 +1,70 @@ -{{ range .Locations }} +{{ template "header" . }} + + +
+ +
+ {{ with .Message }} +
+ +
+ {{ end }} {{ with .ErrorMessage }} +
+ +
+ {{ end }} +
+
+
+
+
+

About

+
+
+

These graphs show the raw RSSI value (X-axis) and the probability (Y-axis) for each location for the top 10 most important access points. The most important access points have the most variance across the location set, thus are the most distinguishing.

+

If you see two graphs with very similar patterns, then likely those two locations are too close together to be able to distinguish them correctly.

+
+
+ + {{ range .Locations }} +
+
+
+
-{{end}} \ No newline at end of file +
+{{end}} + +
+ +
+ +{{ template "footer" . }} + diff --git a/server/main/templates/header.tmpl b/server/main/templates/header.tmpl index 92f39d304..0bf7c8dca 100644 --- a/server/main/templates/header.tmpl +++ b/server/main/templates/header.tmpl @@ -106,6 +106,10 @@ Dashboard +
  • + + Location analysis +
  • Getting started