summaryrefslogtreecommitdiffstats
path: root/templates/tunnelfiles.html
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2011-07-11 23:28:23 +0100
committerWookey <wookey@wookware.org>2011-07-11 23:28:23 +0100
commitded3d58da16a609ce49fa393b70a93acd22a9d1e (patch)
tree24de35f27ab4783629bee9a8424540cecd01b728 /templates/tunnelfiles.html
parent3b028661f627227d7325c65adc134c3831e854d3 (diff)
parentb6a1503c7a00a582fa08cb5cfb97490f8bfa07aa (diff)
downloadtroggle-ded3d58da16a609ce49fa393b70a93acd22a9d1e.tar.gz
troggle-ded3d58da16a609ce49fa393b70a93acd22a9d1e.tar.bz2
troggle-ded3d58da16a609ce49fa393b70a93acd22a9d1e.zip
rest of martin's changes, without reverting lineend issues
Diffstat (limited to 'templates/tunnelfiles.html')
-rw-r--r--templates/tunnelfiles.html84
1 files changed, 42 insertions, 42 deletions
diff --git a/templates/tunnelfiles.html b/templates/tunnelfiles.html
index 3d49e5d..caa3895 100644
--- a/templates/tunnelfiles.html
+++ b/templates/tunnelfiles.html
@@ -1,43 +1,43 @@
-{% extends "base.html" %}
-{% load wiki_markup %}
-{% load survex_markup %}
-
-{% block title %}Tunnel files{% endblock %}
-
-{% block content %}
-
-<h3>All Tunnel files</h3>
-<table>
-<tr><th>File</th><th>Font</th><th>SurvexBlocks</th><th>Size</th><th>Paths</th><th>Scans folder</th><th>Scan files</th><th>Frames</th></tr>
-{% for tunnelfile in tunnelfiles %}
- <tr>
- <td><a href="{% url tunnelfile tunnelfile.tunnelpath %}">{{tunnelfile.tunnelpath}}</a></td>
- <td>{{tunnelfile.bfontcolours}}</td>
- <td></td>
- <td>{{tunnelfile.filesize}}</td>
- <td>{{tunnelfile.npaths}}</td>
-
- <td>
- {% for survexscansfolder in tunnelfile.survexscansfolders.all %}
- <a href="{{survexscansfolder.get_absolute_url}}">{{survexscansfolder.walletname}}</a>
- {% endfor %}
- </td>
-
- <td>
- {% for survexscansingle in tunnelfile.survexscans.all %}
- <a href="{{survexscansingle.get_absolute_url}}">{{survexscansingle.name}}</a>
- {% endfor %}
- </td>
-
- <td>
- {% for rtunnelfile in tunnelfile.tunnelcontains.all %}
- <a href="{% url tunnelfile rtunnelfile.tunnelpath %}">{{rtunnelfile.tunnelpath}}</a>
- {% endfor %}
- </td>
-
-
- </tr>
-{% endfor %}
-</table>
-
+{% extends "base.html" %}
+{% load wiki_markup %}
+{% load survex_markup %}
+
+{% block title %}Tunnel files{% endblock %}
+
+{% block content %}
+
+<h3>All Tunnel files</h3>
+<table>
+<tr><th>File</th><th>Font</th><th>SurvexBlocks</th><th>Size</th><th>Paths</th><th>Scans folder</th><th>Scan files</th><th>Frames</th></tr>
+{% for tunnelfile in tunnelfiles %}
+ <tr>
+ <td><a href="{% url tunnelfile tunnelfile.tunnelpath %}">{{tunnelfile.tunnelpath}}</a></td>
+ <td>{{tunnelfile.bfontcolours}}</td>
+ <td></td>
+ <td>{{tunnelfile.filesize}}</td>
+ <td>{{tunnelfile.npaths}}</td>
+
+ <td>
+ {% for survexscansfolder in tunnelfile.survexscansfolders.all %}
+ <a href="{{survexscansfolder.get_absolute_url}}">{{survexscansfolder.walletname}}</a>
+ {% endfor %}
+ </td>
+
+ <td>
+ {% for survexscansingle in tunnelfile.survexscans.all %}
+ <a href="{{survexscansingle.get_absolute_url}}">{{survexscansingle.name}}</a>
+ {% endfor %}
+ </td>
+
+ <td>
+ {% for rtunnelfile in tunnelfile.tunnelcontains.all %}
+ <a href="{% url tunnelfile rtunnelfile.tunnelpath %}">{{rtunnelfile.tunnelpath}}</a>
+ {% endfor %}
+ </td>
+
+
+ </tr>
+{% endfor %}
+</table>
+
{% endblock %} \ No newline at end of file