help.php 997 B

1234567891011121314
  1. <div id="controls">
  2. <?php if($_['admin']) { ?>
  3. <a class="button newquestion <?php echo($_['style1']); ?>" href="<?php echo($_['url1']); ?>"><?php echo $l->t( 'User Documentation' ); ?></a>
  4. <a class="button newquestion <?php echo($_['style2']); ?>" href="<?php echo($_['url2']); ?>"><?php echo $l->t( 'Administrator Documentation' ); ?></a>
  5. <?php } ?>
  6. <a class="button newquestion" href="http://owncloud.org/support" target="_blank"><?php echo $l->t( 'Online Documentation' ); ?></a>
  7. <a class="button newquestion" href="http://forum.owncloud.org" target="_blank"><?php echo $l->t( 'Forum' ); ?></a>
  8. <?php if($_['admin']) { ?>
  9. <a class="button newquestion" href="https://github.com/owncloud/core/issues" target="_blank"><?php echo $l->t( 'Bugtracker' ); ?></a>
  10. <?php } ?>
  11. <a class="button newquestion" href="http://owncloud.com" target="_blank"><?php echo $l->t( 'Commercial Support' ); ?></a>
  12. </div>
  13. <br /><br />
  14. <iframe src="<?php echo($_['url']); ?>" width="100%" id="ifm" ></iframe>