2011-08-21 09:14:57 +00:00
|
|
|
<div id="controls">
|
2013-01-14 19:30:28 +00:00
|
|
|
<?php if($_['admin']) { ?>
|
2013-02-27 21:55:39 +00: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 13:41:09 +00:00
|
|
|
<?php } ?>
|
2013-02-14 22:29:51 +00:00
|
|
|
<a class="button newquestion" href="http://owncloud.org/support" target="_blank"><?php
|
2013-02-27 21:55:39 +00:00
|
|
|
p($l->t( 'Online Documentation' )); ?></a>
|
2013-02-14 22:29:51 +00:00
|
|
|
<a class="button newquestion" href="http://forum.owncloud.org" target="_blank"><?php
|
2013-02-27 21:55:39 +00:00
|
|
|
p($l->t( 'Forum' )); ?></a>
|
2013-01-14 19:30:28 +00:00
|
|
|
<?php if($_['admin']) { ?>
|
2013-03-01 22:32:43 +00:00
|
|
|
<a class="button newquestion" href="https://github.com/owncloud/core/blob/master/CONTRIBUTING.md" target="_blank"><?php
|
2013-02-27 21:55:39 +00:00
|
|
|
p($l->t( 'Bugtracker' )); ?></a>
|
2012-12-14 13:41:09 +00:00
|
|
|
<?php } ?>
|
2013-02-14 22:29:51 +00:00
|
|
|
<a class="button newquestion" href="http://owncloud.com" target="_blank"><?php
|
2013-02-27 21:55:39 +00:00
|
|
|
p($l->t( 'Commercial Support' )); ?></a>
|
2012-12-12 21:41:12 +00:00
|
|
|
</div>
|
2013-02-09 10:34:25 +00:00
|
|
|
<div class="help-includes">
|
2013-02-27 21:55:39 +00:00
|
|
|
<iframe src="<?php print_unescaped($_['url']); ?>" class="help-iframe">abc</iframe>
|
2013-02-09 10:34:25 +00:00
|
|
|
</div>
|