Compare commits
No commits in common. "ff7bcfb3908fe54c00322e10a54aa98f0a976262" and "0d778982caf249947628f38b3273a26e887304c4" have entirely different histories.
ff7bcfb390
...
0d778982ca
158
.gitignore
vendored
158
.gitignore
vendored
|
|
@ -1,157 +1,3 @@
|
|||
# Mac Finder artifacts
|
||||
.DS_Store
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
*.lcov
|
||||
|
||||
# nyc test coverage
|
||||
.nyc_output
|
||||
|
||||
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# Bower dependency directory (https://bower.io/)
|
||||
bower_components
|
||||
|
||||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
|
||||
# Snowpack dependency directory (https://snowpack.dev/)
|
||||
web_modules/
|
||||
|
||||
# TypeScript cache
|
||||
*.tsbuildinfo
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# Optional stylelint cache
|
||||
.stylelintcache
|
||||
|
||||
# Microbundle cache
|
||||
.rpt2_cache/
|
||||
.rts2_cache_cjs/
|
||||
.rts2_cache_es/
|
||||
.rts2_cache_umd/
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
|
||||
# dotenv environment variable files
|
||||
.env
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env.local
|
||||
|
||||
# parcel-bundler cache (https://parceljs.org/)
|
||||
.cache
|
||||
.parcel-cache
|
||||
|
||||
# Next.js build output
|
||||
.next
|
||||
out
|
||||
|
||||
# Nuxt.js build / generate output
|
||||
.nuxt
|
||||
dist
|
||||
|
||||
# Gatsby files
|
||||
.cache/
|
||||
# Comment in the public line in if your project uses Gatsby and not Next.js
|
||||
# https://nextjs.org/blog/next-9-1#public-directory-support
|
||||
# public
|
||||
|
||||
# vuepress build output
|
||||
.vuepress/dist
|
||||
|
||||
# vuepress v2.x temp and cache directory
|
||||
.temp
|
||||
.cache
|
||||
|
||||
# Docusaurus cache and generated files
|
||||
.docusaurus
|
||||
|
||||
# Serverless directories
|
||||
.serverless/
|
||||
|
||||
# FuseBox cache
|
||||
.fusebox/
|
||||
|
||||
# DynamoDB Local files
|
||||
.dynamodb/
|
||||
|
||||
# TernJS port file
|
||||
.tern-port
|
||||
|
||||
# Stores VSCode versions used for testing VSCode extensions
|
||||
.vscode-test
|
||||
|
||||
# yarn v2
|
||||
.yarn/cache
|
||||
.yarn/unplugged
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
# iisnode logs
|
||||
iisnode/
|
||||
|
||||
# transpiler artifacts
|
||||
app/TikaClient/build/
|
||||
|
||||
# cookies
|
||||
youtube-cookies.txt
|
||||
|
||||
# SSL certificates
|
||||
*.cer
|
||||
*csr.txt
|
||||
|
||||
# Thumbnails on Windows
|
||||
Thumbs.db
|
||||
|
||||
# ZIP and archive files
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.tar.xz
|
||||
*.tar.bz2
|
||||
*.rar
|
||||
*.7z
|
||||
cookies.txt
|
||||
hts-cache/
|
||||
|
|
|
|||
757
mirror/cdn.datatables.net/2.0.0/css/dataTables.dataTables.css
Normal file
757
mirror/cdn.datatables.net/2.0.0/css/dataTables.dataTables.css
Normal file
|
|
@ -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
mirror/cdn.datatables.net/2.0.0/js/dataTables.js
Normal file
13570
mirror/cdn.datatables.net/2.0.0/js/dataTables.js
Normal file
File diff suppressed because it is too large
Load Diff
67
mirror/hts-log.txt
Normal file
67
mirror/hts-log.txt
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
HTTrack3.49-5 launched on Sat, 01 Jun 2024 15:53:38 at https://russellcountyida.org/ https://www.russellcountyida.org/ +*.png +*.gif +*.jpg +*.jpeg +*.css +*.js +*.pdf +*.doc +*.docx +*.xls +*.xlsx +*.csv +*.odt +*.ppt +*.pptx +*.epub +*.webp +*.webm +*.mkv +*.mpg +*.mpeg +*.mov +*.wav +*.mp3 -mime:application/*
|
||||
(httrack -wqiC2%Ps0u1%s%uN0%Ip3DaK0H1%kf2A125000%f#f -%F "<!-- Mirrored from %s%s by HTTrack Website Copier/3.x [XR&CO'2014], %s -->" -%l "en, *" https://russellcountyida.org/ https://www.russellcountyida.org/ -O1 ./mirror +*.png +*.gif +*.jpg +*.jpeg +*.css +*.js +*.pdf +*.doc +*.docx +*.xls +*.xlsx +*.csv +*.odt +*.ppt +*.pptx +*.epub +*.webp +*.webm +*.mkv +*.mpg +*.mpeg +*.mov +*.wav +*.mp3 -mime:application/* )
|
||||
|
||||
Information, Warnings and Errors reported for this mirror:
|
||||
note: the hts-log.txt file, and hts-cache folder, may contain sensitive information,
|
||||
such as username/password authentication for websites mirrored in this project
|
||||
do not share these files/folders if you want these information to remain private
|
||||
|
||||
15:53:38 Warning: Cache: error trying to read the cache: bad zip file
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2024-04.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2024-02.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2023-12.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2023-10.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2023-08.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2023-06.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2023-04.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2023-02.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2022-12.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2022-10.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2022-08.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2022-06.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2022-04.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2022-02.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2021-12.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2021-10.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2021-08.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2021-06.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2021-04.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:23 Error: "File Cache Entry Not Found" (-1) at link https://russellcountyida.org/assets/minutes/2021-02.pdf (from https://russellcountyida.org/minutes.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-12.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-11.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-10.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-09.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-08.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-07.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-06.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-05.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-04.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-03.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-02.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2023-01.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-12.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-11.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-10.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-09.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-08.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-07.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-06.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-05.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-04.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-03.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-02.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2022-01.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-12.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-11.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-10.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-09.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-08.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-07.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-06.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-05.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-04.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-03.pdf (from https://russellcountyida.org/archives.html)
|
||||
16:00:41 Error: "Not Found" (404) at link https://russellcountyida.org/assets/archives/2021-02.pdf (from https://russellcountyida.org/archives.html)
|
||||
|
||||
HTTrack Website Copier/3.49-5 mirror complete in 7 minutes 3 seconds : 285 links scanned, 344 files written (192279583 bytes overall) [225707459 bytes received at 533587 bytes/sec], 6349324 bytes transferred using HTTP compression in 135 files, ratio 33%, 13.1 requests per connection
|
||||
(55 errors, 1 warnings, 0 messages)
|
||||
|
|
@ -1,140 +1,144 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="description" content="HTTrack is an easy-to-use website mirror utility. It allows you to download a World Wide website from the Internet to a local directory,building recursively all structures, getting html, images, and other files from the server to your computer. Links are rebuiltrelatively so that you can freely browse to the local site (works with any browser). You can mirror several sites together so that you can jump from one toanother. You can, also, update an existing mirror site, or resume an interrupted download. The robot is fully configurable, with an integrated help" />
|
||||
<meta name="keywords" content="httrack, HTTRACK, HTTrack, winhttrack, WINHTTRACK, WinHTTrack, offline browser, web mirror utility, aspirateur web, surf offline, web capture, www mirror utility, browse offline, local site builder, website mirroring, aspirateur www, internet grabber, capture de site web, internet tool, hors connexion, unix, dos, windows 95, windows 98, solaris, ibm580, AIX 4.0, HTS, HTGet, web aspirator, web aspirateur, libre, GPL, GNU, free software" />
|
||||
<title>List of available projects - HTTrack Website Copier</title>
|
||||
<!-- Mirror and index made by HTTrack Website Copier/3.49-2 [XR&CO'2014] -->
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
|
||||
body {
|
||||
margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px;
|
||||
background: #77b;
|
||||
}
|
||||
body, td {
|
||||
font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#subTitle {
|
||||
background: #000; color: #fff; padding: 4px; font-weight: bold;
|
||||
}
|
||||
|
||||
#siteNavigation a, #siteNavigation .current {
|
||||
font-weight: bold; color: #448;
|
||||
}
|
||||
#siteNavigation a:link { text-decoration: none; }
|
||||
#siteNavigation a:visited { text-decoration: none; }
|
||||
|
||||
#siteNavigation .current { background-color: #ccd; }
|
||||
|
||||
#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; }
|
||||
#siteNavigation a:active { text-decoration: none; background-color: #ccc; }
|
||||
|
||||
|
||||
a:link { text-decoration: underline; color: #00f; }
|
||||
a:visited { text-decoration: underline; color: #000; }
|
||||
a:hover { text-decoration: underline; color: #c00; }
|
||||
a:active { text-decoration: underline; }
|
||||
|
||||
#pageContent {
|
||||
clear: both;
|
||||
border-bottom: 6px solid #000;
|
||||
padding: 10px; padding-top: 20px;
|
||||
line-height: 1.65em;
|
||||
background-image: url(backblue.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
}
|
||||
|
||||
#pageContent, #siteNavigation {
|
||||
background-color: #ccd;
|
||||
}
|
||||
|
||||
|
||||
.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; }
|
||||
.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; }
|
||||
|
||||
hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; }
|
||||
|
||||
h1 { margin: 0; font-weight: bold; font-size: 2em; }
|
||||
h2 { margin: 0; font-weight: bold; font-size: 1.6em; }
|
||||
h3 { margin: 0; font-weight: bold; font-size: 1.3em; }
|
||||
h4 { margin: 0; font-weight: bold; font-size: 1.18em; }
|
||||
|
||||
.blak { background-color: #000; }
|
||||
.hide { display: none; }
|
||||
.tableWidth { min-width: 400px; }
|
||||
|
||||
.tblRegular { border-collapse: collapse; }
|
||||
.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; }
|
||||
.tblHeaderColor, .tblHeaderColor td { background: #99c; }
|
||||
.tblNoBorder td { border: 0; }
|
||||
|
||||
|
||||
// -->
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth">
|
||||
<tr>
|
||||
<td id="subTitle">HTTrack Website Copier - Open Source offline browser</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth">
|
||||
<tr class="blak">
|
||||
<td>
|
||||
<table width="100%" border="0" align="center" cellspacing="1" cellpadding="0">
|
||||
<tr>
|
||||
<td colspan="6">
|
||||
<table width="100%" border="0" align="center" cellspacing="0" cellpadding="10">
|
||||
<tr>
|
||||
<td id="pageContent">
|
||||
<!-- ==================== End prologue ==================== -->
|
||||
|
||||
|
||||
<h1 ALIGN=Center>Index of locally available projects:</H1>
|
||||
<table border="0" width="100%" cellspacing="1" cellpadding="0">
|
||||
<TH>
|
||||
<BR/>
|
||||
No categories
|
||||
</TH>
|
||||
<TR>
|
||||
<TD BACKGROUND="fade.gif">
|
||||
· <A HREF="russellcountyva.org/index.html">russellcountyva.org</A>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<BR>
|
||||
<H6 ALIGN="RIGHT">
|
||||
<I>Mirror and index made by HTTrack Website Copier [XR&CO'2008]</I>
|
||||
</H6>
|
||||
<!-- Mirror and index made by HTTrack Website Copier/3.49-2 [XR&CO'2014] -->
|
||||
<!-- Thanks for using HTTrack Website Copier! -->
|
||||
|
||||
<!-- ==================== Start epilogue ==================== -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td id="footer"><small>© 2008 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="description" content="HTTrack is an easy-to-use website mirror utility. It allows you to download a World Wide website from the Internet to a local directory,building recursively all structures, getting html, images, and other files from the server to your computer. Links are rebuiltrelatively so that you can freely browse to the local site (works with any browser). You can mirror several sites together so that you can jump from one toanother. You can, also, update an existing mirror site, or resume an interrupted download. The robot is fully configurable, with an integrated help" />
|
||||
<meta name="keywords" content="httrack, HTTRACK, HTTrack, winhttrack, WINHTTRACK, WinHTTrack, offline browser, web mirror utility, aspirateur web, surf offline, web capture, www mirror utility, browse offline, local site builder, website mirroring, aspirateur www, internet grabber, capture de site web, internet tool, hors connexion, unix, dos, windows 95, windows 98, solaris, ibm580, AIX 4.0, HTS, HTGet, web aspirator, web aspirateur, libre, GPL, GNU, free software" />
|
||||
<title>Local index - HTTrack Website Copier</title>
|
||||
<!-- Mirror and index made by HTTrack Website Copier/3.49-5 [XR&CO'2014] -->
|
||||
<style type="text/css">
|
||||
<!--
|
||||
|
||||
body {
|
||||
margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px;
|
||||
background: #77b;
|
||||
}
|
||||
body, td {
|
||||
font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#subTitle {
|
||||
background: #000; color: #fff; padding: 4px; font-weight: bold;
|
||||
}
|
||||
|
||||
#siteNavigation a, #siteNavigation .current {
|
||||
font-weight: bold; color: #448;
|
||||
}
|
||||
#siteNavigation a:link { text-decoration: none; }
|
||||
#siteNavigation a:visited { text-decoration: none; }
|
||||
|
||||
#siteNavigation .current { background-color: #ccd; }
|
||||
|
||||
#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; }
|
||||
#siteNavigation a:active { text-decoration: none; background-color: #ccc; }
|
||||
|
||||
|
||||
a:link { text-decoration: underline; color: #00f; }
|
||||
a:visited { text-decoration: underline; color: #000; }
|
||||
a:hover { text-decoration: underline; color: #c00; }
|
||||
a:active { text-decoration: underline; }
|
||||
|
||||
#pageContent {
|
||||
clear: both;
|
||||
border-bottom: 6px solid #000;
|
||||
padding: 10px; padding-top: 20px;
|
||||
line-height: 1.65em;
|
||||
background-image: url(backblue.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
}
|
||||
|
||||
#pageContent, #siteNavigation {
|
||||
background-color: #ccd;
|
||||
}
|
||||
|
||||
|
||||
.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; }
|
||||
.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; }
|
||||
|
||||
hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; }
|
||||
|
||||
h1 { margin: 0; font-weight: bold; font-size: 2em; }
|
||||
h2 { margin: 0; font-weight: bold; font-size: 1.6em; }
|
||||
h3 { margin: 0; font-weight: bold; font-size: 1.3em; }
|
||||
h4 { margin: 0; font-weight: bold; font-size: 1.18em; }
|
||||
|
||||
.blak { background-color: #000; }
|
||||
.hide { display: none; }
|
||||
.tableWidth { min-width: 400px; }
|
||||
|
||||
.tblRegular { border-collapse: collapse; }
|
||||
.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; }
|
||||
.tblHeaderColor, .tblHeaderColor td { background: #99c; }
|
||||
.tblNoBorder td { border: 0; }
|
||||
|
||||
|
||||
// -->
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<table width="76%" border="0" align="center" cellspacing="0" cellpadding="3" class="tableWidth">
|
||||
<tr>
|
||||
<td id="subTitle">HTTrack Website Copier - Open Source offline browser</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="76%" border="0" align="center" cellspacing="0" cellpadding="0" class="tableWidth">
|
||||
<tr class="blak">
|
||||
<td>
|
||||
<table width="100%" border="0" align="center" cellspacing="1" cellpadding="0">
|
||||
<tr>
|
||||
<td colspan="6">
|
||||
<table width="100%" border="0" align="center" cellspacing="0" cellpadding="10">
|
||||
<tr>
|
||||
<td id="pageContent">
|
||||
<!-- ==================== End prologue ==================== -->
|
||||
|
||||
<meta name="generator" content="HTTrack Website Copier/3.x">
|
||||
<TITLE>Local index - HTTrack</TITLE>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<H1 ALIGN=Center>Index of locally available sites:</H1>
|
||||
<TABLE BORDER="0" WIDTH="100%" CELLSPACING="1" CELLPADDING="0">
|
||||
<TR>
|
||||
<TD BACKGROUND="fade.gif">
|
||||
·
|
||||
<A HREF="russellcountyida.org/index.html">
|
||||
Russell County IDA
|
||||
</A>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<BR>
|
||||
<BR>
|
||||
<BR>
|
||||
<H6 ALIGN="RIGHT">
|
||||
<I>Mirror and index made by HTTrack Website Copier [XR&CO'2008]</I>
|
||||
</H6>
|
||||
<!-- Mirror and index made by HTTrack Website Copier/3.49-5 [XR&CO'2014] -->
|
||||
<!-- Thanks for using HTTrack Website Copier! -->
|
||||
<meta HTTP-EQUIV="Refresh" CONTENT="0; URL=russellcountyida.org/index.html">
|
||||
|
||||
|
||||
<!-- ==================== Start epilogue ==================== -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table width="76%" border="0" align="center" valign="bottom" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td id="footer"><small>© 2008 Xavier Roche & other contributors - Web Design: Leto Kauler.</small></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
12228
mirror/index.txt
Normal file
12228
mirror/index.txt
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
|
||||
|
||||
<!-- Mirrored from russellcountyida.org/archives.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 18 Apr 2024 09:30:24 GMT -->
|
||||
<!-- Mirrored from russellcountyida.org/archives.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Jun 2024 15:58:48 GMT -->
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
<i class="fas fa-envelope"></i>
|
||||
</div>
|
||||
<div class="text">
|
||||
<p><a href="cdn-cgi/l/email-protection.html#81e4f3efe8e4c1f3f4f2f2e4edede2eef4eff5f8e8e5e0afeef3e6"><span class="__cf_email__" data-cfemail="6207100c0b072210171111070e0e010d170c161b0b06034c0d1005">[email protected]</span></a></p>
|
||||
<p><a href="cdn-cgi/l/email-protection.html#97f2e5f9fef2d7e5e2e4e4f2fbfbf4f8e2f9e3eefef3f6b9f8e5f0"><span class="__cf_email__" data-cfemail="fa9f8894939fba888f89899f969699958f948e83939e9bd495889d">[email protected]</span></a></p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -194,66 +194,66 @@
|
|||
</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>
|
||||
<tr><td>2020-12</td><td><a target="_blank" href="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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="https://russellcountyida.org/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>
|
||||
|
|
@ -285,7 +285,7 @@
|
|||
<span class="icon-email"></span>
|
||||
</div>
|
||||
<div class="text">
|
||||
<p><a href="cdn-cgi/l/email-protection.html#f79285999e92b785828484929b9b94988299838e9e9396d9988590"><span class="__cf_email__" data-cfemail="1471667a7d715466616767717878777b617a606d7d70753a7b6673">[email protected]</span></a></p>
|
||||
<p><a href="cdn-cgi/l/email-protection.html#fc998e929599bc8e898f8f9990909f938992888595989dd2938e9b"><span class="__cf_email__" data-cfemail="4f2a3d21262a0f3d3a3c3c2a23232c203a213b36262b2e61203d28">[email protected]</span></a></p>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -364,7 +364,7 @@
|
|||
<ul class="mobile-nav__contact list-unstyled">
|
||||
<li>
|
||||
<i class="fa fa-envelope"></i>
|
||||
<a href="cdn-cgi/l/email-protection.html#81e4f3efe8e4c1f3f4f2f2e4edede2eef4eff5f8e8e5e0afeef3e6"><span class="__cf_email__" data-cfemail="6306110d0a062311161010060f0f000c160d171a0a07024d0c1104">[email protected]</span></a>
|
||||
<a href="cdn-cgi/l/email-protection.html#96f3e4f8fff3d6e4e3e5e5f3fafaf5f9e3f8e2effff2f7b8f9e4f1"><span class="__cf_email__" data-cfemail="4025322e29250032353333252c2c232f352e34392924216e2f3227">[email protected]</span></a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-phone-alt"></i>
|
||||
|
|
@ -385,31 +385,31 @@
|
|||
<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>
|
||||
<script data-cfasync="false" src="https://russellcountyida.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="https://russellcountyida.org/assets/vendors/jquery/jquery-3.6.0.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/jarallax/jarallax.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/jquery-ajaxchimp/jquery.ajaxchimp.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/jquery-appear/jquery.appear.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/jquery-circle-progress/jquery.circle-progress.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/jquery-magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/jquery-validate/jquery.validate.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/nouislider/nouislider.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/odometer/odometer.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/swiper/swiper.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/tiny-slider/tiny-slider.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/wnumb/wNumb.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/wow/wow.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/isotope/isotope.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/countdown/countdown.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/owl-carousel/owl.carousel.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/bxslider/jquery.bxslider.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/bootstrap-select/js/bootstrap-select.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/vegas/vegas.min.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/jquery-ui/jquery-ui.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/timepicker/timePicker.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/circleType/jquery.circleType.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/vendors/circleType/jquery.lettering.min.js"></script>
|
||||
<script src="https://russellcountyida.org/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>
|
||||
|
||||
|
|
@ -422,9 +422,9 @@
|
|||
|
||||
|
||||
<!-- template js -->
|
||||
<script src="assets/js/govity.js"></script>
|
||||
<script src="https://russellcountyida.org/assets/js/govity.js"></script>
|
||||
</body>
|
||||
|
||||
|
||||
<!-- Mirrored from russellcountyida.org/archives.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 18 Apr 2024 09:30:38 GMT -->
|
||||
<!-- Mirrored from russellcountyida.org/archives.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Jun 2024 16:00:23 GMT -->
|
||||
</html>
|
||||
BIN
mirror/russellcountyida.org/assets/archives/2016-01.44d.delayed
Normal file
BIN
mirror/russellcountyida.org/assets/archives/2016-01.44d.delayed
Normal file
Binary file not shown.
BIN
mirror/russellcountyida.org/assets/archives/2016-05.449.delayed
Normal file
BIN
mirror/russellcountyida.org/assets/archives/2016-05.449.delayed
Normal file
Binary file not shown.
BIN
mirror/russellcountyida.org/assets/archives/2017-11.437.delayed
Normal file
BIN
mirror/russellcountyida.org/assets/archives/2017-11.437.delayed
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user