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']) { ?>
|
2013-03-02 02:32:43 +04:00
|
|
|
<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>
|
2012-12-13 01:41:12 +04:00
|
|
|
</div>
|
2013-02-09 14:34:25 +04:00
|
|
|
<div class="help-includes">
|
2013-02-28 01:55:39 +04:00
|
|
|
<iframe src="<?php print_unescaped($_['url']); ?>" class="help-iframe">abc</iframe>
|
2013-02-09 14:34:25 +04:00
|
|
|
</div>
|