Add DHIS2

This commit is contained in:
Disassembler 2020-11-09 09:41:21 +01:00
parent 5ac26c6370
commit 73e56e514d
No known key found for this signature in database
GPG Key ID: 524BD33A0EE29499
3 changed files with 27 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Contributor: Disassembler <disassembler@dasm.cz>
# Maintainer: Disassembler <disassembler@dasm.cz>
pkgname=vmmgr
pkgver=0.0.1
pkgver=0.0.201109
pkgrel=0
pkgdesc="VM and application manager"
url="https://spotter.vm/"

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -424,6 +424,32 @@
</div>
{% 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 %}
{% set app = apps['diaspora'] %}
<div class="portal-box">