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 834B

123456789101112131415161718192021222324252627282930313233
  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.com" target="_blank" rel="noreferrer noopener">
  19. <?php p($l->t('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. </div>
  28. <div id="app-content" class="help-includes">
  29. <iframe src="<?php print_unescaped($_['url']); ?>" class="help-iframe">
  30. </iframe>
  31. </div>