diff --git a/APKBUILD b/APKBUILD index 2074075..bb2388d 100644 --- a/APKBUILD +++ b/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Disassembler # Maintainer: Disassembler pkgname=vmmgr -pkgver=0.0.1 +pkgver=0.0.201109 pkgrel=0 pkgdesc="VM and application manager" url="https://spotter.vm/" diff --git a/usr/share/vmmgr/static/img/dhis2.png b/usr/share/vmmgr/static/img/dhis2.png new file mode 100644 index 0000000..e92b54b Binary files /dev/null and b/usr/share/vmmgr/static/img/dhis2.png differ diff --git a/usr/share/vmmgr/templates/portal.html b/usr/share/vmmgr/templates/portal.html index c6e2f61..6db6d65 100644 --- a/usr/share/vmmgr/templates/portal.html +++ b/usr/share/vmmgr/templates/portal.html @@ -424,6 +424,32 @@ {% endif %} +{% if 'dhis2' in visible_apps %} +{% set app = apps['dhis2'] %} +
+

{% if admin %}DHIS2DHIS2{% else %}Zdravotní informační systém{% endif %}

+

Sběr, správa, analýza, vizualizace a sdílení zdravotních dat.

+ {% if admin %} +
    +
  • Login:
  • +
  • Heslo: {{ app['password'] }}
  • +
+ {% endif %} +
+ +{% if admin %} +
+

DHIS2DHIS2 Capture

+

Mobilní aplikace
+ DHIS2DHIS2 Capture pro Android 4.4 a vyšší
+

+
    +
  • URL: {{ app['host'] }}.{{ host }}
  • +
+
+{% endif %} +{% endif %} + {% if false %} {% set app = apps['diaspora'] %}