mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 07:11:52 +00:00
28 lines
1.5 KiB
HTML
28 lines
1.5 KiB
HTML
{% extends "base.html" %}
|
|
{% block title %}Data import report{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>Expo Survex import report</h1>
|
|
|
|
|
|
<h3>*include and begin/end import</h3>
|
|
<p>The number at the left-hand margin is the depth of the *include nesting. The indented number to the left of the *begin or *end line shows the depth of the begin/end survex block nesting. *title lines are indnted further to make them more easily visible.
|
|
<p>An extra line *edulcni is inserted to show where an included file ends. The *include and *edulcni lines omit the ".svx" from the end of the filename.
|
|
<p>The survex files which are NOT part of the main include tree have been collected together and included under a constructed file "_unseens" following the line "0 *include _unseens" into a begin/end block labelled "troggle_unseens".
|
|
<hr>
|
|
Go to <a href="/survexdebug">Survex debug report</a> - warnings and details<br />
|
|
Go to <a href="/controlpanel">Control panel</a> - for other import reports
|
|
<hr>
|
|
<pre>
|
|
<p style="font-family: Consolas, Lucida Console, monospace;">
|
|
{{log}}
|
|
</pre>
|
|
<p>This report is generated from <code>templates/survexreport.html</code> and
|
|
by <code>survexreport(request)</code> in <code>core/views/statistics.py </code>
|
|
<hr>
|
|
Go to <a href="/survexdebug">Survex debug report</a> - warnings and details<br />
|
|
Go to <a href="/controlpanel">Control panel</a> - for other import reports
|
|
Go to <a href="/handbook/troggle/trogmanual.html">Troggle maintenance manuals</a>
|
|
{% endblock %}
|
|
|