gmyth-stream/server/0.2/html/status.html
author morphbr
Tue Jun 12 22:13:46 2007 +0100 (2007-06-12)
branchtrunk
changeset 748 bf9dac4bdc5d
permissions -rw-r--r--
[svn r754] * GMencoder:
- Fixed identation

* GMyth-Streamer:
- Bug fixes
- Status bug fix for mythtv files
morphbr@659
     1
<html>
morphbr@659
     2
   <head><title>GMyth-Streamer Server Status</title></head>
morphbr@659
     3
   <body>
morphbr@659
     4
      <h1>GMyth-Streamer Status</h1>
morphbr@659
     5
      <ul>
morphbr@659
     6
            %(running)s
morphbr@659
     7
            %(stopall)s
morphbr@659
     8
            %(stopone)s
morphbr@659
     9
      </ul>
morphbr@659
    10
      <ul>
morphbr@659
    11
            %(menu)s
morphbr@659
    12
      </ul>
morphbr@659
    13
   </body>
morphbr@659
    14
</html>