From 1cd1014b2919cd5b608e8d2d1bbb0c4011067b12 Mon Sep 17 00:00:00 2001 From: "Michael F. Lamb" Date: Wed, 6 Sep 2017 10:28:14 -0700 Subject: Commit seed code for imagescanner This imports the initial seed code for imagescanner. These files were imported from a tarball with the SHA1SUM f05839fedb9c78c1e37d5d45ee6c7b134049da63. From the contents of the tarball, some files which had executable permission set erroneously were adjusted and a .gitignore file was added. The result matches exactly the contents of the origin private repository at hash ddaaf67. Change-Id: I34463fa7b7a4a7f9b6804bef3a113340a90d6ecd Signed-off-by: Michael F. Lamb Issue-Id: VVP-7 --- imagescanner/imagescanner/templates/form.html | 94 +++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 imagescanner/imagescanner/templates/form.html (limited to 'imagescanner/imagescanner/templates/form.html') diff --git a/imagescanner/imagescanner/templates/form.html b/imagescanner/imagescanner/templates/form.html new file mode 100644 index 0000000..7d037f3 --- /dev/null +++ b/imagescanner/imagescanner/templates/form.html @@ -0,0 +1,94 @@ + + + + + + + +
+

+
+
+
+

+
+

Executing:

+
+    {% for job in active -%}
+{{ job.args }}
+    {% else -%}
+(None)
+    {% endfor -%}
+    
+

Status:

+
{{status}}
+

Pending:

+
+    {% for job in reserved -%}
+{{ job.args }}
+    {% else -%}
+(None)
+    {% endfor -%}
+    
+ + + -- cgit 1.2.3-korg