From 6237a19d17d8596436a05b4d1a637276451e921e Mon Sep 17 00:00:00 2001 From: goatchurch Date: Tue, 9 Jun 2009 19:13:48 +0100 Subject: [PATCH] [svn] the ajax page --- templates/svxfiledifflistonly.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/svxfiledifflistonly.html 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 @@ +
+ using difflistonly.html
+{% for diffline in difflist %}{{diffline}}
+{% endfor %}
+
+ +{% if logmessage %} +{% if has_3d %} +

3d file

+{% else %} +

No 3d file

+{% endif %} +
+LOGMESSAGES
+{{logmessage}}
+
+{% endif %} +