예제 #1
0
<?php

/* @var $this \yii\web\View */
/* @var $content string */
use backend\assets\AdminLteAsset;
use yii\helpers\Html;
AdminLteAsset::register($this);
$this->title = Yii::t('c/radiata', 'Site name') . ' / ' . Yii::t('c/radiata', 'CMS');
$this->beginPage();
?>
<!DOCTYPE html>
<html lang="<?php 
echo Yii::$app->language;
?>
">
<head>
    <meta charset="<?php 
echo Yii::$app->charset;
?>
">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <?php 
echo Html::csrfMetaTags();
?>
    <title><?php 
echo Html::encode($this->title);
?>
</title>
    <?php 
$this->head();
?>
예제 #2
0
<?php

use yii\helpers\Html;
use common\widgets\Alert;
/* @var $this \yii\web\View */
/* @var $content string */
\backend\assets\AdminLteAsset::register($this);
\backend\assets\BowerAsset::register($this);
$this->beginPage();
?>
<!DOCTYPE html>
<html lang="<?php 
echo Yii::$app->language;
?>
">
<head>
    <title><?php 
echo Html::encode($this->title);
?>
</title>
    <?php 
echo Html::csrfMetaTags();
?>
    <?php 
$this->head();
?>


</head>
<body class="login-page" style="min-height: 790px">
    <?php