Rmarkdown and TB link update
This commit is contained in:
parent
48cc759920
commit
e4022303c0
@ -1,2 +1,4 @@
|
||||
setwd("~/mas-docs")
|
||||
rmarkdown::render_site()
|
||||
setwd("~/mas-docs")
|
||||
rmarkdown::render_site()
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>change_edition</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>changelog</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>check_activation_status</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>command_line_switches</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>contactus</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>credits</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>faq</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>genuine-installation-media</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
@ -406,8 +403,8 @@ div.tocify {
|
||||
<p>All download links leads to genuine files only.</p>
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="51%" />
|
||||
<col width="48%" />
|
||||
<col width="40%" />
|
||||
<col width="60%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
@ -420,7 +417,7 @@ div.tocify {
|
||||
<td align="left">Windows 11/10/8.1</td>
|
||||
<td align="left"><a
|
||||
href="https://www.microsoft.com/software-download">Link1</a> - <a
|
||||
href="https://eraseyourknees.github.io/msdl/">Link2</a></td>
|
||||
href="https://ave9858.github.io/msdl/">Link2</a></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left">Windows 7</td>
|
||||
@ -433,8 +430,8 @@ href="https://isofiles.bd581e55.workers.dev/Windows%207/">Link2</a></td>
|
||||
<td align="left"><a
|
||||
href="https://opendirectory.luzea.de/luzea/Windows_10_Enterprise_LTSC_2021/">Link1</a>
|
||||
- <a href="https://stuff.mtt-m1.workers.dev/Windows%2010/">Link2</a> -
|
||||
<a
|
||||
href="https://isofiles.bd581e55.workers.dev/Windows%2010/">Link3</a></td>
|
||||
<a href="https://isofiles.bd581e55.workers.dev/Windows%2010/">Link3</a>
|
||||
(Refresh if it doesn’t load)</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><strong>Office</strong></td>
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>hwid</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>index</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>install_hwid_key</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>kms38</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>oem-folder</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>office-license-is-not-genuine</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>online_kms</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>troubleshoot</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>unreadable-codes-in-mas-aio</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
<title>unsupported_products_activation</title>
|
||||
|
||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
||||
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
||||
href = "index.html";
|
||||
var menuAnchor = $('a[href="' + href + '"]');
|
||||
|
||||
// mark it active
|
||||
menuAnchor.tab('show');
|
||||
|
||||
// if it's got a parent navbar menu mark it active as well
|
||||
menuAnchor.closest('li.dropdown').addClass('active');
|
||||
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||
var dropdown = menuAnchor.closest('li.dropdown');
|
||||
if (window.bootstrap) { // Bootstrap 4+
|
||||
menuAnchor.addClass('active');
|
||||
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||
} else { // Bootstrap 3
|
||||
menuAnchor.parent().addClass('active');
|
||||
dropdown.addClass('active');
|
||||
}
|
||||
|
||||
// Navbar adjustments
|
||||
var navHeight = $(".navbar").first().height() + 15;
|
||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
||||
content: "";
|
||||
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "\e259";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||
content: "";
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||
content: "";
|
||||
content: "\e258";
|
||||
font-family: 'Glyphicons Halflings';
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ddd;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabset-dropdown > .nav-tabs > li.active {
|
||||
|
@ -2,15 +2,15 @@
|
||||
|
||||
All download links leads to genuine files only.
|
||||
|
||||
| **Windows** | |
|
||||
|:------------------------------------|:----------------------------------|
|
||||
| Windows 11/10/8.1 | [Link1](https://www.microsoft.com/software-download) - [Link2](https://eraseyourknees.github.io/msdl/) |
|
||||
| Windows 7 | [Link1](https://stuff.mtt-m1.workers.dev/Windows%207/) - [Link2](https://isofiles.bd581e55.workers.dev/Windows%207/) |
|
||||
| Windows 10 Enterprise LTSB/LTSC | [Link1](https://opendirectory.luzea.de/luzea/Windows_10_Enterprise_LTSC_2021/) - [Link2](https://stuff.mtt-m1.workers.dev/Windows%2010/) - [Link3](https://isofiles.bd581e55.workers.dev/Windows%2010/) |
|
||||
| **Office** | |
|
||||
| Office 2013/2016/2019/2021/O365 C2R Retail | [All](https://tb.rg-adguard.net/public.php) - [O365](https://pastebin.com/raw/f7Bvub9g) - [2021](https://pastebin.com/raw/gtua34VH) - [2019](https://pastebin.com/raw/PLhB7UnK) |
|
||||
| Office 2019/2021 C2R VL | No .ISO available, check below guide |
|
||||
| Office 2010/2013/2016 MSI VL | [Link1](https://opendirectory.luzea.de/Enthousiast/Office/) |
|
||||
| **Windows** | |
|
||||
|:-------------------------|:--------------------------------------|
|
||||
| Windows 11/10/8.1 | [Link1](https://www.microsoft.com/software-download) - [Link2](https://ave9858.github.io/msdl/) |
|
||||
| Windows 7 | [Link1](https://stuff.mtt-m1.workers.dev/Windows%207/) - [Link2](https://isofiles.bd581e55.workers.dev/Windows%207/) |
|
||||
| Windows 10 Enterprise LTSB/LTSC | [Link1](https://opendirectory.luzea.de/luzea/Windows_10_Enterprise_LTSC_2021/) - [Link2](https://stuff.mtt-m1.workers.dev/Windows%2010/) - [Link3](https://isofiles.bd581e55.workers.dev/Windows%2010/) (Refresh if it doesn't load) |
|
||||
| **Office** | |
|
||||
| Office 2013/2016/2019/2021/O365 C2R Retail | [All](https://tb.rg-adguard.net/public.php) - [O365](https://pastebin.com/raw/f7Bvub9g) - [2021](https://pastebin.com/raw/gtua34VH) - [2019](https://pastebin.com/raw/PLhB7UnK) |
|
||||
| Office 2019/2021 C2R VL | No .ISO available, check below guide |
|
||||
| Office 2010/2013/2016 MSI VL | [Link1](https://opendirectory.luzea.de/Enthousiast/Office/) |
|
||||
|
||||
Full Collection Through SVF Files can be found [here](https://opendirectory.luzea.de/GezoeSloog/).\
|
||||
Thanks to GezoeSloog, microtechton, Luzea, Enthousiast, rg-adguard, abbodi1406 for providing download links.
|
||||
|
Loading…
Reference in New Issue
Block a user