settings.php 689 B

1234567891011121314
  1. <form id="contacts">
  2. <fieldset class="personalblock">
  3. <legend><?php echo $l->t('Contacts'); ?></legend>
  4. <?php echo $l->t('CardDAV syncing addresses'); ?> (<a href="http://owncloud.org/synchronisation/" target="_blank"><?php echo $l->t('more info'); ?></a>)
  5. <dl>
  6. <dt><?php echo $l->t('Primary address (Kontact et al)'); ?></dt>
  7. <dd><code><?php echo OCP\Util::linkToRemote('carddav'); ?></code></dd>
  8. <dt><?php echo $l->t('iOS/OS X'); ?></dt>
  9. <dd><code><?php echo OCP\Util::linkToRemote('carddav'); ?>principals/<?php echo OCP\USER::getUser(); ?></code>/</dd>
  10. </dl>
  11. Powered by <a href="http://geonames.org/" target="_blank">geonames.org webservice</a>
  12. </fieldset>
  13. </form>