- added ability to disable thumbnails on web

This commit is contained in:
2025-09-15 17:23:54 -05:00
parent 5eb82d8f14
commit fedd9c2c81
2 changed files with 31 additions and 20 deletions

View File

@@ -4,11 +4,10 @@
<link rel="stylesheet" href="/ytlist/ytlist.css" />
</head>
<body>
<script src='/ytlist/sql-wasm.js'></script>
<script src='/ytlist/ytlist.js'></script>
<div id="search_box">
leave blank for seaching all<br>
query: <input id="search_in"></input><br>
show thumbnails: <input type="checkbox" id="gen_thumb_check" name="gen_thumb_check" checked></input><br>
category
<div id="category_box">
<input type="radio" name="category_choice" value="ALL" checked> ALL<br>
@@ -20,5 +19,7 @@
<button onclick="search()">search</button><br>
</div>
<div id="the_box"></div>
<script src='/ytlist/sql-wasm.js'></script>
<script src='/ytlist/ytlist.js'></script>
</body>
</html>