Display opendatakit-build as part of opendatakit
This commit is contained in:
parent
cf629dc6d1
commit
18724b4412
@ -72,7 +72,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if 'opendatakit-build' in visible_apps %}
|
||||
{% if 'opendatakit' in visible_apps %}
|
||||
{% set app = apps['opendatakit-build'] %}
|
||||
<div class="portal-box">
|
||||
<h2><a href="https://{{ app['host'] }}.{{ host }}"><img src="static/img/ODK.png" alt="Open Data Kit" title="Open Data Kit">ODK Build</a></h2>
|
||||
@ -81,9 +81,7 @@
|
||||
<a href="https://opendatakit.org/downloads/download-info/odk-formuploader/"><img src="static/img/icons/Java.png" class="ico" alt="ODK Form Uploader">ODK Form Uploader</a><br>
|
||||
<a href="https://opendatakit.org/downloads/download-info/odk-validate-2/"><img src="static/img/icons/Java.png" class="ico" alt="ODK Validate">ODK Validate</a></p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if 'opendatakit' in visible_apps %}
|
||||
{% set app = apps['opendatakit'] %}
|
||||
<div class="portal-box">
|
||||
<h2><a href="#"><img src="static/img/ODK_Collect.png" alt="Open Data Kit" title="Open Data Kit">ODK Collect</a></h2>
|
||||
|
@ -33,15 +33,13 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if 'opendatakit-build' in visible_apps %}
|
||||
{% if 'opendatakit' in visible_apps %}
|
||||
{% set app = apps['opendatakit-build'] %}
|
||||
<div class="portal-box">
|
||||
<h2><a href="https://{{ app['host'] }}.{{ host }}">Sběr formulářových dat</a></h2>
|
||||
<p><strong>Sběr dat s pomocí smartphone</strong>.<br>Aplikace pro návrh formulářů</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if 'opendatakit' in visible_apps %}
|
||||
{% set app = apps['opendatakit'] %}
|
||||
<div class="portal-box">
|
||||
<h2><a href="https://{{ app['host'] }}.{{ host }}/">Sběr formulářových dat</a></h2>
|
||||
|
Loading…
Reference in New Issue
Block a user