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
commitc23fcc5b063e77281dee0932ed2a38d161556d63 (patch)
tree21591516ec3d45f2c1955fad8bc2fa1acba56c9f /templates/tunnelfiles.html
parent97c388dba07c030ddc9b5638e8e2f334c734a7a8 (diff)
parent21ff3b8b5d4d4f94ea1fcafbe535d967660ed392 (diff)
downloadtroggle-c23fcc5b063e77281dee0932ed2a38d161556d63.tar.gz
troggle-c23fcc5b063e77281dee0932ed2a38d161556d63.tar.bz2
troggle-c23fcc5b063e77281dee0932ed2a38d161556d63.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