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>2020-05-11 08:57:46 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-05-11 08:57:46 +0300
commitda6f9457855146ffec4fba33e35a20df88d59270 (patch)
treea4d99473b599aa7d5b6dfc4a89c38c581e6bf67c /page-ionos.php
parent115fbfedcefc728e4a347358832349301fbeaee4 (diff)
update ionos page with some details
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-ionos.php')
-rw-r--r--page-ionos.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/page-ionos.php b/page-ionos.php
index 250babfc..385d2500 100644
--- a/page-ionos.php
+++ b/page-ionos.php
@@ -278,7 +278,7 @@ imagedestroy($image);
<p><label for="comments">Notes<br />
<textarea name="comments" maxlength="2000" cols="80" rows="8" placeholder="<?php echo $l->t('Questions, comments, special needs? Do you represent a government, educational or charitable business or need more than 200 users? Let us know and we can provide you a custom offer or answers to your questions.');?>"></textarea></label></p>
<p><input type="checkbox" name="terms" value="terms" onChange="doCalculation()"> <?php echo $l->t('I have read and agree to the');?> <a class="hyperlink" href="<?php echo get_template_directory_uri(); ?>/assets/files/termsfornextcloudorder.pdf"><?php echo $l->t('terms and conditions');?> <i class="fa fa-external-link" aria-hidden="true"></i></a> <?php echo $l->t('and understand and agree we share your details with our partners Viakom and IONOS for processing.');?></p>
- <p>Note: all prices excl. VAT</p>
+ <p><?php echo $l->t('Note: all prices excl. VAT');?></p>
<p><label for="captcha"><?php echo $l->t('Please calculate the following sum');?> <span></span><br>
<img src="data:image/png;base64,<?php echo base64_encode($imagestring); ?>"><br>
<input type="text" name="captcha" maxlength="20" size="20" placeholder="13"></label></p>
@@ -290,6 +290,16 @@ imagedestroy($image);
</form>
</div>
</div>
+ <div class="row">
+ <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1 col-sm-12">
+ <p class="section--paragraph__title"><?php echo $l->t('Notes');?></p>
+ <ul>
+ <li class="section--paragraph"><?php echo $l->t('The subscription can be cancelled monthly.');?></li>
+ <li class="section--paragraph"><?php echo $l->t('5GB storage per user is included. Additional storage is available with prices starting at Eur 2,00/month for 50GB.');?></li>
+ <li class="section--paragraph"><?php echo $l->t('Multiple backup options available, depending on storage needs.');?></li>
+ <li class="section--paragraph"><?php echo $l->t('Education and government pricing available with discounts up to 80%.');?></li>
+ </div>
+ </div>
</div>
</section>