コード例 #1
0
<?php

use yii\helpers\Url;
$this->pageTitle = Yii::t('UserModule.views_auth_recoverPassword', 'Password recovery');
?>
<div class="container" style="text-align: center;">
    <?php 
echo humhub\widgets\SiteLogo::widget(array('place' => 'login'));
?>
    <br>
    <div class="row">
        <div class="panel panel-default animated fadeIn" style="max-width: 300px; margin: 0 auto 20px; text-align: left;">
            <div class="panel-heading"><?php 
echo Yii::t('UserModule.views_auth_recoverPassword_success', '<strong>Password</strong> recovery!');
?>
</div>
            <div class="panel-body">
                <p><?php 
echo Yii::t('UserModule.views_auth_recoverPassword_success', "We’ve sent you an email containing a link that will allow you to reset your password.");
?>
</p><br/>
                <a href="<?php 
echo Url::home();
?>
" class="btn btn-primary"><?php 
echo Yii::t('UserModule.views_auth_recoverPassword_success', 'back to home');
?>
</a>
            </div>
        </div>
    </div>
コード例 #2
0
<?php

$this->pageTitle = Yii::t('UserModule.views_auth_register_success', 'Registration successful');
?>
<div class="container" style="text-align: center;">
    <?php 
echo humhub\widgets\SiteLogo::widget(['place' => 'login']);
?>
    <br>
    <div class="row">
        <div class="panel panel-default" style="max-width: 300px; margin: 0 auto 20px; text-align: left;">
            <div class="panel-heading"><?php 
echo Yii::t('UserModule.views_auth_register_success', '<strong>Registration</strong> successful!');
?>
</div>
            <div class="panel-body">
                <p><?php 
echo Yii::t('UserModule.views_auth_register_success', 'Please check your email and follow the instructions!');
?>
</p>
                <br/>
                <a href="<?php 
echo \yii\helpers\Url::to(["/"]);
?>
" class="btn btn-primary"><?php 
echo Yii::t('UserModule.views_auth_register_success', 'back to home');
?>
</a>
            </div>
        </div>
    </div>
コード例 #3
0
ファイル: login.php プロジェクト: benmag/humhub-themes-tq
/img/tc-community-3.png">
        </div>
    </div>

</div>


<div class="container-fluid fat-footer">
    <div class="row-fluid">
        <div class="container">
            <div class="row">

                <div class="col-md-7 contact-details">
                    <div class="row">
                        <div class="col-xs-12"><?php 
echo humhub\widgets\SiteLogo::widget(['place' => 'topMenu']);
?>
</div>
                    </div>
                    <div class="row">
                        <div class="col-xs-12">
                            <p>Have something about TeachConnect that you want to discuss with us? Whether it’s ideas, suggestions or problems, don’t hesitate to get in touch with us on <a href="mailto:info@teachconnect.edu.au?Subject=TeachConnect%20Feedback" target="_top">info@teachconnect.edu.au</a> or just use the form on this page - we’ll get back to you soon.</p>

                            <p>
                                TeachConnect is an inclusive collaboration of many stakeholders, all of whom have an interest in helping teachers. If you or your organisation want to take part, then do get in touch.
                            </p>
                            <p>
                                Support for the production of this website has been provided by the Australian Government Office for Learning and Teaching (OLT). Further support has been provided by the Queensland College of Teachers (QCT) and the Australian Research Council (ARC). The website is powered by the Connected Communities platform developed by the Connected Community Research Initiative. The views expressed in this website do not necessarily reflect the views of any of these partners.
                            </p>
                        </div>
                    </div>