summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoatchurch <devnull@localhost>2009-06-09 19:13:48 +0100
committergoatchurch <devnull@localhost>2009-06-09 19:13:48 +0100
commit2927e27b6d3336be217c45f41682170743bbf733 (patch)
tree2944ac73a60ad9cbea4b5388772310ae23c1631b
parent91b9d8036780e5d7d108796a53cc3bf0ca6dc86e (diff)
downloadtroggle-2927e27b6d3336be217c45f41682170743bbf733.tar.gz
troggle-2927e27b6d3336be217c45f41682170743bbf733.tar.bz2
troggle-2927e27b6d3336be217c45f41682170743bbf733.zip
[svn] the ajax page
-rw-r--r--templates/svxfiledifflistonly.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/svxfiledifflistonly.html b/templates/svxfiledifflistonly.html
new file mode 100644
index 0000000..09158ee
--- /dev/null
+++ b/templates/svxfiledifflistonly.html
@@ -0,0 +1,18 @@
+<pre>
+ using difflistonly.html
+{% for diffline in difflist %}{{diffline}}
+{% endfor %}
+</pre>
+
+{% if logmessage %}
+{% if has_3d %}
+<p><a href="{{ settings.SVX_URL }}{{ title }}.3d">3d file</a></p>
+{% else %}
+<p><b>No 3d file</b></p>
+{% endif %}
+<pre>
+LOGMESSAGES
+{{logmessage}}
+</pre>
+{% endif %}
+