Add DHIS2
This commit is contained in:
parent
5ac26c6370
commit
73e56e514d
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.1
|
pkgver=0.0.201109
|
||||||
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/dhis2.png
Normal file
BIN
usr/share/vmmgr/static/img/dhis2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
@ -424,6 +424,32 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if 'dhis2' in visible_apps %}
|
||||||
|
{% set app = apps['dhis2'] %}
|
||||||
|
<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>
|
||||||
|
<p>Sběr, správa, analýza, vizualizace a sdílení zdravotních dat.</p>
|
||||||
|
{% if admin %}
|
||||||
|
<ul>
|
||||||
|
<li><strong>Login:</strong> <span class="login">{{ app['login'] }}</span></li>
|
||||||
|
<li><strong>Heslo:</strong> <span class="password">{{ app['password'] }}</span></li>
|
||||||
|
</ul>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% if admin %}
|
||||||
|
<div class="portal-box">
|
||||||
|
<h2><a href="#"><img src="static/img/dhis2.png" alt="DHIS2" title="DHIS2">DHIS2 Capture</a></h2>
|
||||||
|
<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>
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li><strong>URL:</strong> <span class="clienturl">{{ app['host'] }}.{{ host }}</span></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
{% 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