mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-27 02:14:50 +02:00
Hook up all the new pages to version selector
This commit is contained in:
committed by
lifehackerhansol
parent
7b85b4d444
commit
40110bdc5a
@@ -1,3 +1,13 @@
|
||||
<table id="modeltable" class="modeltable" style="display:none">
|
||||
<thead>
|
||||
<th><div align="center">Old 3DS/2DS</div></th>
|
||||
<th><div align="center">New 3DS/2DS</div></th>
|
||||
</thead>
|
||||
<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/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>
|
||||
</table>
|
||||
<div id="selectversion" class="selectversion" style="display:none">
|
||||
<br>
|
||||
<select id="major">
|
||||
@@ -97,9 +107,11 @@
|
||||
</div>
|
||||
|
||||
<script>
|
||||
document.getElementById("modeltable").style.display = "block";
|
||||
document.getElementById("selectversion").style.display = "block";
|
||||
</script>
|
||||
|
||||
<p id="result_noneSelected" style="display:none">{{ include.noneSelected }}</p>
|
||||
<p id="result_invalidVersion" style="display:none">{{ include.invalidVersion }}</p>
|
||||
<p id="result_methodUnavailable" style="display:none">{{ include.methodUnavailable }}</p>
|
||||
|
||||
|
Reference in New Issue
Block a user