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