-
Notifications
You must be signed in to change notification settings - Fork 1
/
transfers_trackeredit.html
69 lines (56 loc) · 1.58 KB
/
transfers_trackeredit.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title>Edit Trackers - Tixati Web Interface</title>
<link rel="shortcut icon" href="/favicon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
<!--inline main.css-->
</style>
</head>
<body>
<table class="topnav">
<tr>
<td><a href="/home">Home</a></td>
<td class="topnavselitem"><a href="/transfers">Transfers</a></td>
<td><a href="/bandwidth">Bandwidth</a></td>
<td><a href="/dht">DHT</a></td>
<td><a href="/settings">Settings</a></td>
<td><a href="/help">Help</a></td>
</tr>
</table>
<br/>
<div class="titlehdr $xfertypeclasses$">
$name$
<div class="partialflag" style="display:inline;"></div>
<div class="createdflag" style="display:inline;"></div>
<div class="privateflag" style="display:inline;"></div>
</div>
<br/>
<table class="xfernav">
<tr>
<td><a href="details">Details</a></td>
<td><a href="files">Files</a></td>
<td class="xfernavselitem"><a href="trackers">Trackers</a></td>
<td><a href="peers">Peers</a></td>
<td><a href="pieces">Pieces</a></td>
<td><a href="bandwidth">Bandwidth</a></td>
<td><a href="eventlog">Event Log</a></td>
<td><a href="options">Options</a></td>
</tr>
</table>
<br/>
<form method="post" action="/transfers/$guid$/trackers/action">
Put each URL on a separate line. Put a blank line between groups.
<br/>
<textarea name="trackeredit" rows="20" cols="100">
$trackerediturls$
</textarea>
<br/>
<input type="submit" name="nav_trackers" Value="Cancel Edit"/>
<input type="submit" name="update_trackers" Value="Save Changes"/>
</form>
<br/>
<br/>
</body>
</html>