| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> |
|||||||||
| <head> |
|||||||||
| <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <title>Now playing</title> <style type="text/css" media="screen"><!-- |
|||||||||
| .track { visibility: visible; } .artist { visibility: visible; } .album { visibility: visible; } .myRating { visibility: visible; } .playCount { visibility: visible; } .CD { height:138px;width:154px;position:relative;} #jewelcase { height: 138px; width: 154px;left: 93px;top:0px;position: absolute; z-index: 0; visibility: visible; } #cover { height: 130px; width: 135px; left: 123px; top: 3px; position: absolute; z-index: 1; visibility: visible; float: inherit; } .blackText { color: black; font-size: 10px; font-family: verdana; } .greyText { color: #8a8a8a; font-size: 10px; font-family: verdana; } .underline { border-bottom: 1pt solid #c8c8c8; } .border { border-bottom: solid 1pt #c8c8c8; border-left: solid 1pt #c8c8c8; border-top: solid 1pt #c8c8c8; border-right: solid 1pt #c8c8c8; } .caption { color: black; font-size: 7pt; font-family: Verdana, Arial, Helvetica, sans-serif; } --> |
|||||||||
| </style> |
|||||||||
| </head> <body> |
|||||||||
| <div align="center"> |
|||||||||
| <table class="border" width="385" border="0" cellspacing="0" cellpadding="0" height="285"> |
|||||||||
| <tr height="10"> |
|||||||||
| <td width="7" height="10"></td> <td width="60" height="10"></td> <td width="7" height="10"></td> <td width="290" height="10"></td> <td height="10"></td> <td width="7" height="10"></td> |
|||||||||
| </tr> <tr> |
|||||||||
| <td width="7"></td> <td colspan="4"> |
|||||||||
| <div align="center"> |
|||||||||
| <strong><font size="+1" color="grey" face="Verdana, Arial, Helvetica, sans-serif">Now playing:</font></strong> |
|||||||||
| </div> |
|||||||||
| </td> <td width="7"></td> |
|||||||||
| </tr> <tr height="15"> |
|||||||||
| <td width="7" height="15"></td> <td width="60" height="15"></td> <td width="7" height="15"></td> <td width="290" height="15"></td> <td height="15"></td> <td width="7" height="15"></td> |
|||||||||
| </tr> <tr> |
|||||||||
| <td width="7"></td> <td colspan="4" align="center"> |
|||||||||
| <div align="left"> |
|||||||||
| <div class="CD"> |
|||||||||
| <div id="jewelcase"> |
|||||||||
| <img src="jewelcase.jpg" alt="" height="158" width="181" border="0" /> |
|||||||||
| </div> <div id="cover"> |
|||||||||
| <img src="<<imageURL>>" alt="" height="130" width="135" border="0" /> |
|||||||||
| </div> |
|||||||||
| </div> <p></p> |
|||||||||
| </div> |
|||||||||
| </td> <td width="7"></td> |
|||||||||
| </tr> <tr class="track" height="8"> |
|||||||||
| <td width="7" height="8"></td> <td class="greyType" align="right" width="60" height="8"></td> <td width="7" height="8"></td> <td align="left" width="290" height="8"></td> <td align="left" height="8"></td> <td width="7" height="8"></td> |
|||||||||
| </tr> <tr class="track" height="15"> |
|||||||||
| <td width="7" height="15"></td> <td class="greyText" align="right" width="60" height="15">Track:</td> <td width="7" height="15"></td> <td class="underline" align="left" width="290" height="15"> |
|||||||||
| <div class="blackText"><<track>></div> |
|||||||||
| </td> <td class="blackText" align="left" valign="middle" height="15"><a href="itms://phobos.apple.com/WebObjects/MZSearch.woa/wa/advancedSearchResults?songTerm=<<songTerm>>&artistTerm=<<artistTerm>>"><img src="itmsarrow.jpg" alt="" height="12" width="12" border="0" /></a></td> <td width="7" height="15"></td> |
|||||||||
| </tr> <tr class="artist" height="15"> |
|||||||||
| <td width="7" height="15"></td> <td class="greyText" align="right" width="60" height="15">Artist:</td> <td class="greyType" width="7" height="15"></td> <td class="underline" align="left" width="290" height="15"> |
|||||||||
| <div class="blackText"><<artist>></div> |
|||||||||
| </td> <td class="blackText" align="left" valign="middle" height="15"><a href="itms://phobos.apple.com/WebObjects/MZSearch.woa/wa/advancedSearchResults?artistTerm=<<artistTerm>>"><img src="itmsarrow.jpg" alt="" height="12" width="12" border="0" /></a></td> <td width="7" height="15"></td> |
|||||||||
| </tr> <tr class="album" height="15"> |
|||||||||
| <td width="7" height="15"></td> <td class="greyText" align="right" width="60" height="15">Album:</td> <td class="greyType" width="7" height="15"></td> <td class="underline" align="left" width="290" height="15"> |
|||||||||
| <div class="blackText"><<album>></div> |
|||||||||
| </td> <td class="blackText" align="left" valign="middle" height="15"><a href="itms://phobos.apple.com/WebObjects/MZSearch.woa/wa/advancedSearchResults?artistTerm=<<artistTerm>>&albumTerm=<<albumTerm>>"><img src="itmsarrow.jpg" alt="" height="12" width="12" border="0" /></a></td> <td width="7" height="15"></td> |
|||||||||
| </tr> <tr class="myRating" height="15"> |
|||||||||
| <td width="7" height="15"></td> <td class="greyText" align="right" width="60" height="15">My rating:</td> <td class="greyType" width="7" height="15"></td> <td align="left" width="290" height="15"><img src="<<stars>>" border="0" /></td> <td class="blackText" align="left" height="15"> </td> <td width="7" height="15"></td> |
|||||||||
| </tr> <tr class="playCount" height="15"> |
|||||||||
| <td width="7" height="15"></td> <td class="greyText" align="right" width="60" height="15">Play Count:</td> <td class="greyType" width="7" height="15"></td> <td align="left" width="290" height="15"> |
|||||||||
| <div class="blackText"><<playCount>></div> |
|||||||||
| </td> <td class="blackText" align="left" height="15"> </td> <td width="7" height="15"></td> |
|||||||||
| </tr> <tr height="10"> |
|||||||||
| <td width="7" height="10"></td> <td width="60" height="10"></td> <td width="7" height="10"></td> <td width="290" height="10"></td> <td height="10"></td> <td width="7" height="10"></td> |
|||||||||
| </tr> |
|||||||||
| </table> <div class="caption"> |
|||||||||
| <br />Last updated: <SCRIPT>var dateNow = new Date();document.write(dateNow);</SCRIPT><br />This was generated by the Widget «iTunes Companion».<br /> You can read about it and download it here:<br /><a href="http://widgets.yahoo.com/gallery/view.php?widget=33155">http://widgets.yahoo.com/gallery/view.php?widget=33155</a> |
|||||||||
| </div> <p></p> |
|||||||||
| </div> |
|||||||||
| </body> |
|||||||||
| </html> | |||||||||