diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-15 17:48:30 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-15 17:48:30 +0100 |
commit | 95d09b338ac7aed2b387bf143a5cfd1c4b29f612 (patch) | |
tree | 2f6c078f95bbc80f423609bacab8066fe86d7067 /module/web/main.html | |
parent | gui queue view - unstable (non thread safe) (diff) | |
download | pyload-95d09b338ac7aed2b387bf143a5cfd1c4b29f612.tar.xz |
new Django webinterface(in development), small fixes
Diffstat (limited to 'module/web/main.html')
-rw-r--r-- | module/web/main.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/module/web/main.html b/module/web/main.html deleted file mode 100644 index 87f0d7408..000000000 --- a/module/web/main.html +++ /dev/null @@ -1,29 +0,0 @@ -<title>pyLoad - Webinterface</title> -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> - <head> - <title>pyLoad - Webinterface</title> - <script src="main.js" type="text/javascript"></script> - </head> - <body> - <h1>pyLoad - Webinterface</h1> - <div name="status_server"> - Status: running Speed: 600kb/s Files in queue: 0 - </div> - <div name="actions"> - <div id="add_urls"> - <form name="add_urls_form"> - <input type="text" name="new_url" /> - <input type="button" value="Add Link" onclick="addUrl(document.add_urls_form.new_url.value)" > - </form> - </div> - (START) (PAUSE) (ADD) - </div> - <h2>Downloads</h2> - <div id="downloads"> - Lade Downloads - </div> - </body> -</html> - |