You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

help.php 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <div id="app-navigation">
  2. <ul>
  3. <?php if($_['admin']) { ?>
  4. <li>
  5. <a class="<?php p($_['style1']); ?>"
  6. href="<?php print_unescaped($_['url1']); ?>">
  7. <?php p($l->t('User documentation')); ?>
  8. </a>
  9. </li>
  10. <li>
  11. <a class="<?php p($_['style2']); ?>"
  12. href="<?php print_unescaped($_['url2']); ?>">
  13. <?php p($l->t('Administrator documentation')); ?>
  14. </a>
  15. </li>
  16. <?php } ?>
  17. <li>
  18. <a href="https://docs.nextcloud.org" target="_blank" rel="noreferrer noopener">
  19. <?php p($l->t('Online documentation')); ?> ↗
  20. </a>
  21. </li>
  22. <li>
  23. <a href="https://help.nextcloud.com" target="_blank" rel="noreferrer noopener">
  24. <?php p($l->t('Forum')); ?> ↗
  25. </a>
  26. </li>
  27. <?php if($_['admin']) { ?>
  28. <li>
  29. <a href="https://nextcloud.com/support/" target="_blank" rel="noreferrer noopener">
  30. <?php p($l->t('Getting help')); ?> ↗
  31. </a>
  32. </li>
  33. <?php } ?>
  34. <li>
  35. <a href="https://nextcloud.com/enterprise/" target="_blank" rel="noreferrer noopener">
  36. <?php p($l->t('Commercial support')); ?> ↗
  37. </a>
  38. </li>
  39. </div>
  40. <div id="app-content" class="help-includes">
  41. <iframe src="<?php print_unescaped($_['url']); ?>" class="help-iframe">
  42. </iframe>
  43. </div>