"+data[i]["label"]+" | "+data[i]["count"]+" | "
- }
- */
for (var i=0; i " + "SARS-CoV-2 sequences: " +fastaCount); + marker.bindPopup("" + label + " " + "SARS-CoV-2 sequences: " +fastaCount + ""); markers.addLayer(marker); } } diff --git a/bh20simplewebuploader/templates/list.html b/bh20simplewebuploader/templates/list.html new file mode 100644 index 0000000..d50a045 --- /dev/null +++ b/bh20simplewebuploader/templates/list.html @@ -0,0 +1,42 @@ + + + {% include 'header.html' %} + + {% include 'banner.html' %} + {% include 'menu.html' %} + + + + {{id}}+ +
+
+
+ {% include 'footer.html' %}
+
+
+
+
+
--
cgit v1.2.3
+ {% for row in l: %}
+
+
+
+ {% endfor %}
+
+ {% for col in h: %}
+
+
+ {% if col == 'name': %}
+ {{ row[col]['value'] }}
+ {% else %}
+ {{ row[col]['value'] }}
+ {% endif %}
+
+ {% endfor %}
+ |