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.
superstar/themes/default.cn/operator.html
2025-03-18 11:35:10 +08:00

17 lines
833 B
HTML

<html>
<body>
<debug value='false'/>
<layer default="operatorLayer1,operatorLayer2,operatorLayer3"/>
<img src="operator.png" width="1440" height="900" border="0" usemap="#Map" desc="点播对话框"/>
<map name="Map" id="Map">
<area shape="rect" coords="273,232,1016,533" class="background" href="operatorbg" />
<area shape="rect" coords="406,310,575,361" class="label" href="operatorSongNo" size="18" />
<area shape="rect" coords="663,310,1008,359" class="label" href="operatorSinger" size="18" />
<area shape="rect" coords="406,362,1009,412" class="label" href="operatorSongName" size="18" />
<area shape="rect" coords="780,425,988,503" class="button" href="operatorButton1" align="middlecenter" size="20" />
<area shape="rect" coords="932,236,1009,308" class="button" href="operatorClose" target="home" />
</map>
</body>
</html>