2008-05-17 16:44:42 +04:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
2011-06-05 20:08:30 +04:00
|
|
|
<title>_(Add &link to torrent...)</title>
|
2008-05-17 16:44:42 +04:00
|
|
|
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
2008-09-14 14:14:54 +04:00
|
|
|
<script type="text/javascript" src="scripts/mootools-1.2-core-yc.js" charset="utf-8"></script>
|
2008-05-17 16:44:42 +04:00
|
|
|
<script type="text/javascript" src="scripts/download.js" charset="utf-8"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<center>
|
2010-02-14 18:15:35 +03:00
|
|
|
<br/>
|
2011-01-09 22:38:52 +03:00
|
|
|
<h2 class="vcenter"><img class="vcenter" title="Download from URL" src="theme/insert-link"/>_(Download Torrents from their URL or Magnet link)</h2>
|
2011-12-29 02:24:09 +04:00
|
|
|
<textarea id="urls" rows="10"></textarea>
|
2011-09-24 22:37:34 +04:00
|
|
|
<p>_(Only one link per line)</p>
|
|
|
|
<input type="button" value="_(Download)" id="downButton"/>
|
2008-05-17 16:44:42 +04:00
|
|
|
</center>
|
|
|
|
</body>
|
|
|
|
</html>
|