Deploying to gh-pages from @ hacks-guide/Guide_3DS@5d4a2a8953 🚀

This commit is contained in:
lifehackerhansol 2023-04-13 15:25:37 +00:00
parent 9913bcaf78
commit 2e48c47098
13 changed files with 62 additions and 62 deletions

View file

@ -75,15 +75,15 @@ function redirect() {
var minor = document.getElementById("minor"); var minor = document.getElementById("minor");
var nver = document.getElementById("nver"); var nver = document.getElementById("nver");
var region = document.getElementById("region"); var region = document.getElementById("region");
//var isN3DS = document.getElementById("new3DS").checked; var isN3DS = document.getElementById("new3DS").checked;
//var isO3DS = document.getElementById("old3DS").checked; var isO3DS = document.getElementById("old3DS").checked;
document.getElementById("result_noneSelected").style.display = "none"; document.getElementById("result_noneSelected").style.display = "none";
document.getElementById("result_invalidVersion").style.display = "none"; document.getElementById("result_invalidVersion").style.display = "none";
document.getElementById("result_methodUnavailable").style.display = "none"; document.getElementById("result_methodUnavailable").style.display = "none";
//if ((!isN3DS) && (!isO3DS)) { if ((!isN3DS) && (!isO3DS)) {
// document.getElementById("result_noneSelected").style.display = "block"; document.getElementById("result_noneSelected").style.display = "block";
//} }
if (major.value == 0) { else if (major.value == 0) {
document.getElementById("result_invalidVersion").style.display = "block"; document.getElementById("result_invalidVersion").style.display = "block";
} }
// only do things if major isnt 0, which would be invalid // only do things if major isnt 0, which would be invalid

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p> <p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<!-- <table id="modeltable" class="modeltable" style="display:none"> <table id="modeltable" class="modeltable" style="display:none">
<thead> <thead>
<th><div align="center">Old 3DS/2DS</div></th> <th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th> <th><div align="center">New 3DS/2DS</div></th>
</thead> </thead>
<tbody> <tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td> <td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td> <td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
</tbody> </tbody>
</table> --> </table>
<div id="selectversion" class="selectversion" style="display:none"> <div id="selectversion" class="selectversion" style="display:none">
<br /> <br />
<select id="major"> <select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div> </div>
<script> <script>
//document.getElementById("modeltable").style.display = "block"; document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block"; document.getElementById("selectversion").style.display = "block";
</script> </script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p> <p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<!-- <table id="modeltable" class="modeltable" style="display:none"> <table id="modeltable" class="modeltable" style="display:none">
<thead> <thead>
<th><div align="center">Old 3DS/2DS</div></th> <th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th> <th><div align="center">New 3DS/2DS</div></th>
</thead> </thead>
<tbody> <tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td> <td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td> <td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
</tbody> </tbody>
</table> --> </table>
<div id="selectversion" class="selectversion" style="display:none"> <div id="selectversion" class="selectversion" style="display:none">
<br /> <br />
<select id="major"> <select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div> </div>
<script> <script>
//document.getElementById("modeltable").style.display = "block"; document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block"; document.getElementById("selectversion").style.display = "block";
</script> </script>

View file

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-04-13T09:58:31+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed> <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-04-13T15:25:25+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p> <p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<!-- <table id="modeltable" class="modeltable" style="display:none"> <table id="modeltable" class="modeltable" style="display:none">
<thead> <thead>
<th><div align="center">Old 3DS/2DS</div></th> <th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th> <th><div align="center">New 3DS/2DS</div></th>
</thead> </thead>
<tbody> <tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td> <td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td> <td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
</tbody> </tbody>
</table> --> </table>
<div id="selectversion" class="selectversion" style="display:none"> <div id="selectversion" class="selectversion" style="display:none">
<br /> <br />
<select id="major"> <select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div> </div>
<script> <script>
//document.getElementById("modeltable").style.display = "block"; document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block"; document.getElementById("selectversion").style.display = "block";
</script> </script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p> <p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<!-- <table id="modeltable" class="modeltable" style="display:none"> <table id="modeltable" class="modeltable" style="display:none">
<thead> <thead>
<th><div align="center">Old 3DS/2DS</div></th> <th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th> <th><div align="center">New 3DS/2DS</div></th>
</thead> </thead>
<tbody> <tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td> <td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td> <td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
</tbody> </tbody>
</table> --> </table>
<div id="selectversion" class="selectversion" style="display:none"> <div id="selectversion" class="selectversion" style="display:none">
<br /> <br />
<select id="major"> <select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div> </div>
<script> <script>
//document.getElementById("modeltable").style.display = "block"; document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block"; document.getElementById("selectversion").style.display = "block";
</script> </script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>A korrrekt metódushoz az eszközödhöz, kérjük add meg azt a rendszer verziót, amit a II. részben találtál.</p> <p>A korrrekt metódushoz az eszközödhöz, kérjük add meg azt a rendszer verziót, amit a II. részben találtál.</p>
<!-- <table id="modeltable" class="modeltable" style="display:none"> <table id="modeltable" class="modeltable" style="display:none">
<thead> <thead>
<th><div align="center">Old 3DS/2DS</div></th> <th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th> <th><div align="center">New 3DS/2DS</div></th>
</thead> </thead>
<tbody> <tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td> <td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td> <td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
</tbody> </tbody>
</table> --> </table>
<div id="selectversion" class="selectversion" style="display:none"> <div id="selectversion" class="selectversion" style="display:none">
<br /> <br />
<select id="major"> <select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div> </div>
<script> <script>
//document.getElementById("modeltable").style.display = "block"; document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block"; document.getElementById("selectversion").style.display = "block";
</script> </script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>Per trovare il metodo corretto per la tua console, inserisci la versione di sistema che hai trovato nella Sezione II.</p> <p>Per trovare il metodo corretto per la tua console, inserisci la versione di sistema che hai trovato nella Sezione II.</p>
<!-- <table id="modeltable" class="modeltable" style="display:none"> <table id="modeltable" class="modeltable" style="display:none">
<thead> <thead>
<th><div align="center">Old 3DS/2DS</div></th> <th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th> <th><div align="center">New 3DS/2DS</div></th>
</thead> </thead>
<tbody> <tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td> <td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td> <td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
</tbody> </tbody>
</table> --> </table>
<div id="selectversion" class="selectversion" style="display:none"> <div id="selectversion" class="selectversion" style="display:none">
<br /> <br />
<select id="major"> <select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div> </div>
<script> <script>
//document.getElementById("modeltable").style.display = "block"; document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block"; document.getElementById("selectversion").style.display = "block";
</script> </script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>올바른 방법을 사용하기 위해, 섹션 II에서 확인한 시스템 버전을 입력해 주세요.</p> <p>올바른 방법을 사용하기 위해, 섹션 II에서 확인한 시스템 버전을 입력해 주세요.</p>
<!-- <table id="modeltable" class="modeltable" style="display:none"> <table id="modeltable" class="modeltable" style="display:none">
<thead> <thead>
<th><div align="center">Old 3DS/2DS</div></th> <th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th> <th><div align="center">New 3DS/2DS</div></th>
</thead> </thead>
<tbody> <tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td> <td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td> <td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
</tbody> </tbody>
</table> --> </table>
<div id="selectversion" class="selectversion" style="display:none"> <div id="selectversion" class="selectversion" style="display:none">
<br /> <br />
<select id="major"> <select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div> </div>
<script> <script>
//document.getElementById("modeltable").style.display = "block"; document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block"; document.getElementById("selectversion").style.display = "block";
</script> </script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p> <p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<!-- <table id="modeltable" class="modeltable" style="display:none"> <table id="modeltable" class="modeltable" style="display:none">
<thead> <thead>
<th><div align="center">Old 3DS/2DS</div></th> <th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th> <th><div align="center">New 3DS/2DS</div></th>
</thead> </thead>
<tbody> <tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td> <td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td> <td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
</tbody> </tbody>
</table> --> </table>
<div id="selectversion" class="selectversion" style="display:none"> <div id="selectversion" class="selectversion" style="display:none">
<br /> <br />
<select id="major"> <select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div> </div>
<script> <script>
//document.getElementById("modeltable").style.display = "block"; document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block"; document.getElementById("selectversion").style.display = "block";
</script> </script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>Para encontrar o método correto para o seu dispositivo, por favor digite a versão do sistema que encontrou na Seção II.</p> <p>Para encontrar o método correto para o seu dispositivo, por favor digite a versão do sistema que encontrou na Seção II.</p>
<!-- <table id="modeltable" class="modeltable" style="display:none"> <table id="modeltable" class="modeltable" style="display:none">
<thead> <thead>
<th><div align="center">Old 3DS/2DS</div></th> <th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th> <th><div align="center">New 3DS/2DS</div></th>
</thead> </thead>
<tbody> <tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td> <td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td> <td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
</tbody> </tbody>
</table> --> </table>
<div id="selectversion" class="selectversion" style="display:none"> <div id="selectversion" class="selectversion" style="display:none">
<br /> <br />
<select id="major"> <select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div> </div>
<script> <script>
//document.getElementById("modeltable").style.display = "block"; document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block"; document.getElementById("selectversion").style.display = "block";
</script> </script>

View file

@ -486,16 +486,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p> <p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<!-- <table id="modeltable" class="modeltable" style="display:none"> <table id="modeltable" class="modeltable" style="display:none">
<thead> <thead>
<th><div align="center">Old 3DS/2DS</div></th> <th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th> <th><div align="center">New 3DS/2DS</div></th>
</thead> </thead>
<tbody> <tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td> <td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td> <td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
</tbody> </tbody>
</table> --> </table>
<div id="selectversion" class="selectversion" style="display:none"> <div id="selectversion" class="selectversion" style="display:none">
<br /> <br />
<select id="major"> <select id="major">
@ -595,7 +595,7 @@ window.cookieconsent.initialise({
</div> </div>
<script> <script>
//document.getElementById("modeltable").style.display = "block"; document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block"; document.getElementById("selectversion").style.display = "block";
</script> </script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p> <p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<!-- <table id="modeltable" class="modeltable" style="display:none"> <table id="modeltable" class="modeltable" style="display:none">
<thead> <thead>
<th><div align="center">Old 3DS/2DS</div></th> <th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th> <th><div align="center">New 3DS/2DS</div></th>
</thead> </thead>
<tbody> <tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td> <td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td> <td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
</tbody> </tbody>
</table> --> </table>
<div id="selectversion" class="selectversion" style="display:none"> <div id="selectversion" class="selectversion" style="display:none">
<br /> <br />
<select id="major"> <select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div> </div>
<script> <script>
//document.getElementById("modeltable").style.display = "block"; document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block"; document.getElementById("selectversion").style.display = "block";
</script> </script>