forked from expo/troggle
[svn] the ajax page
This commit is contained in:
parent
91b9d80367
commit
2927e27b6d
18
templates/svxfiledifflistonly.html
Normal file
18
templates/svxfiledifflistonly.html
Normal file
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user