diff options
author | goatchurch <devnull@localhost> | 2009-06-09 19:13:48 +0100 |
---|---|---|
committer | goatchurch <devnull@localhost> | 2009-06-09 19:13:48 +0100 |
commit | 6237a19d17d8596436a05b4d1a637276451e921e (patch) | |
tree | f881b20643e18855604579063b7abadd75b62da5 /templates | |
parent | 17175637dcd90adaa2d59c5ef127d9e710a2e716 (diff) | |
download | troggle-6237a19d17d8596436a05b4d1a637276451e921e.tar.gz troggle-6237a19d17d8596436a05b4d1a637276451e921e.tar.bz2 troggle-6237a19d17d8596436a05b4d1a637276451e921e.zip |
[svn] the ajax page
Diffstat (limited to 'templates')
-rw-r--r-- | templates/svxfiledifflistonly.html | 18 |
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 %}
+
|