16 lines
910 B
HTML
16 lines
910 B
HTML
|
<html>
|
||
|
<body bgcolor="black">
|
||
|
<debug value="false"/>
|
||
|
<layer default="list2"/>
|
||
|
<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="btnsearch2" class="input" color="ff0000" opacity="0.7,0.8,1"/>
|
||
|
<area shape="rect" coords="12,88,140,136" cols="2" rows="15" group="songlist2" color="ff0000" 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="songlist2.left" opacity="0.3,0.8,1"/>
|
||
|
<area shape="rect" coords="411,52,477,87" href="itemspagedown" binding="songlist2.right" opacity="0.3,0.8,1"/>
|
||
|
<area shape="rect" coords="394,5,475,45" href="itemsback2" binding="songlist2.pageinfo" target="list3" color="ff0000" opacity="0.3,0.8,1"/>
|
||
|
</map>
|
||
|
</body>
|
||
|
</html>
|