widgets.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  5. <title>Airtime widget example output - Now Playing and Today's Program</title>
  6. <link href="css/airtime-widgets.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <body>
  9. <p>This page contains example HTML output from the Airtime "Now Playing" and "Today's Program" widget code, which you can use to test CSS changes. For a working example with JavaScript, see <a href="sample_page.html">sample_page.html</a> in this directory.</p>
  10. <div id="headerLiveHolder">
  11. <h4>On air now &gt;&gt;</h4>
  12. <ul class="widget now-playing-bar">
  13. <li class="current">Current: Réseau jeunesse<span class="time-elapsed" id="time-elapsed">02:22</span><span class="time-remaining" id="time-remaining">27:37</span></li>
  14. <li class="next">Next: Mano River Press (EN)<span>07:00 - 07:30</span></li>
  15. </ul>
  16. </div>
  17. <br />
  18. <br />
  19. <div id="onAirToday">
  20. <h3>On air today</h3>
  21. <table cellspacing="0" cellpadding="0" border="0" width="100%" class="widget widget now-playing-list small">
  22. <tbody>
  23. <tr>
  24. <td class="time">04:30 - 05:00</td>
  25. <td><a href="http://www.wadr.org/fr/site/reseau_jeunesse/">Réseau jeunesse</a></td>
  26. </tr>
  27. <tr>
  28. <td class="time">07:00 - 07:30</td>
  29. <td><a href="http://www.wadr.org/en/site/mano_river_press/">Mano River Press (EN)</a></td>
  30. </tr>
  31. <tr>
  32. <td class="time">07:30 - 08:00</td>
  33. <td><a href="http://www.wadr.org/en/site/mano_river_press/">Weekend Review (EN)</a></td>
  34. </tr>
  35. <tr>
  36. <td class="time">08:30 - 09:00</td>
  37. <td><a href="http://wadr.org/fr/site/focus/">Focus (FR)</a></td>
  38. </tr>
  39. <tr>
  40. <td class="time">09:15 - 09:30</td>
  41. <td><a href="http://wadr.org/en/site/thestadium/">The Stadium (EN)</a></td>
  42. </tr>
  43. <tr>
  44. <td class="time">09:30 - 10:00</td>
  45. <td>Echoes of Charles Taylor Trial</td>
  46. </tr>
  47. </tbody>
  48. </table>
  49. </div>
  50. </body>
  51. </html>