debianmacno-cupsweb
Last change
on this file since c283cb9 was
c283cb9,
checked in by Edward Z. Yang <edwardzyang@…>, 16 years ago
|
Add quick-and-dirty now playing information.
Signed-off-by: Edward Z. Yang <edwardzyang@…>
|
-
Property mode set to
100644
|
File size:
723 bytes
|
Rev | Line | |
---|
[973dd91] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" |
---|
| 4 | xmlns:py="http://genshi.edgewall.org/" |
---|
| 5 | xmlns:xi="http://www.w3.org/2001/XInclude"> |
---|
| 6 | |
---|
| 7 | <xi:include href="master.html" /> |
---|
| 8 | |
---|
| 9 | <head> |
---|
| 10 | <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/> |
---|
[84ed773] | 11 | <title>sipbmp3 web</title> |
---|
[973dd91] | 12 | </head> |
---|
| 13 | |
---|
| 14 | <body> |
---|
[84ed773] | 15 | <div id="status"> |
---|
[c283cb9] | 16 | <p>Currently playing:</p> |
---|
| 17 | <pre>$playing</pre> |
---|
[0b8c868] | 18 | <p>The volume is <span id="volume">$volume</span></p> |
---|
| 19 | <div py:replace="volume_form(volume_data)"></div> |
---|
[84ed773] | 20 | </div> |
---|
| 21 | <div class="clearingdiv" /> |
---|
[973dd91] | 22 | </body> |
---|
| 23 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.