From 5085fbed88cec0bdc1b339daf9cd888e184cc32c Mon Sep 17 00:00:00 2001 From: Vasilii Chernov Date: Wed, 24 Feb 2016 14:57:16 +0100 Subject: 1. Http server add tree view 2. Pcipywrap - add lock function wraps - add dma read wrap 3. Api server implement locking functionality --- pywrap/templates/base.html | 358 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 345 insertions(+), 13 deletions(-) (limited to 'pywrap/templates') diff --git a/pywrap/templates/base.html b/pywrap/templates/base.html index e62dbdf..fdb95e8 100644 --- a/pywrap/templates/base.html +++ b/pywrap/templates/base.html @@ -1,15 +1,347 @@ - -{% block title %}Device {{ device }}{% endblock %} -{% block info %} -

Device {{ device }} model={{ model }} control page

-{% endblock %} + + + + {% block title %}Device {{ device }}{% endblock %} + + + + + + + + + + {% block info %} +

Device {{ device }} model={{ model }} control page

+ {% endblock %} + + {% block content %} + {% endblock %} + + + + + + + + + +
+

Properties Tree

+
+

Registers Tree

+
+
+
+
+
+ + -- cgit v1.2.3