mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-10 09:07:25 +03:00
3d20f2f670
Html/Css/JavaScript files displacement. Also add new icon.
19 lines
895 B
HTML
19 lines
895 B
HTML
<!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" />
|
|
<title>_(Add &link to torrent...)</title>
|
|
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
|
<script type="text/javascript" src="scripts/mootools-1.2-core-yc.js" charset="utf-8"></script>
|
|
<script type="text/javascript" src="scripts/download.js" charset="utf-8"></script>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<br/>
|
|
<h2 class="vcenter"><img class="vcenter" title="Download from URL" src="theme/insert-link"/>_(Download Torrents from their URL or Magnet link)</h2>
|
|
<textarea id="urls" rows="10"></textarea>
|
|
<p>_(Only one link per line)</p>
|
|
<input type="button" value="_(Download)" id="downButton"/>
|
|
</center>
|
|
</body>
|
|
</html>
|