17 lines
833 B
HTML
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>
|
||
|
|