|
@@ -57,9 +57,11 @@ $logoPath = $this->assetManager->publish('@fecshop/app/appadmin/theme/base/defau
|
|
|
<div class="login_headerContent">
|
|
|
<div class="navList">
|
|
|
<ul>
|
|
|
+ <!--
|
|
|
<li><a target="_blank" href="http://www.fecshop.com/first"><?= Yii::$service->page->translate->__('Abouts'); ?></a></li>
|
|
|
<li><a target="_blank" href="http://www.fecshop.com/topic"><?= Yii::$service->page->translate->__('Feedback'); ?></a></li>
|
|
|
<li><a target="_blank" href="http://www.fecshop.com/topic" target="_blank"><?= Yii::$service->page->translate->__('Help'); ?></a></li>
|
|
|
+ -->
|
|
|
<li>
|
|
|
<?php $currentLangCode = Yii::$service->admin->getCurrentLangCode() ?>
|
|
|
<?php $langArr = Yii::$service->admin->getLangArr() ?>
|
|
@@ -78,25 +80,30 @@ $logoPath = $this->assetManager->publish('@fecshop/app/appadmin/theme/base/defau
|
|
|
|
|
|
<div id="login_content">
|
|
|
<div class="loginForm">
|
|
|
- <h1 class="login_logo">
|
|
|
- <a href="<?= Yii::$app->getHomeUrl() ?>" style="font-size:35px;text-decoration:none;
|
|
|
+ <div style="width: 100%; ">
|
|
|
+ <h1 class="login_logo">
|
|
|
+ <a href="<?= Yii::$app->getHomeUrl() ?>" style="font-size:35px;text-decoration:none;
|
|
|
color:#6f8992;">
|
|
|
- <img style="height:40px" alt="Fecshop" src="<?= Yii::getAlias($logoPath[1]); ?>">
|
|
|
- </a>
|
|
|
- </h1>
|
|
|
- <?= $content; ?>
|
|
|
+ <img alt="Fecshop" src="<?= Yii::getAlias($logoPath[1]); ?>">
|
|
|
+ </a>
|
|
|
+ </h1>
|
|
|
+ </div>
|
|
|
+ <div style="width: 100%">
|
|
|
+ <?= $content; ?>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="login_main">
|
|
|
+ <!--
|
|
|
<ul class="helpList">
|
|
|
<li><a target="_blank" href="http://www.fecmall.com/doc/fecshop-guide/develop/cn-1.0/guide-fecshop-appadmin-about.html"><?= Yii::$service->page->translate->__('Introduction'); ?></a></li>
|
|
|
<li><a target="_blank" href="http://www.fecmall.com/wendang"><?= Yii::$service->page->translate->__('Fecmall Detailed'); ?></a></li>
|
|
|
<li><a target="_blank" href="http://www.fecmall.com/doc/fecshop-guide/develop/cn-1.0/guide-fecshop-appadmin-about.html"><?= Yii::$service->page->translate->__('How to get started quickly?'); ?></a></li>
|
|
|
</ul>
|
|
|
-
|
|
|
+-->
|
|
|
</div>
|
|
|
</div>
|
|
|
<div id="login_footer">
|
|
|
- Copyright © 2016 <a style="text-decoration:none" target="_blank" href="http://www.fecmall.com">www.fecmall.com</a> <?= Yii::$service->page->translate->__('Login Fecmall Admin'); ?>Inc. All Rights Reserved.
|
|
|
+ Copyright © 2020 <a style="text-decoration:none" target="_blank" href="http://www.queenabby.com">www.queenabby.com</a> <?= Yii::$service->page->translate->__('Login Queenabby Admin'); ?>Inc. All Rights Reserved.
|
|
|
</div>
|
|
|
|
|
|
</div>
|