diff options
author | goatchurch <devnull@localhost> | 2009-07-27 13:42:54 +0100 |
---|---|---|
committer | goatchurch <devnull@localhost> | 2009-07-27 13:42:54 +0100 |
commit | 68060d6118b47c54c34004b97ef13d5200cdd401 (patch) | |
tree | d557d0213a729237778dbf8192a2f3145795d890 /templates/survey.html | |
parent | ddbdc73e7eef3f63e8cd32172f6559759b896388 (diff) | |
download | troggle-68060d6118b47c54c34004b97ef13d5200cdd401.tar.gz troggle-68060d6118b47c54c34004b97ef13d5200cdd401.tar.bz2 troggle-68060d6118b47c54c34004b97ef13d5200cdd401.zip |
[svn] some file reading things
Diffstat (limited to 'templates/survey.html')
-rw-r--r-- | templates/survey.html | 20 |
1 files changed, 10 insertions, 10 deletions
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 @@ </select>
</center>
-<!-- <h4>Click to toggle:</h4>-->
+ <h4>Click to toggle:</h4>
<div id="surveyWalletNav">
- <div id="notes" class="menuBarItem" "> {% if notes %}✓{% endif %}
+ <div id="notes" class="menuBarItem"> {% if notes %}✓{% endif %}
scanned notes </div>
- <div id="survexFile" class="menuBarItem" "> {% if current_survey.survex_file %}✓{% endif %}
+ <div id="survexFile" class="menuBarItem"> {% if current_survey.survex_file %}✓{% endif %}
survex file </div>
- <div id="printedCentreline" class="menuBarItem" "> {% if current_survey.centreline_printed_on %}✓{% endif %}
+ <div id="printedCentreline" class="menuBarItem"> {% if current_survey.centreline_printed_on %}✓{% endif %}
printed centreline </div>
- <div id="scannedPassageSketch" class="menuBarItem" "> {% if planSketches %}✓{% endif %}
+ <div id="scannedPassageSketch" class="menuBarItem"> {% if planSketches %}✓{% endif %}
scanned passage sketch </div>
- <div id="tunnelXMLfile" class="menuBarItem" ">tunnel xml file</div>
- <div id="mainSketchIntegration" class="menuBarItem" ">add to main sketch</div>
+ <div id="tunnelXMLfile" class="menuBarItem">tunnel xml file</div>
+ <div id="mainSketchIntegration" class="menuBarItem">add to main sketch</div>
</div>
</div>
{% endif %}
@@ -108,9 +108,9 @@ {% block content %}
-<div id="mainContent">
+<div id="mainContent" style="background:white">
- <div id="progressTableContent" class="behind" style="overflow:auto">
+ <div id="progressTableContent" class="behind">
<h3>Survey progress table for {{ current_expedition }}</h3>
{% if current_expedition.survey_set.all %} <!-- if there are any surveys in the expedition, make the table -->
<table class="centre">
@@ -152,7 +152,7 @@ <center>[ There are no surveys in the database for this year. Put link in to add one. ]</center>
{% endif %}
</div>
- <div id="notesContent" class="behind" style="overflow: auto">
+ <div id="notesContent" class="behind" >
<h3>Scanned notes for {{ current_survey }}.</h3>
{% for noteItem in notes %}
<div class="figure">
|