コード例 #1
0
ファイル: unauthorized.php プロジェクト: Liv1020/cms
 * @copyright 2010-2014 SkeekS (Sx)
 * @date 26.02.2015
 * @since 1.0.0
 */
use skeeks\cms\modules\admin\assets\AdminAsset;
use yii\helpers\Html;
use yii\bootstrap\Nav;
use yii\bootstrap\NavBar;
use yii\widgets\Breadcrumbs;
use skeeks\cms\App;
use skeeks\cms\helpers\UrlHelper;
/* @var $this \yii\web\View */
/* @var $content string */
\skeeks\cms\modules\admin\assets\AdminUnauthorizedAsset::register($this);
\Yii::$app->admin->registerAsset($this)->initJs();
$urlBg = \Yii::$app->assetManager->getAssetUrl(\skeeks\cms\modules\admin\assets\AdminAsset::register($this), 'images/bg/582738_www.Gde-Fon.com.jpg');
$blockerLoader = \Yii::$app->getAssetManager()->getAssetUrl(\Yii::$app->getAssetManager()->getBundle(\skeeks\cms\modules\admin\assets\AdminAsset::className()), 'images/loaders/circulare-blue-24_24.GIF');
$this->registerCss(<<<CSS
    body.sx-styled
    {
        background: url({$urlBg}) center fixed;
    }
CSS
);
$this->registerJs(<<<JS
    (function(sx, \$, _)
    {
        sx.AppUnAuthorized = new sx.classes.AppUnAuthorized({
            'blockerLoader': '{$blockerLoader}'
        });
    })(sx, sx.\$, sx._);
コード例 #2
0
ファイル: main.php プロジェクト: Liv1020/cms
<?php

use skeeks\cms\modules\admin\assets\AdminAsset;
use yii\helpers\Html;
use yii\bootstrap\Nav;
use yii\bootstrap\NavBar;
use yii\widgets\Breadcrumbs;
use skeeks\cms\App;
use skeeks\cms\helpers\UrlHelper;
/* @var $this \yii\web\View */
/* @var $content string */
AdminAsset::register($this);
\Yii::$app->admin->registerAsset($this)->initJs();
\skeeks\cms\modules\admin\widgets\UserLastActivityWidget::widget();
$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