From 9f044df800d8ccca73178a523b18fead36e5befc Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 17 Aug 2009 15:49:48 +0200 Subject: new config options, webinterface test --- module/web/templates/default.tpl | 71 ++++++++++++++-------------------------- 1 file changed, 24 insertions(+), 47 deletions(-) (limited to 'module/web/templates/default.tpl') diff --git a/module/web/templates/default.tpl b/module/web/templates/default.tpl index a375df20d..70671028e 100644 --- a/module/web/templates/default.tpl +++ b/module/web/templates/default.tpl @@ -8,19 +8,11 @@
-
- - - -
- - - User:RaNaN (ranan) + User:User @@ -31,19 +23,15 @@
@@ -51,47 +39,36 @@
-

pyLoad — download manager for 1 click hoster

+

pyLoad — Webinterface

-

+%if page == "login": - -

+
+
+
+
Login +
+
+ + +
+
+
+
-

-pyLoad is a free and open source downloader for 1-click-hosting sites like rapidshare.com or uploaded.to. -

+%else: +

Downloads:

-

-Link-Crypt services like lix.in as well as the Link-Container Files RSDF, CCF and DLC are also supported. -

+% for link in links:

-pyLoad is currently under heavy development. It aims to be fully automated in as many ways as possible, so you don't have to sit in front of your computer waiting for a download ticket. It will be good for long-time unattended downloading of files from sharehosters. +{{str(link)}}

-
- -

Features

-
-
    -
  • written entirely in Python
    -
  • -
  • gets links from Link-Crypt services
    -
  • -
  • can open RSDF, CCF and DLC containers
    -
  • -
  • User interfaces: CLI and wxWidgets (currently in development)
    -
  • -
  • Open Source and Free Software (GPL v3 or later)
    -
  • -
- -
- -
+%end +%end