Диплом: Автоматизация управления проектами для отдела интернет-разработки в Университете «Синергия»

Внимание! Если размещение файла нарушает Ваши авторские права, то обязательно сообщите нам
109
<span class="sidebar-link__span"><?= $item['title'];
?></span>
</a>
</li>
<?php endforeach; ?>
</ul>
</nav>
</div>
</div>
</div>
</aside>
<?php
/* @var $this \yii\web\View */
/* @var $content string */
use yii\helpers\Html;
use app\assets\GeneralAsset;
GeneralAsset::register($this);
?>
<?php $this->beginPage() ?>
<!DOCTYPE html>
<html lang="<?= Yii::$app->language ?>">
110
<head>
<meta charset="<?= Yii::$app->charset ?>">
<title><?= Html::encode($this->title) ?></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<?php $this->registerCsrfMetaTags() ?>
<?php $this->head() ?>
</head>
<body>
<?php $this->beginBody() ?>
<div class="wrapper">
<?= $content ?>
</div>
<?php $this->endBody() ?>
</body>
</html>
<?php $this->endPage() ?>
<?php
/* @var $this \yii\web\View */
/* @var $content string */
use app\widgets\OldAlert;
use yii\helpers\Html;
111
use yii\bootstrap\Nav;
use yii\bootstrap\NavBar;
use yii\helpers\Url;
use yii\widgets\Breadcrumbs;
use app\assets\GeneralAsset;
GeneralAsset::register($this);
?>
<?php $this->beginPage() ?>
<!DOCTYPE html>
<html lang="<?= Yii::$app->language ?>">
<head>
<meta charset="<?= Yii::$app->charset ?>">
<title><?= Html::encode($this->title) ?></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<?php $this->registerCsrfMetaTags() ?>
<meta name="access-token" content="<?= Yii::$app->user->identity-
>access_token ?>-
en5NHSTISkHDiTzXF5gFo0ptnsMs6Kd27iwWGsVFPbQiQ4amP8PzVVSY8bvE2
dw">
<?php $this->head() ?>
</head>
112
<body>
<?php $this->beginBody() ?>
<div class="wrapper">
<div class="container">
<div class="grid block">
<header class="header">
<div class="header__logo">
<a class="header-logo" href="<?=
Url::toRoute(['main/dashboard']); ?>">
<?= Html::img('@web/images/common/logo.png', [
'class' => 'header-logo__image',
'alt' => 'Synergy Project'
]); ?>
</a>
</div>
<div class="header__nav">
<?php if (Yii::$app->user->isGuest): ?>
<a href="/login">Войти в систему</a>
<?php endif; ?>
</div>
</header>
<div class="grid__row">
113
<?php if (!Yii::$app->user->isGuest || Yii::$app->user-
>can('admin')): ?>
<?= $this->render('parts/sidebar') ?>
<?php endif; ?>
<div class="content" <?php if (Yii::$app->user->isGuest):
?>style="margin-left: 0;"<?php endif; ?>>
<div class="section">
<div class="section__header">
<div class="section__title"><?= ($this->params['name']) ?
$this->params['name'] : $this->title ?></div>
<?php if ($this->params['header-button']): ?>
<a class="button button_primary button_small"
href="<?= Url::to([$this->params['header-button']['src']]) ?>"><?= $this-
>params['header-button']['title'] ?></a>
<?php endif; ?>
</div>
<?= $content ?>
</div>
</div>
</div>
</div>
</div>
</div>
<?php $this->endBody() ?>
114
</body>
</html>
<?php $this->endPage() ?>
<?php
/* @var $this yii\web\View */
$this->title = 'Дашбоард';
?>
<div class="dashboard">
<div class="projects" style="margin-bottom: 15px;">
<h3>Ваши проекты</h3>
<table class="section-table projects__table">
<thead>
<tr class="section-table__row">
<th class="section-table__cell">Имя</th>
<th class="section-table__cell">Ключ</th>
<th class="section-table__cell">Сайт</th>
<th class="section-table__cell section-table__cell_sm"></th>
</tr>
</thead>
<tbody>
<tr class="section-table__row">
115
<td class="section-table__cell">
<a href="">Synergy Digital</a>
</td>
<td class="section-table__cell"><span>SYDI</span></td>
<td class="section-table__cell">
<a href="https://synergydigital.ru/" target="_blank">
synergydigital.ru</a>
</td>
<td class="section-table__cell section-table__cell_sm">
<div class="dropdown">
<button class="button button_table-more" data-
toggle="dropdown" data-class-active="button_table-more_open">
<svg class="svg-sprite-icon icon-ellipsis-h section-
table__icon">
<use
xlink:href="/images/sprite/symbol/sprite.svg#ellipsis-h"></use>
</svg>
</button>
<div class="dropdown-menu">
<a class="dropdown-menu__link" href="">Настройки
проекта</a>
<a class="dropdown-menu__link" href="">Удалить</a>
</div>
</div>
116
</td>
</tr>
<tr class="section-table__row">
<td class="section-table__cell">
<a href="">Synergy Art Academy</a>
</td>
<td class="section-table__cell"><span>SYARAC</span></td>
<td class="section-table__cell">
<a href="https://synergyartacademy.ru/" target="_blank">
synergyartacademy.ru</a>
</td>
<td class="section-table__cell section-table__cell_sm">
<div class="dropdown">
<button class="button button_table-more" data-
toggle="dropdown" data-class-active="button_table-more_open">
<svg class="svg-sprite-icon icon-ellipsis-h section-
table__icon">
<use
xlink:href="/images/sprite/symbol/sprite.svg#ellipsis-h"></use>
</svg>
</button>
<div class="dropdown-menu">
<a class="dropdown-menu__link" href="">Настройки
проекта</a>
117
<a class="dropdown-menu__link" href="">Удалить</a>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="tasks">
<h3>Ваши задачи</h3>
<table class="section-table projects__table">
<thead>
<tr class="section-table__row">
<th class="section-table__cell">Имя</th>
<th class="section-table__cell">Ключ</th>
<th class="section-table__cell">Сайт</th>
<th class="section-table__cell">Описание</th>
<th class="section-table__cell">Исполнитель</th>
<th class="section-table__cell section-table__cell_sm"></th>
</tr>
</thead>
<tbody>
<tr class="section-table__row">
118
<td class="section-table__cell">
<a href="">Изменить данные</a>
</td>
<td class="section-table__cell"><span>SYDI-1</span></td>
<td class="section-table__cell">
<a href="https://synergydigital.ru/"
target="_blank">synergydigital.ru</a>
</td>
<td class="section-table__cell"><span>Изменить контактные
данные</span></td>
<td class="section-table__cell">
<a class="section-table__leader" href="">Антон Ермолаев</a>
</td>
<td class="section-table__cell section-table__cell_sm">
<div class="dropdown">
<button class="button button_table-more" data-
toggle="dropdown" data-class-active="button_table-more_open">
<svg class="svg-sprite-icon icon-ellipsis-h section-
table__icon">
<use
xlink:href="/images/sprite/symbol/sprite.svg#ellipsis-h"></use>
</svg>
</button>
<div class="dropdown-menu">

Смотрите также:

"Автоматизация обработки заявок ООО "Проектно-Строительная Компания"
"Автоматизация процесса аттестации персонала для ООО "Нэт Бай Нэт Холдинг"
"Анализ интернет-активности конкурентов ( на примере конкурентов "Газпром нефть")
"Бухгалтерский учёт и аудит расчётов с подотчётними лицами в организации на примере ООО "ЛОЦ 10""
«Психологическое сопровождение персонала в организации на примере ООО «Крокус»
Agile-методология в управлении проектами на примере ООО «Ресурсный центр «Академия КлассИнфо»
Aвтoмaтизaция пpoцecca вeдeния инфopмaциoннoй бaзы o дoлжнocтяx и вaкaнcияx c укaзaниeм тpeбoвaний к уpoвню знaний и нaвыкoв кaндидaтoв для гpуппы кaдpoв вoйcкoвoй чacти 3474»
Cовершенствование деловой оценки персонала в организации (на примере ООО "Даймонд кейтеринг развитие")
Cовершенствование управления рентабельности предприятия (на примере гуипп «бендерская типография «полиграфист»)
Event - менеджмент: реализация проекта (на примере ООО "АГРОПАК")