From 04f1af3268b195c3f8ae334956975355654eefeb Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Thu, 10 Dec 2015 23:24:47 +0100 Subject: [PATCH] html updates to configuration page Former-commit-id: 3fd5c512193dd50ef534c505ec31cb77178719b5 --- web-resource/configure.tmpl | 200 ++++++++++++++++++++++-------------- web-resource/css/main.css | 4 + 2 files changed, 125 insertions(+), 79 deletions(-) mode change 100644 => 100755 web-resource/css/main.css diff --git a/web-resource/configure.tmpl b/web-resource/configure.tmpl index 1da95f5c..a71f5559 100755 --- a/web-resource/configure.tmpl +++ b/web-resource/configure.tmpl @@ -1,87 +1,129 @@

Configuration

-
-
Profile Information
-
-
- - -
- - -
-
- - -
-
- -
-
-
+
+
+
Profile Information
+
+
+ + +
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+
+
-
-
Local Sensors
-
- This is a local list of sensors connected to this node. -
- - - - - - - {{#localSensor}} - - - - - - {{/localSensor}} -
NameTypeConfiguration
{{.name}}{{.type}}{{.config}}
+
+
+
Local Sensors
+
+

This is a local list of sensors connected to this node.

+ + + + + + + + + {{#localSensor}} + + + + + + + {{/localSensor}} +
NameTypeConfiguration + +
{{.name}}{{.type}}{{.config}} +
+ + +
+
+
+
-
-
External Users
-
- Add or remove users that you want to synchronized data with. -
- - - - - - - - {{#extUsers}} - - - - - - - {{/extUsers}} -
UsernameAddressHostnamePort
{{.username}}{{.address}}{{.hostname}}{{.port}}
+
+
+
External Users
+
+

Add or remove users that you want to synchronized data with.

+ + + + + + + + + + {{#extUsers}} + + + + + + + + {{/extUsers}} +
UsernameAddressHostnamePort + +
{{.username}}{{.address}}{{.hostname}}{{.port}} +
+ + +
+
+
+
-
-
External Sensors
-
- This is a read only list of synchronized sensors from external users. -
- - - - - - - {{#extSensor}} - - - - - - {{/extSensor}} -
NameTypeConfiguration
{{.name}}{{.type}}{{.config}}
-
+
+
+
External Sensors
+
+

This is a read only list of synchronized sensors from external users.

+ + + + + + + + + {{#extSensor}} + + + + + + + {{/extSensor}} +
NameTypeConfiguration
{{.name}}{{.type}}{{.config}} +
+ + +
+
+
+
+
\ No newline at end of file diff --git a/web-resource/css/main.css b/web-resource/css/main.css old mode 100644 new mode 100755 index ed9bf766..8f982497 --- a/web-resource/css/main.css +++ b/web-resource/css/main.css @@ -107,3 +107,7 @@ body { .panel{ margin-bottom: 70px; } + +.drop-shadow { + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) +} \ No newline at end of file