diff -r 3fbcd3d9b2d1 -r 16857017fc11 gmyth-stream/server/html/status.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmyth-stream/server/html/status.html Mon Sep 24 16:07:47 2007 +0100 @@ -0,0 +1,14 @@ +<html> + <head><title>GMyth-Streamer Server Status</title></head> + <body> + <h1>GMyth-Streamer Status</h1> + <ul> + %(running)s + %(stopall)s + %(stopone)s + </ul> + <ul> + %(menu)s + </ul> + </body> +</html>