nextcloud/settings/templates/help.php

22 lines
1.0 KiB
PHP
Raw Normal View History

2011-08-21 13:14:57 +04:00
<div id="controls">
2013-01-14 23:30:28 +04:00
<?php if($_['admin']) { ?>
2013-02-28 01:55:39 +04:00
<a class="button newquestion <?php p($_['style1']); ?>"
href="<?php print_unescaped($_['url1']); ?>"><?php p($l->t( 'User Documentation' )); ?></a>
<a class="button newquestion <?php p($_['style2']); ?>"
href="<?php print_unescaped($_['url2']); ?>"><?php p($l->t( 'Administrator Documentation' )); ?></a>
2012-12-14 17:41:09 +04:00
<?php } ?>
2013-02-15 02:29:51 +04:00
<a class="button newquestion" href="http://owncloud.org/support" target="_blank"><?php
2013-02-28 01:55:39 +04:00
p($l->t( 'Online Documentation' )); ?></a>
2013-02-15 02:29:51 +04:00
<a class="button newquestion" href="http://forum.owncloud.org" target="_blank"><?php
2013-02-28 01:55:39 +04:00
p($l->t( 'Forum' )); ?></a>
2013-01-14 23:30:28 +04:00
<?php if($_['admin']) { ?>
<a class="button newquestion" href="https://github.com/owncloud/core/blob/master/CONTRIBUTING.md" target="_blank"><?php
2013-02-28 01:55:39 +04:00
p($l->t( 'Bugtracker' )); ?></a>
2012-12-14 17:41:09 +04:00
<?php } ?>
2013-02-15 02:29:51 +04:00
<a class="button newquestion" href="http://owncloud.com" target="_blank"><?php
2013-02-28 01:55:39 +04:00
p($l->t( 'Commercial Support' )); ?></a>
</div>
<div class="help-includes">
2013-02-28 01:55:39 +04:00
<iframe src="<?php print_unescaped($_['url']); ?>" class="help-iframe">abc</iframe>
</div>