diff --git a/light9/web/edit-choice-demo.html b/light9/web/edit-choice-demo.html
--- a/light9/web/edit-choice-demo.html
+++ b/light9/web/edit-choice-demo.html
@@ -3,7 +3,8 @@
-
+
diff --git a/light9/web/rdfdb-synced-graph.html b/light9/web/rdfdb-synced-graph.html
--- a/light9/web/rdfdb-synced-graph.html
+++ b/light9/web/rdfdb-synced-graph.html
@@ -1,9 +1,12 @@
-
+
+
+
+
- [[status]]
+ graph: [[status]]
diff --git a/light9/web/rdfdb-synced-graph_test.html b/light9/web/rdfdb-synced-graph_test.html
new file mode 100644
--- /dev/null
+++ b/light9/web/rdfdb-synced-graph_test.html
@@ -0,0 +1,52 @@
+
+
+
+
rdfdb-synced-graph test
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/light9/web/resource-display.html b/light9/web/resource-display.html
--- a/light9/web/resource-display.html
+++ b/light9/web/resource-display.html
@@ -1,23 +1,48 @@
-
+
-
-
-
- {{label}}
-
+
+
+
+ {{label}}
+
@@ -33,71 +58,96 @@
Cancel
OK
-
-
+
+
diff --git a/light9/web/resource-display_test.html b/light9/web/resource-display_test.html
--- a/light9/web/resource-display_test.html
+++ b/light9/web/resource-display_test.html
@@ -3,32 +3,120 @@
resource-display test
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ resource:
+
+
+
+
-
+ mocha.run();
+
diff --git a/light9/web/style.css b/light9/web/style.css
--- a/light9/web/style.css
+++ b/light9/web/style.css
@@ -145,34 +145,7 @@ button a {
.vari {
color: white;
}
-a.resource {
- color: inherit;
- text-decoration: none;
-}
-.resource {
- border: 1px solid #545454;
- border-radius: 5px;
- padding: 1px;
- margin: 2px;
- background: rgb(49, 49, 49);
- display: inline-block;
- text-shadow: 1px 1px 2px black;
-}
-.resource.minor {
- background: none;
- border: none;
-}
-.resource a {
- color: rgb(150, 150, 255);
- padding: 1px;
- display: inline-block;
-}
-.resource.minor a {
- text-decoration: none;
- color: rgb(155, 155, 193);
- padding: 0
-}
.sub {
display: inline-block;
vertical-align: top;