mirror of
https://github.com/transmission/transmission.git
synced 2026-04-20 08:49:22 +01:00
Balancing HTML opening-closing tags (#2975)
This commit is contained in:
@@ -1,36 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
|
||||
<title>Script Help</title>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<link media="all" rel="stylesheet" href="../styles/TransBody.css"/>
|
||||
<title>Script Help</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="mainbox">
|
||||
<div id="banner">
|
||||
<div id="machelp"><a class="bread" href="../index.html">Transmission Help</a></div>
|
||||
<div id="index"><a class="leftborder" href="../html/Index2.html">Index</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pagetitle">
|
||||
<h1>Running Scripts</h1>
|
||||
</div>
|
||||
<p>Transmission can be set to invoke a script when downloads complete. The environment variables supported are:
|
||||
<div id="mainbox">
|
||||
<div id="banner">
|
||||
<div id="machelp"><a class="bread" href="../index.html">Transmission Help</a></div>
|
||||
<div id="index"><a class="leftborder" href="../html/Index2.html">Index</a></div>
|
||||
</div>
|
||||
<div class="pagetitle">
|
||||
<h1>Running Scripts</h1>
|
||||
</div>
|
||||
<p>Transmission can be set to invoke a script when downloads complete. The environment variables supported are:
|
||||
|
||||
<div class="taskbox">
|
||||
<ul>
|
||||
<li>TR_APP_VERSION</li>
|
||||
<li>TR_TIME_LOCALTIME</li>
|
||||
<li>TR_TORRENT_DIR</li>
|
||||
<li>TR_TORRENT_HASH</li>
|
||||
<li>TR_TORRENT_ID</li>
|
||||
<li>TR_TORRENT_NAME</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="taskbox">
|
||||
<ul>
|
||||
<li>TR_APP_VERSION</li>
|
||||
<li>TR_TIME_LOCALTIME</li>
|
||||
<li>TR_TORRENT_DIR</li>
|
||||
<li>TR_TORRENT_HASH</li>
|
||||
<li>TR_TORRENT_ID</li>
|
||||
<li>TR_TORRENT_NAME</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p>More information is available on <a href="https://trac.transmissionbt.com/wiki/Scripts">the Transmission wiki</a>.
|
||||
</div>
|
||||
<p>More information is available on <a href="https://trac.transmissionbt.com/wiki/Scripts">the Transmission wiki</a>.
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user