From 79c4b3c4cd83ea79dffe19d7a8765b4a8a3af5a1 Mon Sep 17 00:00:00 2001 From: Jesse Cirimelli-Low Date: Wed, 28 Nov 2018 16:56:24 -0800 Subject: [PATCH] added files links --- .../server_scripts/templates/index.html | 23 +++++++++++-------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/compiler/datasheet/server_scripts/templates/index.html b/compiler/datasheet/server_scripts/templates/index.html index a2e3ec13..66720d67 100644 --- a/compiler/datasheet/server_scripts/templates/index.html +++ b/compiler/datasheet/server_scripts/templates/index.html @@ -2,24 +2,27 @@ + +
- {% for root, dir, files in os.walk(filedir) %} + {% for root, dir, files in os.walk(filedir) %} - -
- {% for f in files %} - +
-

file information

-
+ {% for f in files %} + +
+ link +
+ {% endfor %} +
+ + {% endfor %}
- {% endfor %} - -