summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-03-11 16:22:37 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2022-03-11 16:22:37 +0000
commitf99ebf84e9da3a6f65a586977a43af992d6157a6 (patch)
tree20454425a9d9c14826a80976121d2e4b9545c304 /templates
parent8e78dd4a2e8996b8ce41db46fc44874e9df49ddb (diff)
downloadtroggle-f99ebf84e9da3a6f65a586977a43af992d6157a6.tar.gz
troggle-f99ebf84e9da3a6f65a586977a43af992d6157a6.tar.bz2
troggle-f99ebf84e9da3a6f65a586977a43af992d6157a6.zip
running cavern on svx files improved
Diffstat (limited to 'templates')
-rw-r--r--templates/svxfile.html13
-rw-r--r--templates/svxfiledifflistonly.html2
2 files changed, 8 insertions, 7 deletions
diff --git a/templates/svxfile.html b/templates/svxfile.html
index 76a27fa..3417859 100644
--- a/templates/svxfile.html
+++ b/templates/svxfile.html
@@ -3,7 +3,6 @@
{% block title %}{{ title }}{% endblock %}
{% block head %}
-<script type="text/javascript" src="{{settings.MEDIA_URL }}js/base.js"></script>
<!-- Should we wait until CodeMirror 6.0 is available https://codemirror.net/6/ -->
<!-- <script type="text/javascript" src="{{settings.JSLIB_URL}}jquery-form/jquery.form.min.js"></script> <!-- INVALID-->
<!-- <script type="text/javascript" src="{{settings.JSLIB_URL}}codemirror/codemirror.min.js"></script> <!-- INVALID-->
@@ -69,14 +68,16 @@ $(document).ready(function()
{% if logmessage %}
{% if has_3d %}
- <p><a href='{% url "threed" title %}'>3d file</a></p>
+ <p>Click here to view the <a href='{% url "threed" title %}'>3d file</a> produced as output</p>
{% else %}
- <p><b>No 3d file</b></p>
+ <p><b>No 3d file generated. There was an ERROR<br>Read the full <a href='{% url "svxlog" title %}'>.log file</a>
+ the <a href='{% url "err" title %}'>.err file</a> and fix this .svx file</b></p>
{% endif %}
- <pre>
- LOGMESSAGES
- {{logmessage}}
+<!-- <pre>
+LOGMESSAGES
+{{logmessage}}
</pre>
+ -->
{% endif %}
</div>
diff --git a/templates/svxfiledifflistonly.html b/templates/svxfiledifflistonly.html
index b78c04d..7daecec 100644
--- a/templates/svxfiledifflistonly.html
+++ b/templates/svxfiledifflistonly.html
@@ -8,7 +8,7 @@
{% if has_3d %}
<p><a href='{% url "threed" title %}'>3d file</a></p>
{% else %}
- <p><b>No 3d file</b></p>
+ <p><b>No 3d file generated. ERROR. Read the full .log file and fix the .svx file</b></p>
{% endif %}
<pre>
LOGMESSAGES