WEB. Improved additional navigation bar. Templates

This commit is contained in:
Dmitry Naumov-Socolov 2016-10-31 11:12:49 -04:00
commit e8632ccd48
18 changed files with 69 additions and 60 deletions

View file

@ -1346,9 +1346,11 @@ div.l-content > div.l-separator:nth-of-type(4) {
}
.l-unit--outdated {
background-color: #9B3D35;
color: #fff;
.units .l-unit.l-unit--outdated {
background-color: #ffcaca;
color: #555;
border-left: 5px solid #ff6f6f;
border-bottom: 1px solid #fff;
}
.l-unit--suspended .l-unit__name,
@ -1358,6 +1360,13 @@ div.l-content > div.l-separator:nth-of-type(4) {
color: #c0c0c0;
}
.l-unit--outdated .l-unit__name {
color: #333;
}
.l-unit--outdated b {
color: #555;
}
.l-unit--suspended .l-percent {
border-color: #fff;
}
@ -1381,7 +1390,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
.l-unit--outdated.selected {
background: #765D5D !important;
color: #FEF482 !important;
color: #333 !important;
}
@ -1394,7 +1403,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
.l-unit--suspended.selected .l-percent__fill,
.l-unit--suspended.selected .l-unit__name,
.l-unit--suspended.selected .l-unit__name span {
color: #b2ac87 !important;
color: #333 !important;
}
.l-unit.selected .l-percent {
@ -1484,7 +1493,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
}
.l-unit.l-unit--outdated .l-unit__date {
color: #fff7ae;
color: #d24c4c;
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;

View file

@ -19,7 +19,7 @@
}
?>
</td>
<td class="l-sort-toolbar__search-box">
<td class="l-sort-toolbar__search-box step-left">
<form action="/search/" method="get">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
<input type="text" name="q" class="search-input" value="<? echo isset($_POST['q']) ? htmlspecialchars($_POST['q']) : '' ?>" />
@ -30,10 +30,7 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td class="step-right">
<td class="">
<form action="/bulk/cron/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
<div class="l-select">
@ -48,6 +45,9 @@
</div>
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
</div>

View file

@ -52,9 +52,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/db/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -68,6 +65,9 @@
</div>
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
<!-- -->

View file

@ -23,9 +23,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/dns/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -39,6 +36,9 @@
</div>
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
</div>

View file

@ -28,9 +28,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Action')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/firewall/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -42,6 +39,9 @@
</div>
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Action')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
</div>

View file

@ -24,9 +24,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/ip/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -39,6 +36,9 @@
</div>
<input type="submit" class="l-sort-toolbar__filter-apply" value="" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
</div>

View file

@ -30,9 +30,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/mail/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -46,6 +43,9 @@
</div>
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
<!-- -->

View file

@ -29,9 +29,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/mail/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -45,6 +42,9 @@
</div>
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
<!-- -->

View file

@ -20,9 +20,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/package/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -34,6 +31,9 @@
</div>
<input type="submit" class="l-sort-toolbar__filter-apply" value="" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
</div>

View file

@ -28,9 +28,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/user/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -51,6 +48,9 @@
</div>
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
</div>

View file

@ -23,9 +23,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/web/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -39,6 +36,9 @@
</div>
<input type="submit" class="l-sort-toolbar__filter-apply" value=""/>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
<!-- -->

View file

@ -30,10 +30,7 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td class="step-right">
<td class="">
<form action="/bulk/cron/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
<div class="l-select">
@ -46,6 +43,9 @@
</div>
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
</div>

View file

@ -53,9 +53,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/db/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -67,6 +64,9 @@
</div>
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
<!-- -->

View file

@ -23,9 +23,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/dns/" method="post">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -37,6 +34,9 @@
</div>
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
</div>

View file

@ -30,9 +30,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/mail/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -44,6 +41,9 @@
</div>
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
<!-- -->

View file

@ -29,9 +29,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/mail/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -43,6 +40,9 @@
</div>
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
<!-- -->

View file

@ -28,9 +28,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/user/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -49,6 +46,9 @@
</div>
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
</div>

View file

@ -23,9 +23,6 @@
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
<td>
<form action="/bulk/web/" method="post" id="objects">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -37,6 +34,9 @@
</div>
<input type="submit" class="l-sort-toolbar__filter-apply" value=""/>
</td>
<td class="sort-by">
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
</td>
</tr>
</table>
<!-- -->