-
Notifications
You must be signed in to change notification settings - Fork 0
/
seo-texts-redact-external.html
493 lines (330 loc) · 19.5 KB
/
seo-texts-redact-external.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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Подбор поисковых запросов</title>
<link rel="shortcut icon" href="img/logo-favicon.png" type="img/png">
<!--STYLESHEET-->
<!--=================================================-->
<!--Open Sans Font [ OPTIONAL ]-->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<!--Bootstrap Stylesheet [ REQUIRED ]-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--Nifty Stylesheet [ REQUIRED ]-->
<link href="css/nifty.min.css" rel="stylesheet">
<!--Nifty Premium Icon [ DEMONSTRATION ]-->
<link href="css/demo/nifty-demo-icons.min.css" rel="stylesheet">
<!--Demo [ DEMONSTRATION ]-->
<link href="css/demo/nifty-demo.min.css" rel="stylesheet">
<!--Bootstrap Table [ OPTIONAL ]-->
<link href="plugins/bootstrap-table/bootstrap-table.min.css" rel="stylesheet">
<!--X-editable [ OPTIONAL ]-->
<link href="plugins/x-editable/css/bootstrap-editable.css" rel="stylesheet">
<!--Morris.js [ OPTIONAL ]-->
<link href="plugins/morris-js/morris.min.css" rel="stylesheet">
<!--Magic Checkbox [ OPTIONAL ]-->
<link href="plugins/magic-check/css/magic-check.min.css" rel="stylesheet">
<!--Ion Icons [ OPTIONAL ]-->
<link href="plugins/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="plugins/themify-icons/themify-icons.min.css" rel="stylesheet">
<link rel="stylesheet" href="plugins/font-awesome/css/font-awesome.min.css">
<!-- Internal CSS file-->
<link rel="stylesheet" href="css/styles.css">
<link href="plugins/bootstrap-select/bootstrap-select.css" rel="stylesheet">
<script src="plugins/bootstrap-select/bootstrap-select.js "></script>
<!--Bootstrap Select [ OPTIONAL ]-->
<link href="plugins/bootstrap-select/bootstrap-select.min.css" rel="stylesheet">
<!--Bootstrap Tags Input [ OPTIONAL ]-->
<link href="plugins/bootstrap-tagsinput/bootstrap-tagsinput.min.css" rel="stylesheet">
<!--Chosen [ OPTIONAL ]-->
<link href="plugins/chosen/chosen.min.css" rel="stylesheet">
<!--noUiSlider [ OPTIONAL ]-->
<link href="plugins/noUiSlider/nouislider.min.css" rel="stylesheet">
<!--Select2 [ OPTIONAL ]-->
<link href="plugins/select2/css/select2.min.css" rel="stylesheet">
<!--Bootstrap Timepicker [ OPTIONAL ]-->
<link href="plugins/bootstrap-timepicker/bootstrap-timepicker.min.css" rel="stylesheet">
<!--Bootstrap Datepicker [ OPTIONAL ]-->
<link href="plugins/bootstrap-datepicker/bootstrap-datepicker.min.css" rel="stylesheet">
<!--JAVASCRIPT-->
<!--=================================================-->
<!--Pace - Page Load Progress Par [OPTIONAL]-->
<link href="plugins/pace/pace.min.css" rel="stylesheet">
<script src="plugins/pace/pace.min.js"></script>
<!--jQuery [ REQUIRED ]-->
<script src="js/jquery-2.2.4.min.js"></script>
<!--BootstrapJS [ RECOMMENDED ]-->
<script src="js/bootstrap.min.js"></script>
<!--NiftyJS [ RECOMMENDED ]-->
<script src="js/nifty.min.js"></script>
<script src="js/tinymce/js/tinymce/tinymce.min.js"></script>
<script>tinymce.init({
height:"200",
selector:'textarea' });</script>
<!--=================================================-->
<!--Demo script [ DEMONSTRATION ]-->
<script src="js/demo/nifty-demo.min.js"></script>
<!--Morris.js [ OPTIONAL ]-->
<script src="plugins/morris-js/morris.min.js"></script>
<script src="plugins/morris-js/raphael-js/raphael.min.js"></script>
<!--Sparkline [ OPTIONAL ]-->
<script src="plugins/sparkline/jquery.sparkline.min.js"></script>
<!--Specify page [ SAMPLE ]-->
<script src="js/demo/dashboard.js"></script>
<!--=================================================-->
<!--Bootstrap Table Sample [ SAMPLE ]-->
<script src="js/demo/tables-bs-table.js"></script>
<!--X-editable [ OPTIONAL ]-->
<script src="plugins/x-editable/js/bootstrap-editable.min.js"></script>
<!--Bootstrap Table [ OPTIONAL ]-->
<script src="plugins/bootstrap-table/bootstrap-table.min.js"></script>
<!--Bootstrap Table Extension [ OPTIONAL ]-->
<script src="plugins/bootstrap-table/extensions/editable/bootstrap-table-editable.js"></script>
<!--Switchery [ OPTIONAL ]-->
<script src="plugins/switchery/switchery.min.js"></script>
<!--Bootstrap Select [ OPTIONAL ]-->
<script src="plugins/bootstrap-select/bootstrap-select.min.js"></script>
<!--Bootstrap Tags Input [ OPTIONAL ]-->
<script src="plugins/bootstrap-tagsinput/bootstrap-tagsinput.min.js"></script>
<!--Chosen [ OPTIONAL ]-->
<script src="plugins/chosen/chosen.jquery.min.js"></script>
<!--noUiSlider [ OPTIONAL ]-->
<script src="plugins/noUiSlider/nouislider.min.js"></script>
<!--Select2 [ OPTIONAL ]-->
<script src="plugins/select2/js/select2.min.js"></script>
<!--Bootstrap Timepicker [ OPTIONAL ]-->
<script src="plugins/bootstrap-timepicker/bootstrap-timepicker.min.js"></script>
<!--Bootstrap Datepicker [ OPTIONAL ]-->
<script src="plugins/bootstrap-datepicker/bootstrap-datepicker.min.js"></script>
<!--Form Component [ SAMPLE ]-->
<script src="js/demo/form-component.js"></script>
<!--=================================================
REQUIRED
You must include this in your project.
RECOMMENDED
This category must be included but you may modify which plugins or components which should be included in your project.
OPTIONAL
Optional plugins. You may choose whether to include it in your project or not.
DEMONSTRATION
This is to be removed, used for demonstration purposes only. This category must not be included in your project.
SAMPLE
Some script samples which explain how to initialize plugins or components. This category should not be included in your project.
Detailed information and more samples can be found in the document.
=================================================-->
</head>
<!--TIPS-->
<!--You may remove all ID or Class names which contain "demo-", they are only used for demonstration. -->
<body>
<div class="boxed">
<!--CONTENT CONTAINER-->
<!--===================================================-->
<div id="content-container">
<!--Page Title-->
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<div class="row">
<div class="col-lg-10 col-lg-offset-2">
<div id="page-title">
<h1 class="page-header text-overflow">SEO тексты</h1>
</div>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!--End page title-->
<ol class="breadcrumb">
<li><a href="">Главная</a></li>
<li><i class="ion-arrow-right-c"></i>
<a href="seo-texts.html">Управление SEO текстами</a></li>
<li><i class="ion-arrow-right-c"></i>
<a href="seo-texts.html">Список проектов</a></li>
<li><i class="ion-arrow-right-c"></i>
<a href="seo-texts-item.html">Service-market</a></li>
</ol>
</div>
</div>
<!--Page content-->
<!--===================================================-->
<div id="page-content">
<div class="row">
</div>
<div class="row">
<div class="col-xs-8 col-sm-8 col-md-8 col-lg-8 col-lg-offset-2 col-xs-offset-2 col-sm-offset-2 col-md-offset-2">
<div class="panel">
<div class="panel-body">
<div class="row">
<div class="col-lg-12">
<div class="row">
<div class="marg col-xs-6 col-sm-6 col-md-6 col-lg-6">
<label for="in2" class="control-label lbl">Title</label>
<input type="text" class="form-control inp" id="in2">
<!---<textarea name="" id="in2" ></textarea>-->
</div>
</div>
</div>
</div>
<div class="row">
<div class="marg col-xs-3 col-sm-3 col-md-3 col-lg-3" style="margin-left:20px;">
<label for="bt1" class="col-lg-12 control-label lbl">Домен</label>
<input type="button" class="btn btn-default inp disabled col-lg-12" value="smartexpert.net" id="bt1" style="margin-right:10px;">
</div>
<div class="marg col-xs-3 col-sm-3 col-md-3 col-lg-3" style="margin-left:-25px;">
<label for="in1" class="control-label lbl">
Адрес страницы
</label>
<input type="text" class="form-control inp" id="in1">
</div>
</div>
<div class="row">
<div class="marg col-xs-10 col-sm-10 col-md-10 col-lg-10">
<label for="in3" class="control-label lbl">Descripion</label>
<input type="text" class="form-control inp" id="in3">
<!--<textarea name="" id="in3"></textarea>-->
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2 class="panel-title">Текст</h2>
</div>
<div class="col-lg-10">
<textarea></textarea>
</div>
</div>
<div class="row">
<div class="margs сol-xs-3 col-sm-3 col-md-3 col-lg-3">
<label for="sls" class="control-label lbl" >Имя исполнителя</label>
<input type="text" class="form-control inp" id="sls">
</div>
<div class="margs col-xs-3 col-sm-3 col-md-3 col-lg-3">
<label for="in3" class="lbl control-label">Статус</label>
<select name="" id="in3" class="form-control inp">
<option value="">
Выберете статус
</option>
<option value="">
Проверено
</option>
<option value="">
Не проверено
</option>
</select>
</div>
<div class="margs col-xs-3 col-sm-3 col-md-3 col-lg-3">
<label for="in3" class="control-label lbl">
Дата редактирования
</label>
<input type="date" class="form-control inp" id="in3" style="height:35px;">
</div>
</div>
<div class="row">
<div class="margs col-lg-12">
<button class="btn btn-lg btn-success saveme">
Сохранить изменения
</button>
<span class="green">
Изменения сохранены
</span>
<!--<span class="red">
Ошибка сохранения
</span>-->
</div>
</div>
<div class="row">
<div class="margs col-lg-12">
<button class="btn btn-default">
<i class="fa fa-download"></i>
Скачать PDF
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--===================================================-->
<!--END CONTENT CONTAINER-->
</div>
<!--MAIN NAVIGATION-->
<!--===================================================-->
<nav id="mainnav-container">
<div id="mainnav">
<!--Menu-->
<!--================================-->
<div id="mainnav-menu-wrap">
<div class="nano">
<div class="nano-content">
<!--Shortcut buttons-->
<!--================================-->
<!-- <div id="mainnav-shortcut">
<ul class="list-unstyled">
<li class="col-xs-3" data-content="My Profile">
<a class="shortcut-grid" href="#">
<i class="demo-psi-male"></i>
</a>
</li>
<li class="col-xs-3" data-content="Messages">
<a class="shortcut-grid" href="#">
<i class="demo-psi-speech-bubble-3"></i>
</a>
</li>
<li class="col-xs-3" data-content="Activity">
<a class="shortcut-grid" href="#">
<i class="demo-psi-thunder"></i>
</a>
</li>
<li class="col-xs-3" data-content="Lock Screen">
<a class="shortcut-grid" href="#">
<i class="demo-psi-lock-2"></i>
</a>
</li>
</ul>
</div> -->
<!--================================-->
<!--End shortcut buttons-->
<ul id="mainnav-menu" class="list-group">
<!--Category name-->
<li class="list-header">Навигация</li>
<!--Menu list item-->
<li>
<a href="keyword_selection.html">
<i class="ion-clipboard"></i>
<span class="menu-title">
<strong>Ключевые слова</strong>
</span>
<!--<i class="arrow"></i>-->
</a>
<!--Submenu-->
<!---<ul class="collapse">
<li><a href="keyword_research_v1.html">Добавить подбор</a></li>
<li><a href="keyword_selection.html">Подборы запросов</a></li>
</ul>-->
</li>
<li>
<a href="seo-texts.html">
<i class="demo-psi-receipt-4"></i>
<span class="menu-title">
<strong>SEO-тексты</strong>
</span>
</a>
</li>
<li>
<a href="position_monitor.html">
<i class="demo-psi-bar-chart"></i>
<span class="menu-title">
<strong>Мониторинг позиций</strong>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<!--================================-->
<!--End menu-->
</div>
</nav>
<!--===================================================-->
<!--END MAIN NAVIGATION-->
</div>
</div>
<!--===================================================-->
<!-- END OF CONTAINER -->
</body>
</html>