authentication and some experimenting

This commit is contained in:
2024-02-15 21:30:12 +01:00
parent 393f5db892
commit f446953934
11 changed files with 221 additions and 17 deletions

16
app/xml/search.xml Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<atv>
<head>
<script src="http://jcathost.dns/js/jcm.js"/>
<script src="http://jcathost.dns/js/search.js"/>
</head>
<body>
<optionList id="fakeUpdater" autoSelectSingleItem="true">
<items>
<oneLineMenuItem id="0" onSelect="checkLogin();">
<label></label>
</oneLineMenuItem>
</items>
</optionList>
</body>
</atv>