mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-20 01:42:30 +00:00
[svn] fix wrongly named template tags
This commit is contained in:
parent
b774c42333
commit
a2154b411e
@ -39,7 +39,7 @@
|
|||||||
{% if current_survey %}
|
{% if current_survey %}
|
||||||
{{current_survey}}
|
{{current_survey}}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{current_year }}
|
{{current_expedition}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -67,7 +67,7 @@
|
|||||||
<div id="progressTable" class="menuBarItem"> {% if current_expedition.survey_set.all %}✓{% endif %}
|
<div id="progressTable" class="menuBarItem"> {% if current_expedition.survey_set.all %}✓{% endif %}
|
||||||
survey progress table </div>
|
survey progress table </div>
|
||||||
</div>
|
</div>
|
||||||
{% if current_survey %}
|
{% if current_expedition %}
|
||||||
<h3>Choose a wallet number </h3>
|
<h3>Choose a wallet number </h3>
|
||||||
<center>
|
<center>
|
||||||
<select id="surveyChooser" class="centre" onChange="redirectSurvey()">
|
<select id="surveyChooser" class="centre" onChange="redirectSurvey()">
|
||||||
@ -162,7 +162,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<div class="figure"> <a href="{{ settings.URL_ROOT }}admin/expo/scannedimage/add/"> <img src="{{ settings.URL_ROOT }}{{ settings.ADMIN_MEDIA_PREFIX }}img/admin/icon_addlink.gif" /> Add a new scanned notes page. </a> </div>
|
<div class="figure"> <a href="{{ settings.URL_ROOT }}/admin/expo/scannedimage/add/"> <img src="{{ settings.URL_ROOT }}{{ settings.ADMIN_MEDIA_PREFIX }}img/admin/icon_addlink.gif" /> Add a new scanned notes page. </a> </div>
|
||||||
</div>
|
</div>
|
||||||
<br class="clearfloat" />
|
<br class="clearfloat" />
|
||||||
<div id="survexFileContent" class="behind"> survex file editor, keeping file in original structure <br />
|
<div id="survexFileContent" class="behind"> survex file editor, keeping file in original structure <br />
|
||||||
@ -180,7 +180,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<div class="figure"> <a href="{{ settings.URL_ROOT }}admin/expo/scannedimage/add/"> <img src="{{ settings.URL_ROOT }}{{ settings.ADMIN_MEDIA_PREFIX }}img/admin/icon_addlink.gif" /> Add a new scanned sketch. </a> </div>
|
<div class="figure"> <a href="{{ settings.URL_ROOT }}/admin/expo/scannedimage/add/"> <img src="{{ settings.URL_ROOT }}{{ settings.ADMIN_MEDIA_PREFIX }}img/admin/icon_addlink.gif" /> Add a new scanned sketch. </a> </div>
|
||||||
</div>
|
</div>
|
||||||
<div id="tunnelXMLfileContent" class="behind"> link to tunnel xml file. potentially instance of tunnel applet... </div>
|
<div id="tunnelXMLfileContent" class="behind"> link to tunnel xml file. potentially instance of tunnel applet... </div>
|
||||||
<div id="mainSketchIntegrationContent" class="behind"> link to main sketch file </div>
|
<div id="mainSketchIntegrationContent" class="behind"> link to main sketch file </div>
|
||||||
|
Loading…
Reference in New Issue
Block a user