-
- <{{elem.nodeName}}
-
- {{attribute.name}}
- =
- "{{attribute.value}}"
-
- >
- {{this.children[0].data.trim()}}
- </{{elem.nodeName}}>
-
-
-
+
+
-
- <{{elem.nodeName}}
-
- {{attribute.name}}
+ <{{props.element.nodeName}}
+
+ {{attribute.name}}
=
- "{{attribute.value}}"
+ "{{attribute.value}}"
- />
- >
+ /
+ >
+
+
+
- {{elem.data.trim()}}
-
-
-
- </{{elem.nodeName}}>
+ </{{props.element.nodeName}}>
+ {{props.element.data.trim()}}
-
-
diff --git a/web/docroot/src/css/index.css b/web/docroot/src/css/index.css
index 21fdb4a..e3c12f7 100644
--- a/web/docroot/src/css/index.css
+++ b/web/docroot/src/css/index.css
@@ -7,11 +7,15 @@ th, td {
padding-right: 10px
}
+.active {
+ background-color: cyan;
+}
+
.simulink {
cursor: pointer;
text-underline: blue;
}
.simulink:hover {
- background-color: cyan;
+ background-color: green;
}