-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
235 lines (215 loc) · 11.9 KB
/
index.html
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html lang="ru" ng-app="futureApp">
<head>
<meta charset="utf-8">
<title>Future</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="css/future.css" rel="stylesheet" type="text/css">
<script src="js/libs/angular.js"></script>
<script src="js/libs/underscore.js"></script>
<script src="js/future.js"></script>
</head>
<body ng-controller="glowController" ng-init="initialize()">
<div class="future-glow clearfix" style="opacity: {{ opacity }}">
<div class="future-glow__tick" ng-repeat="item in glow"
style="width: {{ item.width }}px;
height: {{ item.heigth }}px;
background: {{ item.background }};"></div>
</div>
<div class="container">
<h2>Паттерн</h2>
<form class="form-horizontal">
<div class="row">
<div class="col-sm-7">
<div class="form-group">
<label class="col-sm-3 control-label">Тон</label>
<div class="col-sm-9">
<input type="range" ng-model="hueFrom" min="0" max="360"/>
<input type="range" ng-model="hueTo" min="0" max="360"/>
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">Насыщенность</label>
<div class="col-sm-9">
<input type="range" ng-model="saturationFrom" min="0" max="100"/>
<input type="range" ng-model="saturationTo" min="0" max="100"/>
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">Светлота</label>
<div class="col-sm-9">
<input type="range" ng-model="lightnessFrom" min="0" max="100"/>
<input type="range" ng-model="lightnessTo" min="0" max="100"/>
</div>
</div>
</div>
<div class="col-sm-5">
<div class="form-group">
<label class="col-sm-6 control-label">Ширина</label>
<div class="col-sm-6">
<input class="input-sm" type="text" ng-model="widthFrom" size="2"/> —
<input class="input-sm" type="text" ng-model="widthTo" size="2"/>
</div>
</div>
<div class="form-group">
<label class="col-sm-6 control-label">Высота</label>
<div class="col-sm-6">
<input class="input-sm" type="text" ng-model="heightFrom" size="2"/> —
<input class="input-sm" type="text" ng-model="heightTo" size="2"/>
</div>
</div>
<div class="form-group">
<label class="col-sm-6 control-label">Прозрачность</label>
<div class="col-sm-6">
<input type="text" ng-model="opacity" size="3"/>
<span class="text-muted">От 0 до 1</span>
</div>
</div>
<div class="form-group">
<div class="col-sm-6 col-sm-offset-6">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="gradient"/>
с градиентом
</label>
</div>
</div>
</div>
<div class="form-group">
<label class="col-sm-6 control-label">Позиция осветления</label>
<div class="col-sm-6">
<input type="text" ng-model="gradientPoint" size="3"/>
<span class="text-muted">От 0 до 100</span>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="container">
<h2>Панель</h2>
<div class="row">
<div class="col-sm-7">
<section class="future-pane future-pane_invert">
<div class="future-pane__outer-shadow"></div>
<div class="future-pane__background" style="background: url(http://cl.ly/image/1H301425081e/bg-error.png) repeat">
<div class="future-pane__inner-shadow">
<header class="future-pane__label">
Cabot
</header>
<div class="future-pane__content">
<a class="future-button" style="float: right; margin-top: 20px" href="http://cabot.fcolors.ru/service/23/">
<span class="future-button__wrapper">
View on cabot
</span>
</a>
<div style="margin-bottom: 22px; font-size: 14px; line-height: 22px">
Service
<div style="font-size: 32px; line-height: 36px; margin-bottom: 5px">
<a href="http://backup.fcolors.ru" style="color: white; text-decoration: underline;">backup.fcolors.ru</a>
</div>
alerting with status: ERROR.
</div>
<div style="font-size: 14px; line-height: 22px">
Checks failing:
<ul style="margin: 0 0 0 30px; padding: 0; list-style: none;">
<li>
<span style="display: inline-block; width: 1em; margin-left: -1em; opacity: 0.4">—</span>
FAILING - backuppc - Type: HTTP check - Importance: Error
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<br />
<br />
<section class="future-pane future-pane_invert">
<div class="future-pane__outer-shadow"></div>
<div class="future-pane__background" style="background: url(http://cl.ly/image/3D3j1N3Y3M0w/bg-success.png) repeat">
<div class="future-pane__inner-shadow">
<header class="future-pane__label">
Cabot
</header>
<div class="future-pane__content">
<a class="future-button" style="float: right; margin-top: 20px" href="http://cabot.fcolors.ru/service/23/">
<span class="future-button__wrapper">
View on cabot
</span>
</a>
<div style="margin-bottom: 22px; font-size: 14px; line-height: 22px">
Service
<div style="font-size: 32px; line-height: 36px; margin-bottom: 5px">
<a href="http://backup.fcolors.ru" style="color: white; text-decoration: underline;">backup.fcolors.ru</a>
</div>
is back to normal.
</div>
</div>
</div>
</div>
</section>
<br />
<br />
<h1 class="future-main-header">Задачи со сроком выполнения</h1>
<section class="future-pane">
<div class="future-pane__background" style="background: url(http://cl.ly/image/1Q0E233w2r3S/bg.png) repeat">
<div class="future-pane__inner-shadow">
<header class="future-pane__label">
Инфраструктура FC
</header>
<div class="future-pane__content">
<div style="margin-bottom: 25px">
<span class="future-label" style="background: url(http://cl.ly/image/1H301425081e/bg-error.png) repeat; color: white;">
Просрочена на 39 дней
</span>
<a href="" style="color: black; font-size: 16px; text-decoration: underline; display: block; margin-bottom: 3px;">Задача #12575: Избавиться от избыточных js-ошибок в sentry</a>
</div>
<div>
<span class="future-label" style="background: url(http://cl.ly/image/1H301425081e/bg-error.png) repeat; color: white;">
Просрочена на 25 дней
</span>
<a href="" style="color: black; font-size: 16px; text-decoration: underline; display: block; margin-bottom: 3px;">Задача #14973: Улучшить логирование js на всех проектах</a>
</div>
</div>
</div>
</div>
</section>
<br />
<section class="future-pane">
<div class="future-pane__background" style="background: url(http://cl.ly/image/1Q0E233w2r3S/bg.png) repeat">
<div class="future-pane__inner-shadow">
<header class="future-pane__label">
Belonika
</header>
<div class="future-pane__content">
<div style="margin-bottom: 25px">
<span class="future-label" style="background: url(http://cl.ly/image/1H301425081e/bg-error.png) repeat; color: white;">
Просрочена на 1 день
</span>
<a href="" style="color: black; font-size: 16px; text-decoration: underline; display: block; margin-bottom: 3px;">Уточнения #15903: Анализ: isSales без допрегистрации</a>
</div>
<div style="margin-bottom: 25px">
<span class="future-label" style="background: url(http://cl.ly/image/1Q070X131Y1A/bg-danger.png) repeat">
Истекает через 1 день (2014-04-09)
</span>
<a href="" style="color: black; font-size: 16px; text-decoration: underline; display: block; margin-bottom: 3px;">Задача #15931: Выкатить Студень - 7</a>
</div>
<div>
<span class="future-label" style="background: url(http://cl.ly/image/1Q070X131Y1A/bg-danger.png) repeat">
Истекает через 1 день (2014-04-09)
</span>
<a href="" style="color: black; font-size: 16px; text-decoration: underline; display: block; margin-bottom: 3px;">Ошибка #15926: Sentry:Ошибка в get_permission_object</a>
</div>
</div>
</div>
</div>
</section>
<br />
<br />
</div>
</div>
</div>
</body>
</html>