Synced with HTTrack3.49-2+htsswf+htsjava launched on Tue, 05 Mar 2024 22:10:11.
This commit is contained in:
parent
b487ef7cb1
commit
8ddc0c0106
|
|
@ -0,0 +1,757 @@
|
|||
@charset "UTF-8";
|
||||
:root {
|
||||
--dt-row-selected: 13, 110, 253;
|
||||
--dt-row-selected-text: 255, 255, 255;
|
||||
--dt-row-selected-link: 9, 10, 11;
|
||||
--dt-row-stripe: 0, 0, 0;
|
||||
--dt-row-hover: 0, 0, 0;
|
||||
--dt-column-ordering: 0, 0, 0;
|
||||
--dt-html-background: white;
|
||||
}
|
||||
:root.dark {
|
||||
--dt-html-background: rgb(33, 37, 41);
|
||||
}
|
||||
|
||||
table.dataTable td.dt-control {
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
table.dataTable td.dt-control:before {
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
content: "";
|
||||
border-top: 5px solid transparent;
|
||||
border-left: 10px solid rgba(0, 0, 0, 0.5);
|
||||
border-bottom: 5px solid transparent;
|
||||
border-right: 0px solid transparent;
|
||||
}
|
||||
table.dataTable tr.dt-hasChild td.dt-control:before {
|
||||
border-top: 10px solid rgba(0, 0, 0, 0.5);
|
||||
border-left: 5px solid transparent;
|
||||
border-bottom: 0px solid transparent;
|
||||
border-right: 5px solid transparent;
|
||||
}
|
||||
|
||||
html.dark table.dataTable td.dt-control:before,
|
||||
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
|
||||
border-left-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
|
||||
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
|
||||
border-top-color: rgba(255, 255, 255, 0.5);
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
div.dt-scroll-body thead tr,
|
||||
div.dt-scroll-body tfoot tr {
|
||||
height: 0;
|
||||
}
|
||||
div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
|
||||
div.dt-scroll-body tfoot tr th,
|
||||
div.dt-scroll-body tfoot tr td {
|
||||
height: 0 !important;
|
||||
padding-top: 0px !important;
|
||||
padding-bottom: 0px !important;
|
||||
border-top-width: 0px !important;
|
||||
border-bottom-width: 0px !important;
|
||||
}
|
||||
div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
|
||||
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
|
||||
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
|
||||
height: 0 !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
table.dataTable thead > tr > th:active,
|
||||
table.dataTable thead > tr > td:active {
|
||||
outline: none;
|
||||
}
|
||||
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
|
||||
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
|
||||
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
|
||||
position: absolute;
|
||||
display: block;
|
||||
bottom: 50%;
|
||||
content: "▲";
|
||||
content: "▲"/"";
|
||||
}
|
||||
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
|
||||
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
|
||||
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 50%;
|
||||
content: "▼";
|
||||
content: "▼"/"";
|
||||
}
|
||||
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc,
|
||||
table.dataTable thead > tr > td.dt-orderable-asc,
|
||||
table.dataTable thead > tr > td.dt-orderable-desc,
|
||||
table.dataTable thead > tr > td.dt-ordering-asc,
|
||||
table.dataTable thead > tr > td.dt-ordering-desc {
|
||||
position: relative;
|
||||
padding-right: 30px;
|
||||
}
|
||||
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
|
||||
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
|
||||
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
|
||||
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
|
||||
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: 12px;
|
||||
}
|
||||
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
|
||||
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
|
||||
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
|
||||
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
|
||||
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
|
||||
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
|
||||
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
|
||||
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
|
||||
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
|
||||
left: 0;
|
||||
opacity: 0.125;
|
||||
line-height: 9px;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
|
||||
table.dataTable thead > tr > td.dt-orderable-asc,
|
||||
table.dataTable thead > tr > td.dt-orderable-desc {
|
||||
cursor: pointer;
|
||||
}
|
||||
table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
|
||||
table.dataTable thead > tr > td.dt-orderable-asc:hover,
|
||||
table.dataTable thead > tr > td.dt-orderable-desc:hover {
|
||||
outline: 2px solid rgba(0, 0, 0, 0.05);
|
||||
outline-offset: -2px;
|
||||
}
|
||||
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
|
||||
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
|
||||
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
|
||||
opacity: 0.6;
|
||||
}
|
||||
table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
|
||||
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
|
||||
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
|
||||
display: none;
|
||||
}
|
||||
table.dataTable thead > tr > th:active,
|
||||
table.dataTable thead > tr > td:active {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
div.dt-scroll-body > table.dataTable > thead > tr > th,
|
||||
div.dt-scroll-body > table.dataTable > thead > tr > td {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
|
||||
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
|
||||
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
|
||||
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
|
||||
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
|
||||
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
|
||||
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
|
||||
outline: 2px solid rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
div.dt-processing {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 200px;
|
||||
margin-left: -100px;
|
||||
margin-top: -22px;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
z-index: 10;
|
||||
}
|
||||
div.dt-processing > div:last-child {
|
||||
position: relative;
|
||||
width: 80px;
|
||||
height: 15px;
|
||||
margin: 1em auto;
|
||||
}
|
||||
div.dt-processing > div:last-child > div {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
border-radius: 50%;
|
||||
background: rgb(13, 110, 253);
|
||||
background: rgb(var(--dt-row-selected));
|
||||
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
||||
}
|
||||
div.dt-processing > div:last-child > div:nth-child(1) {
|
||||
left: 8px;
|
||||
animation: datatables-loader-1 0.6s infinite;
|
||||
}
|
||||
div.dt-processing > div:last-child > div:nth-child(2) {
|
||||
left: 8px;
|
||||
animation: datatables-loader-2 0.6s infinite;
|
||||
}
|
||||
div.dt-processing > div:last-child > div:nth-child(3) {
|
||||
left: 32px;
|
||||
animation: datatables-loader-2 0.6s infinite;
|
||||
}
|
||||
div.dt-processing > div:last-child > div:nth-child(4) {
|
||||
left: 56px;
|
||||
animation: datatables-loader-3 0.6s infinite;
|
||||
}
|
||||
|
||||
@keyframes datatables-loader-1 {
|
||||
0% {
|
||||
transform: scale(0);
|
||||
}
|
||||
100% {
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
@keyframes datatables-loader-3 {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
}
|
||||
100% {
|
||||
transform: scale(0);
|
||||
}
|
||||
}
|
||||
@keyframes datatables-loader-2 {
|
||||
0% {
|
||||
transform: translate(0, 0);
|
||||
}
|
||||
100% {
|
||||
transform: translate(24px, 0);
|
||||
}
|
||||
}
|
||||
table.dataTable.nowrap th, table.dataTable.nowrap td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
table.dataTable th,
|
||||
table.dataTable td {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
table.dataTable th.dt-left,
|
||||
table.dataTable td.dt-left {
|
||||
text-align: left;
|
||||
}
|
||||
table.dataTable th.dt-center,
|
||||
table.dataTable td.dt-center {
|
||||
text-align: center;
|
||||
}
|
||||
table.dataTable th.dt-right,
|
||||
table.dataTable td.dt-right {
|
||||
text-align: right;
|
||||
}
|
||||
table.dataTable th.dt-justify,
|
||||
table.dataTable td.dt-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
table.dataTable th.dt-nowrap,
|
||||
table.dataTable td.dt-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
table.dataTable th.dt-empty,
|
||||
table.dataTable td.dt-empty {
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
}
|
||||
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
|
||||
table.dataTable td.dt-type-numeric,
|
||||
table.dataTable td.dt-type-date {
|
||||
text-align: right;
|
||||
}
|
||||
table.dataTable thead th,
|
||||
table.dataTable thead td,
|
||||
table.dataTable tfoot th,
|
||||
table.dataTable tfoot td {
|
||||
text-align: left;
|
||||
}
|
||||
table.dataTable thead th.dt-head-left,
|
||||
table.dataTable thead td.dt-head-left,
|
||||
table.dataTable tfoot th.dt-head-left,
|
||||
table.dataTable tfoot td.dt-head-left {
|
||||
text-align: left;
|
||||
}
|
||||
table.dataTable thead th.dt-head-center,
|
||||
table.dataTable thead td.dt-head-center,
|
||||
table.dataTable tfoot th.dt-head-center,
|
||||
table.dataTable tfoot td.dt-head-center {
|
||||
text-align: center;
|
||||
}
|
||||
table.dataTable thead th.dt-head-right,
|
||||
table.dataTable thead td.dt-head-right,
|
||||
table.dataTable tfoot th.dt-head-right,
|
||||
table.dataTable tfoot td.dt-head-right {
|
||||
text-align: right;
|
||||
}
|
||||
table.dataTable thead th.dt-head-justify,
|
||||
table.dataTable thead td.dt-head-justify,
|
||||
table.dataTable tfoot th.dt-head-justify,
|
||||
table.dataTable tfoot td.dt-head-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
table.dataTable thead th.dt-head-nowrap,
|
||||
table.dataTable thead td.dt-head-nowrap,
|
||||
table.dataTable tfoot th.dt-head-nowrap,
|
||||
table.dataTable tfoot td.dt-head-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
table.dataTable tbody th.dt-body-left,
|
||||
table.dataTable tbody td.dt-body-left {
|
||||
text-align: left;
|
||||
}
|
||||
table.dataTable tbody th.dt-body-center,
|
||||
table.dataTable tbody td.dt-body-center {
|
||||
text-align: center;
|
||||
}
|
||||
table.dataTable tbody th.dt-body-right,
|
||||
table.dataTable tbody td.dt-body-right {
|
||||
text-align: right;
|
||||
}
|
||||
table.dataTable tbody th.dt-body-justify,
|
||||
table.dataTable tbody td.dt-body-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
table.dataTable tbody th.dt-body-nowrap,
|
||||
table.dataTable tbody td.dt-body-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/*
|
||||
* Table styles
|
||||
*/
|
||||
table.dataTable {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
border-spacing: 0;
|
||||
/*
|
||||
* Header and footer styles
|
||||
*/
|
||||
/*
|
||||
* Body styles
|
||||
*/
|
||||
}
|
||||
table.dataTable thead th,
|
||||
table.dataTable tfoot th {
|
||||
font-weight: bold;
|
||||
}
|
||||
table.dataTable > thead > tr > th,
|
||||
table.dataTable > thead > tr > td {
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
table.dataTable > thead > tr > th:active,
|
||||
table.dataTable > thead > tr > td:active {
|
||||
outline: none;
|
||||
}
|
||||
table.dataTable > tfoot > tr > th,
|
||||
table.dataTable > tfoot > tr > td {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.3);
|
||||
padding: 10px 10px 6px 10px;
|
||||
}
|
||||
table.dataTable > tbody > tr {
|
||||
background-color: transparent;
|
||||
}
|
||||
table.dataTable > tbody > tr:first-child > * {
|
||||
border-top: none;
|
||||
}
|
||||
table.dataTable > tbody > tr:last-child > * {
|
||||
border-bottom: none;
|
||||
}
|
||||
table.dataTable > tbody > tr.selected > * {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
|
||||
color: rgb(255, 255, 255);
|
||||
color: rgb(var(--dt-row-selected-text));
|
||||
}
|
||||
table.dataTable > tbody > tr.selected a {
|
||||
color: rgb(9, 10, 11);
|
||||
color: rgb(var(--dt-row-selected-link));
|
||||
}
|
||||
table.dataTable > tbody > tr > th,
|
||||
table.dataTable > tbody > tr > td {
|
||||
padding: 8px 10px;
|
||||
}
|
||||
table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
table.dataTable.row-border > tbody > tr:first-child > *, table.dataTable.display > tbody > tr:first-child > * {
|
||||
border-top: none;
|
||||
}
|
||||
table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
|
||||
border-top-color: rgba(13, 110, 253, 0.65);
|
||||
border-top-color: rgba(var(--dt-row-selected), 0.65);
|
||||
}
|
||||
table.dataTable.cell-border > tbody > tr > * {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-right: 1px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
table.dataTable.cell-border > tbody > tr > *:first-child {
|
||||
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
table.dataTable.cell-border > tbody > tr:first-child > * {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
|
||||
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
|
||||
}
|
||||
table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *, table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
|
||||
}
|
||||
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
|
||||
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
|
||||
}
|
||||
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
|
||||
box-shadow: inset 0 0 0 9999px #0d6efd !important;
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
|
||||
}
|
||||
table.dataTable.order-column > tbody tr > .sorting_1,
|
||||
table.dataTable.order-column > tbody tr > .sorting_2,
|
||||
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
|
||||
table.dataTable.display > tbody tr > .sorting_2,
|
||||
table.dataTable.display > tbody tr > .sorting_3 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
|
||||
}
|
||||
table.dataTable.order-column > tbody tr.selected > .sorting_1,
|
||||
table.dataTable.order-column > tbody tr.selected > .sorting_2,
|
||||
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
|
||||
table.dataTable.display > tbody tr.selected > .sorting_2,
|
||||
table.dataTable.display > tbody tr.selected > .sorting_3 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
|
||||
}
|
||||
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
|
||||
}
|
||||
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
|
||||
}
|
||||
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
|
||||
}
|
||||
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
|
||||
}
|
||||
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
|
||||
}
|
||||
table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
|
||||
}
|
||||
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
|
||||
}
|
||||
table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.011);
|
||||
}
|
||||
table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.003);
|
||||
}
|
||||
table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
|
||||
}
|
||||
table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
|
||||
}
|
||||
table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
|
||||
}
|
||||
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
|
||||
}
|
||||
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
|
||||
}
|
||||
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
|
||||
}
|
||||
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
|
||||
}
|
||||
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
|
||||
}
|
||||
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
|
||||
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
|
||||
}
|
||||
table.dataTable.compact thead th,
|
||||
table.dataTable.compact thead td,
|
||||
table.dataTable.compact tfoot th,
|
||||
table.dataTable.compact tfoot td,
|
||||
table.dataTable.compact tbody th,
|
||||
table.dataTable.compact tbody td {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Control feature layout
|
||||
*/
|
||||
div.dt-container {
|
||||
position: relative;
|
||||
clear: both;
|
||||
}
|
||||
div.dt-container div.dt-layout-row {
|
||||
display: table;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
}
|
||||
div.dt-container div.dt-layout-row.dt-layout-table {
|
||||
display: block;
|
||||
}
|
||||
div.dt-container div.dt-layout-row.dt-layout-table div.dt-layout-cell {
|
||||
display: block;
|
||||
}
|
||||
div.dt-container div.dt-layout-cell {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
padding: 5px 0;
|
||||
}
|
||||
div.dt-container div.dt-layout-cell.dt-full {
|
||||
text-align: center;
|
||||
}
|
||||
div.dt-container div.dt-layout-cell.dt-start {
|
||||
text-align: left;
|
||||
}
|
||||
div.dt-container div.dt-layout-cell.dt-end {
|
||||
text-align: right;
|
||||
}
|
||||
div.dt-container div.dt-layout-cell:empty {
|
||||
display: none;
|
||||
}
|
||||
div.dt-container .dt-search input {
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
padding: 5px;
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
margin-left: 3px;
|
||||
}
|
||||
div.dt-container .dt-input {
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 3px;
|
||||
padding: 5px;
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
}
|
||||
div.dt-container select.dt-input {
|
||||
padding: 4px;
|
||||
}
|
||||
div.dt-container .dt-paging .dt-paging-button {
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
min-width: 1.5em;
|
||||
padding: 0.5em 1em;
|
||||
margin-left: 2px;
|
||||
text-align: center;
|
||||
text-decoration: none !important;
|
||||
cursor: pointer;
|
||||
color: inherit !important;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2px;
|
||||
background: transparent;
|
||||
}
|
||||
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
|
||||
color: inherit !important;
|
||||
border: 1px solid rgba(0, 0, 0, 0.3);
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05))); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* FF3.6+ */
|
||||
background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* IE10+ */
|
||||
background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Opera 11.10+ */
|
||||
background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* W3C */
|
||||
}
|
||||
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
|
||||
cursor: default;
|
||||
color: rgba(0, 0, 0, 0.5) !important;
|
||||
border: 1px solid transparent;
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
div.dt-container .dt-paging .dt-paging-button:hover {
|
||||
color: white !important;
|
||||
border: 1px solid #111;
|
||||
background-color: #111;
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #585858 0%, #111 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -moz-linear-gradient(top, #585858 0%, #111 100%); /* FF3.6+ */
|
||||
background: -ms-linear-gradient(top, #585858 0%, #111 100%); /* IE10+ */
|
||||
background: -o-linear-gradient(top, #585858 0%, #111 100%); /* Opera 11.10+ */
|
||||
background: linear-gradient(to bottom, #585858 0%, #111 100%); /* W3C */
|
||||
}
|
||||
div.dt-container .dt-paging .dt-paging-button:active {
|
||||
outline: none;
|
||||
background-color: #0c0c0c;
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* FF3.6+ */
|
||||
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* IE10+ */
|
||||
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Opera 11.10+ */
|
||||
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); /* W3C */
|
||||
box-shadow: inset 0 0 3px #111;
|
||||
}
|
||||
div.dt-container .dt-paging .ellipsis {
|
||||
padding: 0 1em;
|
||||
}
|
||||
div.dt-container .dt-length,
|
||||
div.dt-container .dt-search,
|
||||
div.dt-container .dt-info,
|
||||
div.dt-container .dt-processing,
|
||||
div.dt-container .dt-paging {
|
||||
color: inherit;
|
||||
}
|
||||
div.dt-container .dataTables_scroll {
|
||||
clear: both;
|
||||
}
|
||||
div.dt-container .dataTables_scroll div.dt-scroll-body {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
|
||||
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
|
||||
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
div.dt-container.dt-empty-footer .dt-scroll-body {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
div.dt-container div.dt-layout-row {
|
||||
display: block;
|
||||
}
|
||||
div.dt-container div.dt-layout-cell {
|
||||
display: block;
|
||||
}
|
||||
div.dt-container div.dt-layout-cell.dt-full, div.dt-container div.dt-layout-cell.dt-start, div.dt-container div.dt-layout-cell.dt-end {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
.dt-container .dt-length,
|
||||
.dt-container .dt-search {
|
||||
float: none;
|
||||
text-align: center;
|
||||
}
|
||||
.dt-container .dt-search {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
}
|
||||
html.dark {
|
||||
--dt-row-hover: 255, 255, 255;
|
||||
--dt-row-stripe: 255, 255, 255;
|
||||
--dt-column-ordering: 255, 255, 255;
|
||||
}
|
||||
html.dark table.dataTable > thead > tr > th,
|
||||
html.dark table.dataTable > thead > tr > td {
|
||||
border-bottom: 1px solid rgb(89, 91, 94);
|
||||
}
|
||||
html.dark table.dataTable > thead > tr > th:active,
|
||||
html.dark table.dataTable > thead > tr > td:active {
|
||||
outline: none;
|
||||
}
|
||||
html.dark table.dataTable > tfoot > tr > th,
|
||||
html.dark table.dataTable > tfoot > tr > td {
|
||||
border-top: 1px solid rgb(89, 91, 94);
|
||||
}
|
||||
html.dark table.dataTable.row-border > tbody > tr > *, html.dark table.dataTable.display > tbody > tr > * {
|
||||
border-top: 1px solid rgb(64, 67, 70);
|
||||
}
|
||||
html.dark table.dataTable.row-border > tbody > tr:first-child > *, html.dark table.dataTable.display > tbody > tr:first-child > * {
|
||||
border-top: none;
|
||||
}
|
||||
html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
|
||||
border-top-color: rgba(13, 110, 253, 0.65);
|
||||
border-top-color: rgba(var(--dt-row-selected), 0.65);
|
||||
}
|
||||
html.dark table.dataTable.cell-border > tbody > tr > th,
|
||||
html.dark table.dataTable.cell-border > tbody > tr > td {
|
||||
border-top: 1px solid rgb(64, 67, 70);
|
||||
border-right: 1px solid rgb(64, 67, 70);
|
||||
}
|
||||
html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
|
||||
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
|
||||
border-left: 1px solid rgb(64, 67, 70);
|
||||
}
|
||||
html.dark .dt-container.dt-empty-footer table.dataTable {
|
||||
border-bottom: 1px solid rgb(89, 91, 94);
|
||||
}
|
||||
html.dark .dt-container .dt-search input,
|
||||
html.dark .dt-container .dt-length select {
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
background-color: var(--dt-html-background);
|
||||
}
|
||||
html.dark .dt-container .dt-paging .dt-paging-button.current, html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
|
||||
border: 1px solid rgb(89, 91, 94);
|
||||
background: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
|
||||
color: #666 !important;
|
||||
}
|
||||
html.dark .dt-container .dt-paging .dt-paging-button:hover {
|
||||
border: 1px solid rgb(53, 53, 53);
|
||||
background: rgb(53, 53, 53);
|
||||
}
|
||||
html.dark .dt-container .dt-paging .dt-paging-button:active {
|
||||
background: #3a3a3a;
|
||||
}
|
||||
|
||||
/*
|
||||
* Overrides for RTL support
|
||||
*/
|
||||
*[dir=rtl] table.dataTable thead th,
|
||||
*[dir=rtl] table.dataTable thead td,
|
||||
*[dir=rtl] table.dataTable tfoot th,
|
||||
*[dir=rtl] table.dataTable tfoot td {
|
||||
text-align: right;
|
||||
}
|
||||
*[dir=rtl] table.dataTable th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date,
|
||||
*[dir=rtl] table.dataTable td.dt-type-numeric,
|
||||
*[dir=rtl] table.dataTable td.dt-type-date {
|
||||
text-align: left;
|
||||
}
|
||||
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
|
||||
text-align: right;
|
||||
}
|
||||
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
|
||||
text-align: left;
|
||||
}
|
||||
*[dir=rtl] div.dt-container div.dt-search input {
|
||||
margin: 0 3px 0 0;
|
||||
}
|
||||
13570
russellcountyva.us/cdn.datatables.net/2.0.0/js/dataTables.js
Normal file
13570
russellcountyva.us/cdn.datatables.net/2.0.0/js/dataTables.js
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -1,4 +1,4 @@
|
|||
/*1707873694,,JIT Construction: v1011401579,en_US*/
|
||||
/*1709696570,,JIT Construction: v1011857736,en_US*/
|
||||
|
||||
/**
|
||||
* Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
|
||||
|
|
@ -19,4 +19,4 @@
|
|||
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
(function _(a,b,c,d,e){var f=window.console;f&&Math.floor(new Date().getTime()/1e3)-b>7*24*60*60&&f.warn("The Facebook JSSDK is more than 7 days old.");if(window[c])return;if(!window.JSON)return;var g=window[c]={__buffer:{replay:function(){var a=this,b=function(d){var b=window[c];a.calls[d][0].split(".").forEach(function(a){return b=b[a]});b.apply(null,a.calls[d][1])};for(var d=0;d<this.calls.length;d++)b(d);this.calls=[]},calls:[],opts:null},getUserID:function(){return""},getAuthResponse:function(){return null},getAccessToken:function(){return null},init:function(a){g.__buffer.opts=a}};for(b=0;b<d.length;b++){f=d[b];if(f in g)continue;var h=f.split("."),i=h.pop(),j=g;for(var k=0;k<h.length;k++)j=j[h[k]]||(j[h[k]]={});j[i]=function(a){if(a==="init")return;return function(){g.__buffer.calls.push([a,Array.prototype.slice.call(arguments)])}}(f)}k=document.createElement("script");k.src=a;k.async=!0;e&&(k.crossOrigin="anonymous");h=document.getElementsByTagName("script")[0];h.parentNode&&h.parentNode.insertBefore(k,h)})("MyAccount.html\/\/connect.facebook.net\/en_US\/all.js?hash=709c9659eea05c0440799ac50094f646", 1707873694, "FB", ["AppEvents.EventNames","AppEvents.ParameterNames","AppEvents.activateApp","AppEvents.clearAppVersion","AppEvents.clearUserID","AppEvents.getAppVersion","AppEvents.getUserID","AppEvents.logEvent","AppEvents.logPageView","AppEvents.logPurchase","AppEvents.setAppVersion","AppEvents.setUserID","AppEvents.updateUserProperties","Canvas.Plugin.showPluginElement","Canvas.Plugin.hidePluginElement","Canvas.Prefetcher.addStaticResource","Canvas.Prefetcher.setCollectionMode","Canvas.getPageInfo","Canvas.scrollTo","Canvas.setAutoGrow","Canvas.setDoneLoading","Canvas.setSize","Canvas.setUrlHandler","Canvas.startTimer","Canvas.stopTimer","Event.subscribe","Event.unsubscribe","XFBML.parse","addFriend","api","getAccessToken","getAuthResponse","getLoginStatus","getUserID","init","login","logout","publish","share","ui"], true);
|
||||
(function _(a,b,c,d,e){var f=window.console;f&&Math.floor(new Date().getTime()/1e3)-b>7*24*60*60&&f.warn("The Facebook JSSDK is more than 7 days old.");if(window[c])return;if(!window.JSON)return;var g=window[c]={__buffer:{replay:function(){var a=this,b=function(d){var b=window[c];a.calls[d][0].split(".").forEach(function(a){return b=b[a]});b.apply(null,a.calls[d][1])};for(var d=0;d<this.calls.length;d++)b(d);this.calls=[]},calls:[],opts:null},getUserID:function(){return""},getAuthResponse:function(){return null},getAccessToken:function(){return null},init:function(a){g.__buffer.opts=a}};for(b=0;b<d.length;b++){f=d[b];if(f in g)continue;var h=f.split("."),i=h.pop(),j=g;for(var k=0;k<h.length;k++)j=j[h[k]]||(j[h[k]]={});j[i]=function(a){if(a==="init")return;return function(){g.__buffer.calls.push([a,Array.prototype.slice.call(arguments)])}}(f)}k=document.createElement("script");k.src=a;k.async=!0;e&&(k.crossOrigin="anonymous");h=document.getElementsByTagName("script")[0];h.parentNode&&h.parentNode.insertBefore(k,h)})("MyAccount.html\/\/connect.facebook.net\/en_US\/all.js?hash=34d95d43898ea5b00ab2d8853c76940b", 1709696569, "FB", ["AppEvents.EventNames","AppEvents.ParameterNames","AppEvents.activateApp","AppEvents.clearAppVersion","AppEvents.clearUserID","AppEvents.getAppVersion","AppEvents.getUserID","AppEvents.logEvent","AppEvents.logPageView","AppEvents.logPurchase","AppEvents.setAppVersion","AppEvents.setUserID","AppEvents.updateUserProperties","Canvas.Plugin.showPluginElement","Canvas.Plugin.hidePluginElement","Canvas.Prefetcher.addStaticResource","Canvas.Prefetcher.setCollectionMode","Canvas.getPageInfo","Canvas.scrollTo","Canvas.setAutoGrow","Canvas.setDoneLoading","Canvas.setSize","Canvas.setUrlHandler","Canvas.startTimer","Canvas.stopTimer","Event.subscribe","Event.unsubscribe","XFBML.parse","addFriend","api","getAccessToken","getAuthResponse","getLoginStatus","getUserID","init","login","logout","publish","share","ui"], true);
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
# HTTrack Website Copier Cookie File
|
||||
# This file format is compatible with Netscape cookies
|
||||
www.russellcountyva.us TRUE / FALSE 1999999999 ASP.NET_SessionId ctfcegdf3c0mbvhjbnvjxo4t
|
||||
www.russellcountyva.us TRUE / FALSE 1999999999 ASP.NET_SessionId t3s3usdlwz542vzqoxqvsmbl
|
||||
www.russellcountyva.us TRUE / FALSE 1999999999 SameSite None
|
||||
russellcountyva.us TRUE / FALSE 1999999999 ASP.NET_SessionId nclocnnalnvyaxujsae4ww2j
|
||||
russellcountyva.us TRUE / FALSE 1999999999 ASP.NET_SessionId joxsgdlpumn5f23luotrmu5a
|
||||
russellcountyva.us TRUE / FALSE 1999999999 SameSite None
|
||||
.russellcountyida.org TRUE / FALSE 1999999999 _cfuvid NeRDnVa.SPwfwJ9rWCJUmCAsRGy.8RStZ9yv45UUF0g-1707874987830-0-604800000
|
||||
russellcountyida.org TRUE / FALSE 1999999999 SameSite None
|
||||
www.russellcountyva.us TRUE / FALSE 1999999999 .AspNet.TempCookie 9FQEES_5Y5N7usHvUn3FNUf4JxblF5Ca_xFmyIWGhWzyE03NfrUQ9DEHBdc_Y4jAb1Vg70RHzbAF435vQVqly11iPay-WS6AsofN0MR_ZRXLEuOyppQVo8I-Ux_SRfyqvlbtIA1E4dG7XKjHoz475Vw1JS3e7eSPyFH69WmQS10OUP_lEYW4c2BM9wnQYnGLuq4tQL1s1gjmrGO9icLL33n-zt5a7EtZRQXC75UVgri2cFZi6BnsT_vPv0WYJtif0j76RjxKZfsH829DXoJieoMkn75PI9KdKv1exGL2BR0iKr5VxQYl7v1hPa1SDNDVsAMbZRlYmBxht9tXFTJxjbiVzO5fuYMNDB6vj9xXyJy36jmhov9XkHFOCdoC5ZUUAJe3Z3-IoLmnQj0nNxyVKQ0j8eAkQMcFqNedz3FKtIbHa5-rYH-W_3BGsivUlh1dOUNOQy669idEhJTfr5W7U_BOLdwXPo0zHiMBNc-pUuUgRlcU3REFf_r_QbpbzU4KncpvCw0dLqkI5G5SRZKBRXvGLVPlI-bSjO6sCPCTu2YDE2FuLSWqQlRs5z6nYzTjBdGWVx0MT4y7rWYlvAIu_BAX4yysKVUUwCmXtlTy-qiKZw80bvz8VqZkBHzR-NimkdOcofCkOoa-8yKv3be3jtKqODqR6orbCmjuloDMgMlpwNz4ZAIIndIS_1UU_NdFwv5PEcwjcrk259iSjnlpgQnKetQ2gcLtTl6CNFvHhPw
|
||||
.www.russellcountyida.org TRUE / FALSE 1999999999 _cfuvid HgBzAkWbLJkDZejTCjFblTAwen4LnyBR5iN_r0NB_gc-1709697944197-0.0.1.1-604800000
|
||||
www.russellcountyida.org TRUE / FALSE 1999999999 SameSite None
|
||||
www.russellcountyva.us TRUE / FALSE 1999999999 .AspNet.TempCookie 4SI5Pit-pJE0GVIGnY-5m5KvURgiAXxZjGOC3bMQj-OdutUU6AltsX4WIMw_zZJajN_BGFgJP2KeQZgGwSCRa-silzh3_9Al15wpLPwPKpCYNeUADVt5PmMf8FhakGZI0QjvzxIkP9gVtgRu2d-4Zohsujbp4FxDXgZd9RC49ylCQ2O0EulLxAF2a2VkL4DsOhj6HjJrbSJA1u0g5Y_TnYvRSPjPDTMYC-hQTx9DT77yUsojuwy1P3AHL4hRjMaZx2J8Inv2MITG9CRK81Q6q7bkQbjdhfBx2X6GzdmpV_EkvVw2AUNGe6dIw4aS8wZ8I6KftIzQbjIkVpSV6EM35chhGv_fadvdrnZbj9h2M5HJhiwAW1ggYBLH0rXg3o80XMl8hpJSvAm4E7jHFvRA6xDL-1JQd-I3azupEUUvdObjChCTABvM_yFS0kNIQA4qi7rsYCSqv98QrMNqqO0MUiHUJZ-8p1bsKx0fVQNhgtHmTifbOSRDk3lkKge_rdeYAllh2vKvwAmXSg-ImC7aW83reXW_7Y0GbmnwDyafVh1oOq8x5zsHemEpp7IpuVFR6sJnl8nMIfPIptpT2baA5ZNWpw9i_UjuSsqaqWGxFioycNsoAqltbpB8P_IiNzmx1mdIPq40-RSeCOZhpkRIByZHYJxx6xvB76li-mKTPXYsh6qPiBf7R9PWlMHj0dwNBuhwiIprBmdP7cQOLvITjYJ4kYqZXXQ7FZFs4Rqs5iU
|
||||
www.russellcountyva.us TRUE / FALSE 1999999999 CP_IsMobile false
|
||||
www.russellcountyva.us TRUE / FALSE 1999999999 CP_IsMobile false
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -73,6 +73,6 @@ MIMEDefsMime5=
|
|||
MIMEDefsMime6=
|
||||
MIMEDefsMime7=
|
||||
MIMEDefsMime8=
|
||||
CurrentUrl=https://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2024&endDate%3d12/31/2024&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2023&endDate%3d12/31/2023&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2022&endDate%3d12/31/2022&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2021&endDate%3d12/31/2021&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2020&endDate%3d12/31/2020&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2019&endDate%3d12/31/2019&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2018&endDate%3d12/31/2018&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2017&endDate%3d12/31/2017&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2016&endDate%3d12/31/2016&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/%0d%0ahttps://russellcountyida.org/
|
||||
CurrentUrl=https://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2024&endDate%3d12/31/2024&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2023&endDate%3d12/31/2023&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2022&endDate%3d12/31/2022&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2021&endDate%3d12/31/2021&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2020&endDate%3d12/31/2020&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2019&endDate%3d12/31/2019&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2018&endDate%3d12/31/2018&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2017&endDate%3d12/31/2017&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/AgendaCenter/Search/?term%3d&CIDs%3dall&startDate%3d01/01/2016&endDate%3d12/31/2016&dateRange%3d&dateSelector%3d%0d%0ahttps://www.russellcountyva.us/%0d%0ahttps://www.russellcountyida.org/
|
||||
CurrentAction=0
|
||||
CurrentURLList=
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -183,7 +183,7 @@ h4 { margin: 0; font-weight: bold; font-size: 1.18em; }
|
|||
<TR>
|
||||
<TD BACKGROUND="fade.gif">
|
||||
·
|
||||
<A HREF="russellcountyida.org/index.html">
|
||||
<A HREF="www.russellcountyida.org/index.html">
|
||||
Russell County IDA
|
||||
</A>
|
||||
</TD>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
|
@ -95,7 +94,7 @@
|
|||
<script type="text/javascript">
|
||||
window.departmentHeader = {};
|
||||
window.pageSectionTracker = {};
|
||||
window.isResponsiveEnabled = true;
|
||||
window.isResponsiveEnabled = true;
|
||||
window.isRemoveSetHeights= false;
|
||||
if (window.isRemoveSetHeights) {
|
||||
document.documentElement.className += ' removeSetHeights';
|
||||
|
|
@ -142,7 +141,7 @@
|
|||
var order = '';
|
||||
//--></script>
|
||||
|
||||
<link href="/-1759649222.css" rel="stylesheet" type="text/css" /> <link href="/1222260419.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/1357825072.css" rel="stylesheet" type="text/css" /> <link href="/-1560533623.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/Assets/Styles/Print.css" media="print">
|
||||
<script type="text/javascript">
|
||||
|
|
@ -853,6 +852,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
//setup menu manager properties for secondary menu
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
/* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function(){var w=window,C='___grecaptcha_cfg',cfg=w[C]=w[C]||{},N='grecaptcha';var gr=w[N]=w[N]||{};gr.ready=gr.ready||function(f){(cfg['fns']=cfg['fns']||[]).push(f);};w['__recaptcha_api']='https://www.google.com/recaptcha/api2/';(cfg['render']=cfg['render']||[]).push('explicit');(cfg['onload']=cfg['onload']||[]).push('onRecaptchaLoadCallback');w['__google_recaptcha_client']=true;var d=document,po=d.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/releases/x5WWoE57Fv0d6ATKsLDIAKnt/recaptcha__en.js';po.crossOrigin='anonymous';po.integrity='sha384-6QAkKomkqvpLp4cQIWQ+jygFIfYhWZ8e6+BssYf6OcLFi0/C1rhftlXMNkaG16WA';var e=d.querySelector('script[nonce]'),n=e&&(e['nonce']||e.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=d.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s);})();
|
||||
/* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function(){var w=window,C='___grecaptcha_cfg',cfg=w[C]=w[C]||{},N='grecaptcha';var gr=w[N]=w[N]||{};gr.ready=gr.ready||function(f){(cfg['fns']=cfg['fns']||[]).push(f);};w['__recaptcha_api']='https://www.google.com/recaptcha/api2/';(cfg['render']=cfg['render']||[]).push('explicit');(cfg['onload']=cfg['onload']||[]).push('onRecaptchaLoadCallback');w['__google_recaptcha_client']=true;var d=document,po=d.createElement('script');po.type='text/javascript';po.async=true;po.src='https://www.gstatic.com/recaptcha/releases/vj7hFxe2iNgbe-u95xTozOXW/recaptcha__en.js';po.crossOrigin='anonymous';po.integrity='sha384-TFHQ2jjldnEXG6p4acHgAFLMc2UFrK8wxiDKLT6JmJU7fdX8X8zXqEhV8ZJ1n4iu';var e=d.querySelector('script[nonce]'),n=e&&(e['nonce']||e.getAttribute('nonce'));if(n){po.setAttribute('nonce',n);}var s=d.getElementsByTagName('script')[0];s.parentNode.insertBefore(po, s);})();
|
||||
428
russellcountyva.us/www.russellcountyida.org/archives.html
Normal file
428
russellcountyva.us/www.russellcountyida.org/archives.html
Normal file
|
|
@ -0,0 +1,428 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
|
||||
<!-- Mirrored from www.russellcountyida.org/archives.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 06 Mar 2024 04:04:47 GMT -->
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title> Russell County IDA - Archives</title>
|
||||
|
||||
<!-- favicons Icons -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicons/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicons/favicon-16x16.png" />
|
||||
|
||||
<link rel="manifest" href="assets/images/favicons/site.html" />
|
||||
<meta name="description" content="The Industrial Development Authority is the primary organization responsible for economic and industrial development in Russell County Virginia." />
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SLQTF7MMNT"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-SLQTF7MMNT');
|
||||
</script>
|
||||
|
||||
<!-- fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com/">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- third party styles -->
|
||||
<link rel="stylesheet" href="assets/vendors/bootstrap/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/animate/animate.min.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/animate/custom-animate.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/fontawesome/css/all.min.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/jarallax/jarallax.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/jquery-magnific-popup/jquery.magnific-popup.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/nouislider/nouislider.min.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/nouislider/nouislider.pips.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/odometer/odometer.min.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/swiper/swiper.min.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/govity-icons/style.css">
|
||||
<link rel="stylesheet" href="assets/vendors/tiny-slider/tiny-slider.min.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/reey-font/stylesheet.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/owl-carousel/owl.carousel.min.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/owl-carousel/owl.theme.default.min.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/bxslider/jquery.bxslider.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/bootstrap-select/css/bootstrap-select.min.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/vegas/vegas.min.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/jquery-ui/jquery-ui.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/timepicker/timePicker.css" />
|
||||
<link rel="stylesheet" href="assets/vendors/nice-select/nice-select.css" />
|
||||
|
||||
<!-- template styles -->
|
||||
<link rel="stylesheet" href="assets/css/govity.css" />
|
||||
<link rel="stylesheet" href="assets/css/govity-responsive.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="preloader">
|
||||
<div class="preloader__image"></div>
|
||||
</div>
|
||||
<!-- /.preloader -->
|
||||
|
||||
|
||||
<div class="page-wrapper">
|
||||
<header class="main-header">
|
||||
<nav class="main-menu">
|
||||
<div class="main-menu__wrapper">
|
||||
<div class="main-menu__wrapper-inner">
|
||||
<div class="main-menu__logo">
|
||||
<a href="index-2.html"><img src="assets/images/resources/ida_logo_xsmall.png" alt="Russell County IDA"></a>
|
||||
</div>
|
||||
<div class="main-menu__top">
|
||||
<div class="main-menu__top-inner">
|
||||
<div class="main-menu__top-right">
|
||||
<ul class="list-unstyled main-menu__contact-list">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<i class="fas fa-envelope"></i>
|
||||
</div>
|
||||
<div class="text">
|
||||
<p><a href="cdn-cgi/l/email-protection.html#acc9dec2c5c9ecded9dfdfc9c0c0cfc3d9c2d8d5c5c8cd82c3decb"><span class="__cf_email__" data-cfemail="86e3f4e8efe3c6f4f3f5f5e3eaeae5e9f3e8f2ffefe2e7a8e9f4e1">[email protected]</span></a></p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<i class="fa fa-phone-alt"></i>
|
||||
</div>
|
||||
<div class="text">
|
||||
<p><a href="tel:2769710690">276-971-0690</a></p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="main-menu__bottom">
|
||||
<div class="main-menu__bottom-inner">
|
||||
<div class="main-menu__main-menu-box">
|
||||
<a href="#" class="mobile-nav__toggler"><i class="fa fa-bars"></i></a>
|
||||
<ul class="main-menu__list">
|
||||
<li>
|
||||
<a href="index-2.html">Home</a>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a style="cursor: pointer;">About IDA</a>
|
||||
<ul class="sub-menu">
|
||||
<li><a href="what-we-do.html">What We Do</a></li>
|
||||
<li><a href="our-people.html">Our People</a></li>
|
||||
<li><a href="success-stories.html">Success Stories</a></li>
|
||||
<li><a href="news.html">News</a></li>
|
||||
<li><a href="minutes.html">Agendas & Minutes</a></li>
|
||||
<!--#FOIA <li><a href="freedom-of-information-act.html">Freedom of Information Act</a></li>-->
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a style="cursor: pointer;">About Russell Co.</a>
|
||||
<ul class="sub-menu">
|
||||
<li><a href="county-and-location.html">County & Location</a></li>
|
||||
<li><a href="workforce.html">Workforce</a></li>
|
||||
<li><a href="infrastructure.html">Infrastructure</a></li>
|
||||
<li><a href="broadband.html">Broadband</a></li>
|
||||
<li><a href="demographics.html">Demographics</a></li>
|
||||
<li><a href="government.html">Government</a></li>
|
||||
<li><a href="quality-of-life.html">Quality of Life</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a style="cursor: pointer;">Buildings & Sites</a>
|
||||
<ul class="sub-menu">
|
||||
<li><a href="available-buildings-and-sites.html">Available Buildings & Sites</a></li>
|
||||
<li><a href="russell-regional-business-technology-park.html">Russell Regional Business & Technology Park</a></li>
|
||||
<li><a href="cumberland-plateau-regional-industrial-park.html">Cumberland Plateau Regional Industrial Park</a></li>
|
||||
<li><a href="russell-county-industrial-park.html">Russell County Industrial Park</a></li>
|
||||
<li><a href="russell-county-industrial-complex.html">Russell County Industrial Complex</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="incentives.html">Incentives</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="main-menu__right">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<div class="stricky-header stricked-menu main-menu">
|
||||
<div class="sticky-header__content"></div><!-- /.sticky-header__content -->
|
||||
</div><!-- /.stricky-header -->
|
||||
|
||||
<!-- page content start -->
|
||||
|
||||
<!--Page Header Start-->
|
||||
<section class="page-header">
|
||||
<div class="page-header-bg"></div>
|
||||
<div class="container">
|
||||
<div class="page-header__inner">
|
||||
<h2>Archives</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Contact Page Start-->
|
||||
<section class="contact-page">
|
||||
<div class="container">
|
||||
<div>
|
||||
<a target="_blank" href="https://get.adobe.com/reader/">Adobe Reader</a> may be required for viewing some documents.
|
||||
</div>
|
||||
<!--#FOIA
|
||||
<div>
|
||||
Please see our <a href="freedom-of-information-act.html">Freedom of Information Act</a> page for information on how to make additional requests.
|
||||
</div>
|
||||
-->
|
||||
<table id="minutesTable" class="stripe" style="width:100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Year - Month</th>
|
||||
<th>Document</th>
|
||||
<th>Type</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>2020-12</td><td><a target="_blank" href="assets/archives/2020-12.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2023-12.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2020-11</td><td><a target="_blank" href="assets/archives/2020-11.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2023-11.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2020-10</td><td><a target="_blank" href="assets/archives/2020-10.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2023-10.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2020-09</td><td><a target="_blank" href="assets/archives/2020-09.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2023-09.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2020-08</td><td><a target="_blank" href="assets/archives/2020-08.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2023-08.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2020-07</td><td><a target="_blank" href="assets/archives/2020-07.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2023-07.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2020-06</td><td><a target="_blank" href="assets/archives/2020-06.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2023-06.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2020-05</td><td><a target="_blank" href="assets/archives/2020-05.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2023-05.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2020-04</td><td><a target="_blank" href="assets/archives/2020-04.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2023-04.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2020-03</td><td><a target="_blank" href="assets/archives/2020-03.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2023-03.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2020-02</td><td><a target="_blank" href="assets/archives/2020-02.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2023-02.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2020-01</td><td><a target="_blank" href="assets/archives/2020-01.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2023-01.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2019-12</td><td><a target="_blank" href="assets/archives/2019-12.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2022-12.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2019-11</td><td><a target="_blank" href="assets/archives/2019-11.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2022-11.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2019-10</td><td><a target="_blank" href="assets/archives/2019-10.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2022-10.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2019-09</td><td><a target="_blank" href="assets/archives/2019-09.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2022-09.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2019-08</td><td><a target="_blank" href="assets/archives/2019-08.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2022-08.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2019-07</td><td><a target="_blank" href="assets/archives/2019-07.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2022-07.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2019-06</td><td><a target="_blank" href="assets/archives/2019-06.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2022-06.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2019-05</td><td><a target="_blank" href="assets/archives/2019-05.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2022-05.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2019-04</td><td><a target="_blank" href="assets/archives/2019-04.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2022-04.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2019-03</td><td><a target="_blank" href="assets/archives/2019-03.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2022-03.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2019-02</td><td><a target="_blank" href="assets/archives/2019-02.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2022-02.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2019-01</td><td><a target="_blank" href="assets/archives/2019-01.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2022-01.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2018-12</td><td><a target="_blank" href="assets/archives/2018-12.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-12.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2018-11</td><td><a target="_blank" href="assets/archives/2018-11.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-11.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2018-10</td><td><a target="_blank" href="assets/archives/2018-10.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-10.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2018-09</td><td><a target="_blank" href="assets/archives/2018-09.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-09.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2018-08</td><td><a target="_blank" href="assets/archives/2018-08.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-08.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2018-07</td><td><a target="_blank" href="assets/archives/2018-07.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-07.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2018-06</td><td><a target="_blank" href="assets/archives/2018-06.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-06.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2018-05</td><td><a target="_blank" href="assets/archives/2018-05.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-05.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2018-04</td><td><a target="_blank" href="assets/archives/2018-04.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-04.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2018-03</td><td><a target="_blank" href="assets/archives/2018-03.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-03.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2018-02</td><td><a target="_blank" href="assets/archives/2018-02.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-02.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2018-01</td><td><a target="_blank" href="assets/archives/2018-01.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-02.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2017-12</td><td><a target="_blank" href="assets/archives/2017-12.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-12.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2017-11</td><td><a target="_blank" href="assets/archives/2017-11.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-11.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2017-10</td><td><a target="_blank" href="assets/archives/2017-10.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-10.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2017-09</td><td><a target="_blank" href="assets/archives/2017-09.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-09.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2017-08</td><td><a target="_blank" href="assets/archives/2017-08.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-08.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2017-07</td><td><a target="_blank" href="assets/archives/2017-07.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-07.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2017-06</td><td><a target="_blank" href="assets/archives/2017-06.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-06.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2017-05</td><td><a target="_blank" href="assets/archives/2017-05.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-05.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2017-04</td><td><a target="_blank" href="assets/archives/2017-04.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-04.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2017-03</td><td><a target="_blank" href="assets/archives/2017-03.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-03.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2017-02</td><td><a target="_blank" href="assets/archives/2017-02.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-02.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2017-01</td><td><a target="_blank" href="assets/archives/2017-01.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-02.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2016-12</td><td><a target="_blank" href="assets/archives/2016-12.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-12.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2016-11</td><td><a target="_blank" href="assets/archives/2016-11.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-11.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2016-10</td><td><a target="_blank" href="assets/archives/2016-10.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-10.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2016-09</td><td><a target="_blank" href="assets/archives/2016-09.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-09.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2016-08</td><td><a target="_blank" href="assets/archives/2016-08.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-08.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2016-07</td><td><a target="_blank" href="assets/archives/2016-07.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-07.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2016-06</td><td><a target="_blank" href="assets/archives/2016-06.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-06.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2016-05</td><td><a target="_blank" href="assets/archives/2016-05.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-05.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2016-04</td><td><a target="_blank" href="assets/archives/2016-04.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-04.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2016-03</td><td><a target="_blank" href="assets/archives/2016-03.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-03.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2016-02</td><td><a target="_blank" href="assets/archives/2016-02.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-02.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
<tr><td>2016-01</td><td><a target="_blank" href="assets/archives/2016-01.pdf">Agenda & Minutes</a></td><td><a target="_blank" href="assets/archives/2021-02.html"><img src="assets/images/icon/pdf.png" /></a></td></tr>
|
||||
|
||||
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
<!--Contact Page End-->
|
||||
|
||||
<!-- page content end -->
|
||||
|
||||
|
||||
<!--Site Footer Start-->
|
||||
<footer class="site-footer">
|
||||
|
||||
<div class="container">
|
||||
<div class="site-footer__middle">
|
||||
<div class="row">
|
||||
<div class="col-xl-6 col-lg-6 wow fadeInUp" data-wow-delay="100ms">
|
||||
<div class="footer-widget__column footer-widget__Contact">
|
||||
<div class="footer-widget__title-box">
|
||||
<h3 class="footer-widget__title">Contact</h3>
|
||||
</div>
|
||||
<p class="footer-widget__Contact-text">133 Highland Dr.<br>Suite B<br>Lebanon, VA 24266
|
||||
</p>
|
||||
<ul class="footer-widget__Contact-list list-unstyled">
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="icon-email"></span>
|
||||
</div>
|
||||
<div class="text">
|
||||
<p><a href="cdn-cgi/l/email-protection.html#5b3e2935323e1b292e28283e373738342e352f22323f3a7534293c"><span class="__cf_email__" data-cfemail="92f7e0fcfbf7d2e0e7e1e1f7fefef1fde7fce6ebfbf6f3bcfde0f5">[email protected]</span></a></p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="fas fa-phone-square"></span>
|
||||
</div>
|
||||
<div class="text">
|
||||
<p><a href="tel:2769710690">276-971-0690</a></p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon">
|
||||
<span class="fab fa-facebook"></span>
|
||||
</div>
|
||||
<div class="text">
|
||||
<p><a href="https://www.facebook.com/russellcountyida.org">russellcountyida.org</a></p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-6 col-lg-6 wow fadeInUp" data-wow-delay="200ms">
|
||||
<div class="footer-widget__column footer-widget__link">
|
||||
<div class="footer-widget__title-box">
|
||||
<h3 class="footer-widget__title">Quick Links</h3>
|
||||
</div>
|
||||
<ul class="footer-widget__link-list list-unstyled">
|
||||
<li><a href="news.html">News</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li><a href="minutes.html">Agendas & Minutes</a></li>
|
||||
<li><a href="county-and-location.html">County & Location</a></li>
|
||||
<li><a href="government.html">Government</a></li>
|
||||
<li><a href="available-buildings-and-sites.html">Available Buildings & Sites</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="site-footer__bottom">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-12">
|
||||
<div class="site-footer__bottom-inner">
|
||||
<p class="site-footer__bottom-text">
|
||||
"Partnering for progress, connected for success."<br>
|
||||
Copyright © 2023 - Russell County Industrial Development Authority
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!--Site Footer End-->
|
||||
|
||||
|
||||
</div><!-- /.page-wrapper -->
|
||||
|
||||
|
||||
<div class="mobile-nav__wrapper">
|
||||
<div class="mobile-nav__overlay mobile-nav__toggler"></div>
|
||||
<!-- /.mobile-nav__overlay -->
|
||||
<div class="mobile-nav__content">
|
||||
<span class="mobile-nav__close mobile-nav__toggler"><i class="fa fa-times"></i></span>
|
||||
|
||||
<div class="logo-box">
|
||||
<a href="index-2.html" aria-label="logo image"><img src="assets/images/resources/ida_logo_xsmall.png" alt="Russell County IDA" /></a>
|
||||
</div>
|
||||
<!-- /.logo-box -->
|
||||
<div class="mobile-nav__container"></div>
|
||||
<!-- /.mobile-nav__container -->
|
||||
|
||||
|
||||
<ul class="mobile-nav__contact list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-envelope"></i>
|
||||
<a href="cdn-cgi/l/email-protection.html#d9bcabb7b0bc99abacaaaabcb5b5bab6acb7ada0b0bdb8f7b6abbe"><span class="__cf_email__" data-cfemail="eb8e9985828eab999e98988e878788849e859f92828f8ac584998c">[email protected]</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-phone-alt"></i>
|
||||
<a href="tel:2769710690">276-971-0690</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fab fa-facebook"></i>
|
||||
<a href="https://www.facebook.com/russellcountyida.org">russellcountyida.org</a>
|
||||
</li>
|
||||
</ul><!-- /.mobile-nav__contact -->
|
||||
|
||||
</div>
|
||||
<!-- /.mobile-nav__content -->
|
||||
</div>
|
||||
<!-- /.mobile-nav__wrapper -->
|
||||
|
||||
|
||||
<a href="#" data-target="html" class="scroll-to-target scroll-to-top"><i class="icon-right-arrow"></i></a>
|
||||
|
||||
|
||||
<script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="assets/vendors/jquery/jquery-3.6.0.min.js"></script>
|
||||
<script src="assets/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="assets/vendors/jarallax/jarallax.min.js"></script>
|
||||
<script src="assets/vendors/jquery-ajaxchimp/jquery.ajaxchimp.min.js"></script>
|
||||
<script src="assets/vendors/jquery-appear/jquery.appear.min.js"></script>
|
||||
<script src="assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js"></script>
|
||||
<script src="assets/vendors/jquery-magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
<script src="assets/vendors/jquery-validate/jquery.validate.min.js"></script>
|
||||
<script src="assets/vendors/nouislider/nouislider.min.js"></script>
|
||||
<script src="assets/vendors/odometer/odometer.min.js"></script>
|
||||
<script src="assets/vendors/swiper/swiper.min.js"></script>
|
||||
<script src="assets/vendors/tiny-slider/tiny-slider.min.js"></script>
|
||||
<script src="assets/vendors/wnumb/wNumb.min.js"></script>
|
||||
<script src="assets/vendors/wow/wow.js"></script>
|
||||
<script src="assets/vendors/isotope/isotope.js"></script>
|
||||
<script src="assets/vendors/countdown/countdown.min.js"></script>
|
||||
<script src="assets/vendors/owl-carousel/owl.carousel.min.js"></script>
|
||||
<script src="assets/vendors/bxslider/jquery.bxslider.min.js"></script>
|
||||
<script src="assets/vendors/bootstrap-select/js/bootstrap-select.min.js"></script>
|
||||
<script src="assets/vendors/vegas/vegas.min.js"></script>
|
||||
<script src="assets/vendors/jquery-ui/jquery-ui.js"></script>
|
||||
<script src="assets/vendors/timepicker/timePicker.js"></script>
|
||||
<script src="assets/vendors/circleType/jquery.circleType.js"></script>
|
||||
<script src="assets/vendors/circleType/jquery.lettering.min.js"></script>
|
||||
<script src="assets/vendors/nice-select/jquery.nice-select.min.js"></script>
|
||||
<link rel="stylesheet" href="../cdn.datatables.net/2.0.0/css/dataTables.dataTables.css" />
|
||||
<script src="../cdn.datatables.net/2.0.0/js/dataTables.js"></script>
|
||||
|
||||
<script lang="Javascript">
|
||||
$(document).ready( function () {
|
||||
$('#minutesTable').DataTable({order: [[0, 'desc']]});
|
||||
} );
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<!-- template js -->
|
||||
<script src="assets/js/govity.js"></script>
|
||||
</body>
|
||||
|
||||
|
||||
<!-- Mirrored from www.russellcountyida.org/archives.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 06 Mar 2024 04:05:09 GMT -->
|
||||
</html>
|
||||
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-01.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-01.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-02.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-02.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-03.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-03.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-04.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-04.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-05.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-05.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-06.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-06.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-07.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-07.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-08.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-08.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-09.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-09.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-10.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-10.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-11.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-11.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-12.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2016-12.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-01.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-01.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-02.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-02.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-03.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-03.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-04.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-04.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-05.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-05.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-06.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-06.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-07.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-07.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-08.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-08.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-09.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-09.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-10.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-10.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-11.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-11.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-12.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2017-12.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-01.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-01.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-02.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-02.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-03.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-03.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-04.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-04.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-05.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-05.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-06.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-06.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-07.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-07.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-08.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-08.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-09.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-09.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-10.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-10.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-11.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-11.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-12.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2018-12.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-01.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-01.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-02.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-02.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-03.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-03.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-04.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-04.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-05.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-05.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-06.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-06.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-07.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-07.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-08.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-08.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-09.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-09.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-10.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-10.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-11.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-11.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-12.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2019-12.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-01.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-01.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-02.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-02.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-03.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-03.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-04.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-04.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-05.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-05.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-06.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-06.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-07.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-07.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-08.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-08.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-09.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-09.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-10.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-10.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-11.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-11.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-12.pdf
(Stored with Git LFS)
Normal file
BIN
russellcountyva.us/www.russellcountyida.org/assets/archives/2020-12.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Additionally, a 404 Not Found
|
||||
error was encountered while trying to use an ErrorDocument to handle the request.</p>
|
||||
</body></html>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user