diff --git a/troggle/templates/survey.html b/troggle/templates/survey.html new file mode 100644 index 000000000..00d296ecf --- /dev/null +++ b/troggle/templates/survey.html @@ -0,0 +1,213 @@ + + + + +Untitled Document + + + + + + +
+

Survey Stages for {{ current_survey }}

+
+ +
+ + + + + + + +
+
+
+
+ scanned notes thumbnails, date scanned, by who, etc +

+ There are {{ notes|length }} notes. + {% for noteItem in notes %} +
+ Item number: {{ noteItem.number_in_wallet }} + {{ noteItem.file.correctURL }} + + {% endfor %} +

+
+ survex file editor, keeping file in original structure +
+ who entered by +
+
+ centreline +
+
+ scanned sketch thumbnails, date scanned, by who + {% for noteItems in notes %} + {{ noteItem }} + {% endfor %} +
+
+ link to tunnel xml file. potentially instance of tunnel applet... +
+
+ link to main sketch file +
+ +
+
+ + + +