From 694fe4b4d8325a62489ac5142942fd61598a7612 Mon Sep 17 00:00:00 2001
From: goatchurch
Date: Mon, 27 Jul 2009 13:42:54 +0100
Subject: [PATCH] [svn] some file reading things
---
templates/base.html | 7 -----
templates/calendar.html | 19 +++++---------
templates/logbookentry.html | 9 ++++---
templates/person.html | 5 +++-
templates/personexpedition.html | 41 ++++++++++--------------------
templates/survexblock.html | 2 ++
templates/survey.html | 20 +++++++--------
templates/svxfile.html | 6 ++---
templates/svxfilecavelist.html | 35 +++++++++++++++++++++++++
templates/svxfiledifflistonly.html | 2 +-
10 files changed, 80 insertions(+), 66 deletions(-)
create mode 100644 templates/svxfilecavelist.html
diff --git a/templates/base.html b/templates/base.html
index 7f5a278..b0c986c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -59,13 +59,6 @@
{% endblock %}
-
-
-
-{% block margins %}
-
-
-{% endblock margins %}
diff --git a/templates/personexpedition.html b/templates/personexpedition.html
index a0245aa..cd9cd97 100644
--- a/templates/personexpedition.html
+++ b/templates/personexpedition.html
@@ -27,37 +27,24 @@
Table of all trips and surveys aligned by date
-Date | Trips | Surveys |
-{% for persondate in personexpedition.GetPersonChronology %}
+Date | Trips | Surveys |
+{% for persondate in personchronology %}
{{persondate.0}} |
-
-
- |
-
-
-
- {% for personsurvexroles in persondate.1.personroles.items %}
-
- {{personsurvexroles.0}} |
- {{personsurvexroles.1}} |
-
- {% endfor %}
-
- |
+ {% if persondate.2 %}
+ {{persondate.2.0}} |
+ {{persondate.2.1}} |
+ {% else %}
+ |
+ {% endif %}
{% endfor %}
diff --git a/templates/survexblock.html b/templates/survexblock.html
index eaf06e5..6757437 100644
--- a/templates/survexblock.html
+++ b/templates/survexblock.html
@@ -8,6 +8,8 @@
{% block content %}
Survex Block {{survexblock.survexpath}}
+Link to {{survexblock.begin_file}}
+
Needs duplicates removed from right hand column
Needs links to survex file presentation
Needs to start dealing with misspellings of names (prob by editing the originals)
diff --git a/templates/survey.html b/templates/survey.html
index b3214a0..37b2dfe 100644
--- a/templates/survey.html
+++ b/templates/survey.html
@@ -89,18 +89,18 @@
-
+ Click to toggle:
-