File size: 6,831 Bytes
4db443c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Администрирование - SupportSphere</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <style>
        .auchan-gradient {
            background: linear-gradient(135deg, #e30613 0%, #ff6b6b 100%);
        }
        .Auchan-button {
            transition: all 0.3s ease;
        }
        .Auchan-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(227, 6, 19, 0.3);
        }
        .glass-effect {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
        }
    </style>
</head>
<body class="bg-gray-50 min-h-screen">
    <!-- Header -->
    <header class="auchan-gradient text-white shadow-lg">
        <div class="container mx-auto px-4 py-6">
            <div class="flex flex-col md:flex-row md:items-center md:justify-between gap-4">
                <div class="flex items-center space-x-4">
                    <img src="https://http.static.photos/logo/200x80/1" alt="SupportSphere Logo" class="h-12 md:h-16 object-contain">
                    <div>
                        <h1 class="text-2xl md:text-3xl font-bold">SupportSphere</h1>
                        <p class="text-sm opacity-90">Customer Service Employee Care Management</p>
                    </div>
                </div>
                <nav class="flex flex-wrap items-center gap-2">
                    <a href="index.html" class="Auchan-button bg-white text-red-600 px-4 py-2 rounded-lg font-semibold hover:bg-gray-100 flex items-center gap-2">
                        <i data-feather="home" class="w-4 h-4"></i>
                        Главная
                    </a>
                    <a href="register-call.html" class="Auchan-button bg-white text-red-600 px-4 py-2 rounded-lg font-semibold hover:bg-gray-100 flex items-center gap-2">
                        <i data-feather="phone" class="w-4 h-4"></i>
                        Зарегистрировать звонок
                    </a>
                    <a href="incidents.html" class="Auchan-button bg-white text-red-600 px-4 py-2 rounded-lg font-semibold hover:bg-gray-100 flex items-center gap-2">
                        <i data-feather="alert-triangle" class="w-4 h-4"></i>
                        Инциденты
                    </a>
                    <a href="statistics.html" class="Auchan-button bg-white text-red-600 px-4 py-2 rounded-lg font-semibold hover:bg-gray-100 flex items-center gap-2">
                        <i data-feather="bar-chart-2" class="w-4 h-4"></i>
                        Статистика
                    </a>
                    <a href="subthemes1.html" class="Auchan-button bg-white text-red-600 px-4 py-2 rounded-lg font-semibold hover:bg-gray-100 flex items-center gap-2">
                        <i data-feather="folder" class="w-4 h-4"></i>
                        Подтемы 1
                    </a>
                    <a href="subthemes2.html" class="Auchan-button bg-white text-red-600 px-4 py-2 rounded-lg font-semibold hover:bg-gray-100 flex items-center gap-2">
                        <i data-feather="folder" class="w-4 h-4"></i>
                        Подтемы 2
                    </a>
                    <a href="users.html" class="Auchan-button bg-white text-red-600 px-4 py-2 rounded-lg font-semibold hover:bg-gray-100 flex items-center gap-2">
                        <i data-feather="users" class="w-4 h-4"></i>
                        Пользователи
                    </a>
                    <a href="admin.html" class="Auchan-button bg-white text-red-600 px-4 py-2 rounded-lg font-semibold hover:bg-gray-100 flex items-center gap-2">
                        <i data-feather="log-out" class="w-4 h-4"></i>
                        Выйти
                    </a>
                </nav>
            </div>
        </div>
    </header>

    <main class="container mx-auto px-4 py-8">
        <div class="glass-effect rounded-2xl shadow-xl p-8 text-center">
            <div class="mb-6">
                <i data-feather="check-circle" class="w-16 h-16 text-green-500 mx-auto mb-4"></i>
                <h2 class="text-2xl font-bold text-gray-800 mb-2">Выход из системы</h2>
                <p class="text-gray-600">Спасибо за использование SupportSphere!</p>
            </div>
            
            <div class="max-w-md mx-auto space-y-4">
                <div class="bg-gray-100 rounded-lg p-4">
                    <h3 class="font-semibold text-gray-700 mb-2">Информация о сеансе:</h3>
                    <div class="text-left space-y-2 text-sm">
                        <div class="flex justify-between">
                            <span class="text-gray-600">Пользователь:</span>
                            <span class="font-medium">Администратор</span>
                        </div>
                        <div class="flex justify-between">
                            <span class="text-gray-600">Время входа:</span>
                            <span class="font-medium">09:00</span>
                        </div>
                        <div class="flex justify-between">
                            <span class="text-gray-600">Время работы:</span>
                            <span class="font-medium">6ч 30мин</span>
                        </div>
                        <div class="flex justify-between">
                            <span class="text-gray-600">Обработано обращений:</span>
                            <span class="font-medium">24</span>
                        </div>
                    </div>
                </div>
                
                <div class="flex gap-4 justify-center">
                    <button onclick="window.location.href='index.html'" class="Auchan-button bg-red-600 text-white px-6 py-3 rounded-lg font-semibold hover:bg-red-700 flex items-center gap-2">
                        <i data-feather="log-out" class="w-4 h-4"></i>
                        Выйти
                    </button>
                    <button onclick="window.history.back()" class="Auchan-button bg-gray-600 text-white px-6 py-3 rounded-lg font-semibold hover:bg-gray-700 flex items-center gap-2">
                        <i data-feather="arrow-left" class="w-4 h-4"></i>
                        Назад
                    </button>
                </div>
            </div>
        </div>
    </main>

    <script>
        feather.replace();
    </script>
</body>
</html>