%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/modules/installer/views/index/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/modules/installer/views/index/index.php |
<?php
use yii\helpers\Html;
use yii\helpers\Url;
?>
<div class="panel panel-default animated fadeIn">
<div class="panel-body text-center">
<br>
<br>
<p class="lead"><?php echo Yii::t('InstallerModule.base', '<strong>Welcome</strong> to HumHub<br>Your Social Network Toolbox'); ?></p>
<p><?php echo Yii::t('InstallerModule.base', 'This wizard will install and configure your own HumHub instance.<br><br>To continue, click Next.'); ?></p>
<br>
<hr>
<br>
<?php echo Html::a(Yii::t('InstallerModule.base', "Next") . ' <i class="fa fa-arrow-circle-right"></i>', Url::to(['go']), ['class' => 'btn btn-lg btn-primary', 'data-ui-loader' => '']); ?>
<br>
<br>
</div>
</div>
<?php echo humhub\widgets\LanguageChooser::widget(); ?>