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/black/manager.html
2025-03-18 11:35:10 +08:00

16 lines
621 B
HTML

<html>
<body>
<img src="manager.png" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" href="bg" class="label" coords="0,0,460,80"/>
<area shape="rect" href="btnSystemSetting" coords="5,3,67,74"/>
<area shape="rect" href="btnImportWizard" coords="69,3,131,74"/>
<area shape="rect" href="btnSongMaintain" coords="132,3,196,75"/>
<area shape="rect" href="btnSongFixed" coords="199,3,259,74"/>
<area shape="rect" href="btnSongBook" coords="262,4,322,75"/>
<area shape="rect" href="btnKeyControl" coords="324,2,389,75"/>
<area shape="rect" href="btnNews" coords="391,3,453,74"/>
</map>
</body>
</html>