summaryrefslogtreecommitdiffstats
path: root/templates/manyscansfolders.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/manyscansfolders.html')
-rw-r--r--templates/manyscansfolders.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/manyscansfolders.html b/templates/manyscansfolders.html
index 00f5bdc..c392af9 100644
--- a/templates/manyscansfolders.html
+++ b/templates/manyscansfolders.html
@@ -11,13 +11,13 @@
plans and elevations. It also contains scans of centre-line survex output on which
hand-drawn passage sections are drawn. These hand-drawn passages will eventually be
traced to produce Tunnel or Therion drawings and eventually the final complete cave survey.
-<table>
+<table width=95%>
<tr><th>Scans folder</th><th>Files</th><th>Survex blocks</th></tr>
{% for scansfolder in manyscansfolders %}
<tr>
- <td><a href="{{scansfolder.get_absolute_url}}">{{scansfolder.walletname}}</a></td>
- <td>{{scansfolder.singlescan_set.all|length}}</td>
- <td>
+ <td style="padding:2px"><a href="{{scansfolder.get_absolute_url}}">{{scansfolder.walletname}}</a></td>
+ <td align="right" style="padding:2px">{{scansfolder.singlescan_set.all|length}}</td>
+ <td style="padding:2px">
{% for survexblock in scansfolder.survexblock_set.all %}
<a href="{% url "svx" survexblock.survexfile.path %}">{{survexblock}}</a>
{% endfor %}