Add Taarifa to portal
This commit is contained in:
parent
5e23998698
commit
f3a7e2d832
2
APKBUILD
2
APKBUILD
@ -1,7 +1,7 @@
|
|||||||
# Contributor: Disassembler <disassembler@dasm.cz>
|
# Contributor: Disassembler <disassembler@dasm.cz>
|
||||||
# Maintainer: Disassembler <disassembler@dasm.cz>
|
# Maintainer: Disassembler <disassembler@dasm.cz>
|
||||||
pkgname=vmmgr
|
pkgname=vmmgr
|
||||||
pkgver=0.0.201109
|
pkgver=0.0.210124
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="VM and application manager"
|
pkgdesc="VM and application manager"
|
||||||
url="https://spotter.vm/"
|
url="https://spotter.vm/"
|
||||||
|
BIN
usr/share/vmmgr/static/img/Taarifa.png
Normal file
BIN
usr/share/vmmgr/static/img/Taarifa.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
@ -413,7 +413,7 @@
|
|||||||
{% if 'decidim' in visible_apps %}
|
{% if 'decidim' in visible_apps %}
|
||||||
{% set app = apps['decidim'] %}
|
{% set app = apps['decidim'] %}
|
||||||
<div class="portal-box">
|
<div class="portal-box">
|
||||||
<h2><a href="https://{{ app['host'] }}.{{ host }}">{% if admin %}<img src="static/img/decidim.png" alt="Decidim" title="Decidim">Decidim{% else %}Rozhodování{% endif %}</a></h2>
|
<h2><a href="https://{{ app['host'] }}.{{ host }}">{% if admin %}<img src="static/img/Decidim.png" alt="Decidim" title="Decidim">Decidim{% else %}Rozhodování{% endif %}</a></h2>
|
||||||
<p>Rozhodování pomocí participačního procesu.</p>
|
<p>Rozhodování pomocí participačního procesu.</p>
|
||||||
{% if admin %}
|
{% if admin %}
|
||||||
<ul>
|
<ul>
|
||||||
@ -427,7 +427,7 @@
|
|||||||
{% if 'dhis2' in visible_apps %}
|
{% if 'dhis2' in visible_apps %}
|
||||||
{% set app = apps['dhis2'] %}
|
{% set app = apps['dhis2'] %}
|
||||||
<div class="portal-box">
|
<div class="portal-box">
|
||||||
<h2><a href="https://{{ app['host'] }}.{{ host }}">{% if admin %}<img src="static/img/dhis2.png" alt="DHIS2" title="DHIS2">DHIS2{% else %}Zdravotní informační systém{% endif %}</a></h2>
|
<h2><a href="https://{{ app['host'] }}.{{ host }}">{% if admin %}<img src="static/img/DHIS2.png" alt="DHIS2" title="DHIS2">DHIS2{% else %}Zdravotní informační systém{% endif %}</a></h2>
|
||||||
<p>Sběr, správa, analýza, vizualizace a sdílení zdravotních dat.</p>
|
<p>Sběr, správa, analýza, vizualizace a sdílení zdravotních dat.</p>
|
||||||
{% if admin %}
|
{% if admin %}
|
||||||
<ul>
|
<ul>
|
||||||
@ -439,7 +439,7 @@
|
|||||||
|
|
||||||
{% if admin %}
|
{% if admin %}
|
||||||
<div class="portal-box">
|
<div class="portal-box">
|
||||||
<h2><a href="#"><img src="static/img/dhis2.png" alt="DHIS2" title="DHIS2">DHIS2 Capture</a></h2>
|
<h2><a href="#"><img src="static/img/DHIS2.png" alt="DHIS2" title="DHIS2">DHIS2 Capture</a></h2>
|
||||||
<p>Mobilní aplikace<br>
|
<p>Mobilní aplikace<br>
|
||||||
<a href="https://play.google.com/store/apps/details?id=com.dhis2"><img src="static/img/icons/Android.png" class="ico" alt="DHIS2">DHIS2 Capture pro Android 4.4 a vyšší</a><br>
|
<a href="https://play.google.com/store/apps/details?id=com.dhis2"><img src="static/img/icons/Android.png" class="ico" alt="DHIS2">DHIS2 Capture pro Android 4.4 a vyšší</a><br>
|
||||||
</p>
|
</p>
|
||||||
@ -450,6 +450,14 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if 'taarifa' in visible_apps %}
|
||||||
|
{% set app = apps['taarifa'] %}
|
||||||
|
<div class="portal-box">
|
||||||
|
<h2><a href="https://{{ app['host'] }}.{{ host }}">{% if admin %}<img src="static/img/Taarifa.png" alt="Taarifa" title="Taarifa">Taarifa Waterpoints{% else %}Mapování vodních bodů{% endif %}</a></h2>
|
||||||
|
<p>Systém správy mapování vodních bodů.</p>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if false %}
|
{% if false %}
|
||||||
{% set app = apps['diaspora'] %}
|
{% set app = apps['diaspora'] %}
|
||||||
<div class="portal-box">
|
<div class="portal-box">
|
||||||
|
Loading…
Reference in New Issue
Block a user