help.php 1.0 KB

12345678910111213141516171819202122
  1. <div id="controls">
  2. <?php if($_['admin']) { ?>
  3. <a class="button newquestion <?php p($_['style1']); ?>"
  4. href="<?php print_unescaped($_['url1']); ?>"><?php p($l->t( 'User Documentation' )); ?></a>
  5. <a class="button newquestion <?php p($_['style2']); ?>"
  6. href="<?php print_unescaped($_['url2']); ?>"><?php p($l->t( 'Administrator Documentation' )); ?></a>
  7. <?php } ?>
  8. <a class="button newquestion" href="http://owncloud.org/support" target="_blank"><?php
  9. p($l->t( 'Online Documentation' )); ?></a>
  10. <a class="button newquestion" href="http://forum.owncloud.org" target="_blank"><?php
  11. p($l->t( 'Forum' )); ?></a>
  12. <?php if($_['admin']) { ?>
  13. <a class="button newquestion" href="https://github.com/owncloud/core/blob/master/CONTRIBUTING.md" target="_blank"><?php
  14. p($l->t( 'Bugtracker' )); ?></a>
  15. <?php } ?>
  16. <a class="button newquestion" href="http://owncloud.com" target="_blank"><?php
  17. p($l->t( 'Commercial Support' )); ?></a>
  18. </div>
  19. <div class="help-includes">
  20. <iframe src="<?php print_unescaped($_['url']); ?>" class="help-iframe">abc</iframe>
  21. </div>