Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.6 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Language" content="en-us">
  5. <meta HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
  6. <title>Media Bar - Loading</title>
  7. <script language="JScript" src="localtext.js"></script>
  8. <script language="JScript" src="mbCommon.js"></script>
  9. <script>IncludeCSS();</script>
  10. <base target="_main">
  11. </head>
  12. <body onload="ShowHideShellLinks();">
  13. <div class="glyph"></div>
  14. <table border="0" cellpadding="0" cellspacing="0" height="102%" width="100%">
  15. <tr>
  16. <td colspan="2" width="100" height="25" class="titlebarLeft title" >
  17. <nobr><ID id="idMediaPlaces">Media Places</ID></nobr></td>
  18. <td width="100" height="25" class="titlebarRight" >
  19. </td>
  20. </tr>
  21. <tr>
  22. <td width="*" class="workarea" height="*" colspan="3">
  23. <!-- Begin Work Area -->
  24. <div id="divMyMusic" class="action" style="display:none">
  25. <a href="shell:My Music" onmouseover="window.status=L_MyMusic_Text;return true"
  26. onmouseout="window.status='';return true" >
  27. <img src="myMusic.gif" align="absmiddle" hspace="10" border="0" width="16" height="16" ><ID id="idMyMusic">My Music</ID></a>
  28. </div>
  29. <div id="divMyVideo" class="action" style="display:none">
  30. <a href="shell:My Video" onmouseover="window.status=L_MyVideos_Text;return true"
  31. onmouseout="window.status='';return true">
  32. <img src="myVideo.gif" align="absmiddle" hspace="10" border="0" width="16" height="15" ><ID id="idMyVideos">My Videos</ID></a>
  33. </div>
  34. <div id="divMyWebMusic" class="action">
  35. <a href="http://go.microsoft.com/fwlink/?LinkId=512" >
  36. <img src="myWebMusic.gif" align="absmiddle" hspace="10" border="0" width="18" height="18" ><ID id="idMyWebMusic">More Media</ID></a>
  37. </div>
  38. <div id="divMyRadio" class="action">
  39. <a href="http://go.microsoft.com/fwlink/?LinkId=822">
  40. <img src="myRadio.gif" align="absmiddle" hspace="10" border="0" width="16" height="16" ><ID id="idMyRadio">Radio Guide</ID></a>
  41. </div>
  42. <BR>
  43. <div style="" id="oLoad"><center><ID id="idLoading">Loading...</ID><BR><BR>
  44. <a href="mb404.htm" target="_self" onmouseover="window.status=L_AbortLoading_Text;return true"
  45. onmouseout="window.status='';return true">
  46. <img src="loadgraphic.gif" width="94" height="17" border="0"></a></center>
  47. </div>
  48. <!-- End Work Area -->
  49. </td>
  50. </tr>
  51. <tr>
  52. <td width="*" class="tborder" height="10px" colspan="3">&nbsp;</td>
  53. </tr>
  54. </table>
  55. </body>
  56. </html>