- <?php
-
-
-
- use yii\helpers\Html;
-
-
-
-
- ?><?php $this->beginPage() ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=<?= Yii::$app->charset ?>" />
- <title><?= Html::encode($this->title) ?></title>
- <?php $this->head() ?>
- <style type="text/css">
- body {
- font-family: Arial ;
- font-size: 14px ;
- }
-
- a {
- color:
- }
-
-
- width: 70px ;
- position: relative;
- bottom: -17px ;
- }
-
-
- padding: 15px ;
- background-color: white ;
- }
-
-
- padding: 5px 15px ;
- color: gray ;
- border-top: dotted 1px
- text-align: left;
- }
-
-
- width: 45px ;
- }
-
-
- margin-top: 10px ;
- }
- </style>
- </head>
- <body>
- <?php $this->beginBody() ?>
- <div id="content">
- <?= $content ?>
- </div>
- <div id="footer">
- <a href="https://www.souke.fr/">Souke</a>
- </div>
- <?php $this->endBody() ?>
- </body>
- </html>
- <?php $this->endPage() ?>
|