From 843a1b99b21bacfd8263cf55cc252c26045b4ec2 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Thu, 30 Jun 2016 19:04:01 +0200 Subject: front: Add score card page Displays a sorted list of what needs attention. --- web/css/nms.css | 5 ++++ web/index.html | 10 +++++++ web/js/nms-info-box.js | 48 ++++++++++++++++++++++++++++++++ web/js/nms-map-handlers.js | 4 +-- web/js/nms-score-card.js | 68 ++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 133 insertions(+), 2 deletions(-) create mode 100644 web/js/nms-score-card.js (limited to 'web') diff --git a/web/css/nms.css b/web/css/nms.css index ac2791c..50ec36b 100644 --- a/web/css/nms.css +++ b/web/css/nms.css @@ -19,6 +19,11 @@ canvas { background-color: #333333; color: #ADADAD; } +.fakelink { + text-decoration: underline; + cursor: pointer; +} + .left { width: 22ch; } diff --git a/web/index.html b/web/index.html index 14b60fc..655204e 100644 --- a/web/index.html +++ b/web/index.html @@ -39,6 +39,7 @@