From 95d09b338ac7aed2b387bf143a5cfd1c4b29f612 Mon Sep 17 00:00:00 2001
From: RaNaN <Mast3rRaNaN@hotmail.de>
Date: Tue, 15 Dec 2009 17:48:30 +0100
Subject: new Django webinterface(in development), small fixes

---
 module/web/main.html | 29 -----------------------------
 1 file changed, 29 deletions(-)
 delete mode 100644 module/web/main.html

(limited to 'module/web/main.html')

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>
-
-- 
cgit v1.2.3