diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-17 15:02:59 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-17 15:02:59 +0200 |
commit | cbbdfab6a4370b71203a9a480a78331ee03a9019 (patch) | |
tree | 240c14d9a02549ddfd7a27edcb9c535e3f025f5a /module/web/templates | |
parent | reconnect-, uploaded.to fix (diff) | |
download | pyload-cbbdfab6a4370b71203a9a480a78331ee03a9019.tar.xz |
pyLoad Test Webinterface !
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default.tpl | 107 | ||||
-rw-r--r-- | module/web/templates/footer.tpl | 2 | ||||
-rw-r--r-- | module/web/templates/header.tpl | 20 |
3 files changed, 129 insertions, 0 deletions
diff --git a/module/web/templates/default.tpl b/module/web/templates/default.tpl new file mode 100644 index 000000000..a375df20d --- /dev/null +++ b/module/web/templates/default.tpl @@ -0,0 +1,107 @@ +%header = 'pyLoad Webinterface' +%include header title=header, use_js=['mootools-1.2.3-core.js'], use_css= ['default.css'] + +<a class="anchor" name="dokuwiki__top" id="dokuwiki__top"></a> + +<div id="head-panel"> + + <div id="head-search-and-login"> + + + <form action="" accept-charset="utf-8"> + <label for="head-search"><img src="static/default/head-search-noshadow.png" alt="Search" style="vertical-align:middle; margin:2px" /></label> + <input type="hidden" name="do" value="search" /> + <input id="head-search" type="text" style="width:140px;" value="search" accesskey="f" name="id" title="" /> + </form> + + + + <img src="static/default/head-login.png" alt="User:" style="vertical-align:middle; margin:2px" /><span style="padding-right: 2px;">RaNaN (ranan) </span> + + <ul id="user-actions"> + <li><a href="/start?do=logout&sectok=ff40bdf226c283991652e062d187c43a" class="action logout" rel="nofollow">Logout</a></li> + <li><a href="/start?do=profile" class="action profile" rel="nofollow">Update Profile</a></li> + <li></li> + <li></li> + </ul> + + </div> + + <a href="/"><img id="head-logo" src="/static/default/pyload-logo-edited3.5-new-font-small.png" alt="pyLoad" /></a> + + <div id="head-menu"> + <ul> + <li class=" selected"><a href="/" title=""><img src="static/default/head-menu-home.png" alt="" /> Home</a></li><li class=""><a href="/news" title=""><img src="static/default/head-menu-news.png" alt="" /> News</a></li><li class=""><a href="/wiki" title=""><img src="static/default/head-menu-wiki.png" alt="" /> Wiki</a></li><li class=""><a href="/download" title=""><img src="static/default/head-menu-download.png" alt="" /> Download</a></li><li class=""><a href="/development" title=""><img src="static/default/head-menu-development.png" alt="" /> Development</a></li><li class="right"><a href="/start?do=index" class="action index" accesskey="x" rel="nofollow"><img src="static/default/head-menu-index.png" alt="" />Index</a></li><li class="right"><a href="/start?do=recent" class="action recent" accesskey="r" rel="nofollow"><img src="static/default/head-menu-recent.png" alt="" />Recent Changes</a></li> </ul> + </div> + + <div style="clear:both;"></div> +</div> + +<ul id="page-actions"> + <li><a href="/start?do=edit&rev=" class="action edit" accesskey="e" rel="nofollow">Edit this page</a></li> + <li><a href="/start?do=revisions" class="action revisions" accesskey="o" rel="nofollow">Old revisions</a></li> + <li><a href="/start?do=backlink" class="action backlink" rel="nofollow">Backlinks</a></li> + <li></li> + <!--<li><a href="/start?do=index" class="action index" accesskey="x" rel="nofollow">Index</a></li> + <li><a href="/start?do=recent" class="action recent" accesskey="r" rel="nofollow">Recent changes</a></li>--> +</ul> + +<div id="body-wrapper" class="dokuwiki"> + + <div id="content" lang="en" dir="ltr"> + + +<h1><a name="pyload_download_manager_for_1_click_hoster" id="pyload_download_manager_for_1_click_hoster">pyLoad — download manager for 1 click hoster</a></h1> +<div class="level1"> + +<p> + +<a href="/screenshots" class="media" title="screenshots"><img src="/_media/:screenshot-reflection-small.png" class="mediaright" align="right" alt="" /></a> +</p> + +<p> +pyLoad is a free and open source downloader for 1-click-hosting sites like rapidshare.com or uploaded.to. +</p> + +<p> +Link-Crypt services like lix.in as well as the Link-Container Files RSDF, CCF and DLC are also supported. +</p> + +<p> +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. +</p> + +</div> + +<h2><a name="features" id="features">Features</a></h2> +<div class="level2"> +<ul> +<li class="level1"><div class="li"> <strong>written entirely in Python</strong></div> +</li> +<li class="level1"><div class="li"> <strong>gets links from Link-Crypt services</strong></div> +</li> +<li class="level1"><div class="li"> <strong>can open RSDF, CCF and DLC containers</strong></div> +</li> +<li class="level1"><div class="li"> <strong>User interfaces: CLI and wxWidgets (currently in development)</strong></div> +</li> +<li class="level1"><div class="li"> <strong>Open Source and Free Software (<acronym title="GNU General Public License">GPL</acronym> v3 or later)</strong></div> +</li> +</ul> + +</div> + + </div> + + <hr style="clear: both;" /> + +<div id="foot">© 2008-2009 the pyLoad Team + + <a href="#dokuwiki__top" class="action top" accesskey="x"><span>Back to top</span></a><br /> + <!--<div class="breadcrumbs"></div>--> + + +</div> + +</div> + +%include footer
\ No newline at end of file diff --git a/module/web/templates/footer.tpl b/module/web/templates/footer.tpl new file mode 100644 index 000000000..308b1d01b --- /dev/null +++ b/module/web/templates/footer.tpl @@ -0,0 +1,2 @@ +</body> +</html> diff --git a/module/web/templates/header.tpl b/module/web/templates/header.tpl new file mode 100644 index 000000000..27ab7e2bc --- /dev/null +++ b/module/web/templates/header.tpl @@ -0,0 +1,20 @@ +<?xml version="1.0" ?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + +%for item in use_js: +<script type="text/javascript" src="static/{{item}}"></script> +%end + +%for item in use_css: +<link rel="stylesheet" type="text/css" href="static/{{item}}"> +%end + +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + +<title>{{title}}</title> + +</head> +<body> |