123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <!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>Airtime widget example output - Now Playing and Today's Program</title>
- <link href="css/airtime-widgets.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <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>
- <div id="headerLiveHolder">
- <h4>On air now >></h4>
- <ul class="widget now-playing-bar">
- <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>
- <li class="next">Next: Mano River Press (EN)<span>07:00 - 07:30</span></li>
- </ul>
- </div>
- <br />
- <br />
- <div id="onAirToday">
- <h3>On air today</h3>
- <table cellspacing="0" cellpadding="0" border="0" width="100%" class="widget widget now-playing-list small">
- <tbody>
- <tr>
- <td class="time">04:30 - 05:00</td>
- <td><a href="http://www.wadr.org/fr/site/reseau_jeunesse/">Réseau jeunesse</a></td>
- </tr>
- <tr>
- <td class="time">07:00 - 07:30</td>
- <td><a href="http://www.wadr.org/en/site/mano_river_press/">Mano River Press (EN)</a></td>
- </tr>
- <tr>
- <td class="time">07:30 - 08:00</td>
- <td><a href="http://www.wadr.org/en/site/mano_river_press/">Weekend Review (EN)</a></td>
- </tr>
- <tr>
- <td class="time">08:30 - 09:00</td>
- <td><a href="http://wadr.org/fr/site/focus/">Focus (FR)</a></td>
- </tr>
- <tr>
- <td class="time">09:15 - 09:30</td>
- <td><a href="http://wadr.org/en/site/thestadium/">The Stadium (EN)</a></td>
- </tr>
- <tr>
- <td class="time">09:30 - 10:00</td>
- <td>Echoes of Charles Taylor Trial</td>
- </tr>
- </tbody>
- </table>
- </div>
- </body>
- </html>
|