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