summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:29:31 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:29:31 +0100
commitf3db37711f27704b8f09e2f577d79284f48ec57e (patch)
tree55723db63ef84c81cf1a210f278887ba092cd2c8 /templates
parent93cd18e40d243faaf2263c021d06b2edfd89a352 (diff)
downloadtroggle-f3db37711f27704b8f09e2f577d79284f48ec57e.tar.gz
troggle-f3db37711f27704b8f09e2f577d79284f48ec57e.tar.bz2
troggle-f3db37711f27704b8f09e2f577d79284f48ec57e.zip
[svn]
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8157 by aaron @ 1/16/2009 2:19 AM
Diffstat (limited to 'templates')
-rw-r--r--templates/survey.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/templates/survey.html b/templates/survey.html
index 5d9a447..e4998f3 100644
--- a/templates/survey.html
+++ b/templates/survey.html
@@ -132,7 +132,9 @@ img.thumbnail {
}
function unhighlight(div){
-// div.style.backgroundColor="#EBEBEB";
+ if (div.style.backgroundColor=="#EBEBEB"){
+ div.style.backgroundColor="#EBEBEB";
+ }
}
function choose(div){
@@ -191,15 +193,15 @@ img.thumbnail {
</div>
<div id="mainContent">
<div id="notesContent" class="behind">
- There are {{ notes|length }} notes files for {{ current_survey }}.
+ <h2>Scanned notes for {{ current_survey }}.</h2>
{% for noteItem in notes %}
<div class="figure">
<p>
- {{ noteItem.file.correctURL }} <img src="{{ noteItem.correctURL }}" class="thumbnail">
+ <img src="{{ noteItem.correctURL }}" class="thumbnail">
<p>
File at:
- <a href="{{ noteItem.file.correctUrl }}">
+ <a href="{{ noteItem.correctURL }}">
{{ noteItem.file.name }}
</a> <br />
Scanned by: {{ noteItem.scanned_by }} <br />
@@ -220,15 +222,15 @@ img.thumbnail {
who entered by </div>
<div id="printedCentrelineContent" class="behind"> centreline </div>
<div id="scannedPassageSketchContent" class="behind">
- There are {{ planSketches|length }} plan sketch files for {{ current_survey }}.
+ <h2>Scanned plan sketch files for {{ current_survey }}.</h2>
{% for sketchItem in planSketches %}
<div class="figure">
<p>
- {{ sketchItem.file.correctURL }} <img src="{{ sketchItem.correctURL }}" class="thumbnail">
+ <img src="{{ sketchItem.correctURL }}" class="thumbnail">
<p>
File at:
- <a href="{{ sketchItem.file.correctUrl }}">
+ <a href="{{ sketchItem.correctUrl }}">
{{ sketchItem.file.name }}
</a> <br />
Scanned by: {{ sketchItem.scanned_by }} <br />