Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2018-04-05 22:10:17 +0300
committerJos Poortvliet <jos@opensuse.org>2018-04-06 14:01:36 +0300
commit4466f3eb9b0da22c719feea3b5a535926f5f9a98 (patch)
tree7393aa72f428ecbdfbeb3c03d5abc851bc4a5891 /page-healthcare.php
parentacb67a986e8f3b89dabf926d10d920ba61e0cda3 (diff)
input splitt3r
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-healthcare.php')
-rw-r--r--page-healthcare.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/page-healthcare.php b/page-healthcare.php
index b1e40f6b..e33c65a9 100644
--- a/page-healthcare.php
+++ b/page-healthcare.php
@@ -26,7 +26,7 @@ require(["require.config"], function() {
<div class="container-fluid menu" id="menuAnchor">
<div class="container buttons">
<a href="#convenient"><?php echo $l->t('convenient');?></a>
- <a href="#secure"><?php echo $l->t('secure');?></a>
+<!-- <a href="#secure"><?php echo $l->t('secure');?></a> -->
<a href="#integrated"><?php echo $l->t('integrated');?></a>
<a href="#HIPAA"><?php echo $l->t('HIPAA');?></a>
</div>
@@ -259,8 +259,8 @@ require(["require.config"], function() {
<p class="section--paragraph revealOnScroll"><?php echo $l->t('The DICOM viewer is a powerful example of the capabilities of Nextcloud and how it can be extended and integrated to support the workflow of professionals.');?></p>
<p class="section--paragraph revealOnScroll"><?php echo $l->t('Learn more:');?>
<ul>
- <li><a class="hyperlink" href="https://nextcloud.com/blog/digital-imaging-for-medicine-in-nextcloud/">Introducing the Nextcloud DICOM viewer</a></li>
- <li><a class="hyperlink" href="https://apps.nextcloud.com/apps/dicomviewer">The DICOM viewer in our app store</a></li>
+ <li><a class="hyperlink" href="https://nextcloud.com/blog/digital-imaging-for-medicine-in-nextcloud/"><?php echo $l->t('Introducing the Nextcloud DICOM viewer');?></a></li>
+ <li><a class="hyperlink" href="https://apps.nextcloud.com/apps/dicomviewer"><?php echo $l->t('The DICOM viewer in our App Store');?></a></li>
</ul></p>
</div>
<div class="dicom-img"></div>