This repository has been archived on 2025-06-24. You can view files and clone it, but cannot push or open issues or pull requests.

16 lines
902 B
HTML

<html>
<body bgcolor="black">
<debug value="false"/>
<layer default="list"/>
<img src="list.png" border="0" usemap="#Map" width="480" height="800"/>
<map name="Map" id="Map">
<area shape="rect" coords="12,18,140,86" href="btnsearch" class="input" color="ff0000" opacity="0.7,0.8,1"/>
<area shape="rect" coords="12,88,140,156" cols="1" rows="7" group="songlist" color="ffffff" opacity="0.7,0.8,1"/>
<area shape="rect" coords="440,215,479,353" href="btnsubmenu" color="white" opacity="0.3,0.8,1" layer="items"/>
<area shape="rect" coords="345,52,410,88" href="itemspageup" binding="songlist.left" opacity="0.3,0.8,1"/>
<area shape="rect" coords="411,52,477,87" href="itemspagedown" binding="songlist.right" opacity="0.3,0.8,1"/>
<area shape="rect" coords="394,5,475,45" href="itemsback" binding="songlist.pageinfo" target="list2" color="ff0000" opacity="0.3,0.8,1"/>
</map>
</body>
</html>