~ubuntu-branches/ubuntu/jaunty/transmission/jaunty-security

« back to all changes in this revision

Viewing changes to web/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2008-11-28 15:33:48 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20081128153348-it70trfnxiroblmc
Tags: 1.40-0ubuntu1
* New upstream release (LP: #302672)
  - Tracker communication uses fewer resources
  - More accurate bandwidth limits
  - Reduce disk fragmentation by preallocating files (LP: #287726)
  - Stability, security and performance improvements to the RPC /
    Web UI server (closes LP: #290423)
  - Support compression when serving Web UI and RPC responses
  - Simplify the RPC whitelist
  - Fix bug that prevented handshakes with encrypted BitComet peers
  - Fix 1.3x bug that could re-download some data unnecessarily
    (LP: #295040)
  - Option to automatically update the blocklist weekly
  - Added off-hour bandwidth scheduling
  - Simplify file/priority selection in the details dialog
  - Fix a couple of crashes
  - New / updated translations
  - Don't inhibit hibernation by default (LP: #292929)
  - Use "close" animation when sending to notification area (LP: #130811)
  - Fix resize problems (LP: #269872)
  - Support "--version" option when launching from command line
    (LP: #292011)
  - Correctly parse announce URLs that have leading or trailing
    spaces (LP: #262411)
  - Display an error when "Open Torrent" fails (LP: #281463)
* Dropped 10_fix_crasher_from_upstream.dpatch: Fix is in this
  upstream release.
* debian/control: Don't just build-depend on libcurl-dev, which is
  a virtual package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
6
                <meta http-equiv="cache-control" content="Private" />
7
7
                <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
 
8
                <meta name="apple-mobile-web-app-capable" content="yes" />
 
9
                <link href="./images/favicon.ico" rel="icon" />
 
10
                <link href="./images/favicon.png" rel="shortcut icon" />
8
11
                <link rel="apple-touch-icon" href="./images/webclip-icon.png"/>
9
 
                <link href="./images/favicon.ico" rel="SHORTCUT ICON" />
10
12
                <script type="text/javascript" src="./javascript/jquery/jquery.min.js"></script>
11
13
                <link media="only screen and (max-device-width: 480px)" href="./stylesheets/iphone.css" type= "text/css" rel="stylesheet" />
12
14
                <link media="screen and (min-device-width: 481px)" href="./stylesheets/common.css" type="text/css" rel="stylesheet" />
193
195
                                <form id="prefs_form">
194
196
                                        <div class="preference download_location">
195
197
                                                <label class="category">Add transfers:</label>
196
 
                                                <label class="item">Download to:</label>
197
 
                                                <input type="text" name="download_location" id="download_location"/>
 
198
                                                <div class="formdiv">
 
199
                                                        <label for="download_location" class="item">Download to:</label>
 
200
                                                        <input type="text" name="download_location" id="download_location"/>
 
201
                                                </div>
 
202
                                                <div class="formdiv checkbox auto_start">
 
203
                                                        <input type="checkbox" name="auto_start" id="auto_start"/>
 
204
                                                        <label for="auto_start" class="item">Start transfers when added</label>
 
205
                                                </div>
198
206
                                        </div>
199
207
                                        <div class="preference port">
200
208
                                                <label class="category">Network:</label>
201
 
                                                <label class="item">Incoming TCP Port:</label>
202
 
                                                <input type="text" id="port" name="port"/>
203
 
                                        </div>
204
 
                                        <div class="preference auto_start">
205
 
                                                <label class="category">Transfers:</label>
206
 
                                                <input type="checkbox" name="auto_start" id="auto_start"/>
207
 
                                                <label class="item">Start transfers when added</label>
 
209
                                                <div class="formdiv">
 
210
                                                        <label for="port" class="item">Incoming TCP Port:</label>
 
211
                                                        <input type="text" id="port" name="port"/>
 
212
                                                </div>
208
213
                                        </div>
209
214
                                        <div class="preference encryption">
210
215
                                                <label class="category">Encryption:</label>
211
 
                                                <input type="checkbox" name="encryption" id="encryption"/>
212
 
                                                <label class="item">Ignore unencrypted peers</label>
 
216
                                                <div class="formdiv checkbox">
 
217
                                                        <input type="checkbox" name="encryption" id="encryption"/>
 
218
                                                        <label for="encryption" class="item">Ignore unencrypted peers</label>
 
219
                                                </div>
213
220
                                        </div>
214
221
                                        <div class="preference limit_total">
215
222
                                                <label class="category">Limit total bandwidth:</label>
216
 
                                                <input type="checkbox" name="limit_download" id="limit_download"/>
217
 
                                                <label class="item">Download Rate:</label>
218
 
                                                <input type="text" name="download_rate" id="download_rate"/>
219
 
                                                <label class="suffix">KB/s</label>
220
 
                                                <input type="checkbox" name="limit_upload" id="limit_upload"/>
221
 
                                                <label class="item">Upload Rate:</label>
222
 
                                                <input type="text" name="upload_rate" id="upload_rate"/>
223
 
                                                <label class="suffix">KB/s</label>
 
223
                                                <div class="formdiv checkbox">
 
224
                                                        <input type="checkbox" name="limit_download" id="limit_download"/>
 
225
                                                        <label for="limit_download" class="item">Download Rate:</label>
 
226
                                                        <input type="text" name="download_rate" id="download_rate"/>
 
227
                                                        <label class="suffix">KB/s</label>
 
228
                                                </div>
 
229
                                                <div class="formdiv checkbox">
 
230
                                                        <input type="checkbox" name="limit_upload" id="limit_upload"/>
 
231
                                                        <label for="limit_upload" class="item">Upload Rate:</label>
 
232
                                                        <input type="text" name="upload_rate" id="upload_rate"/>
 
233
                                                        <label class="suffix">KB/s</label>
 
234
                                                </div>
224
235
                                        </div>
225
236
                                        <div class="preference web_gui">
226
237
                                                <label class="category">Web Client:</label>
227
 
                                                <label class="item">Refresh Rate:</label>
228
 
                                                <input type="text" name="refresh_rate" id="refresh_rate"/>
229
 
                                                <label class="suffix">seconds</label>
 
238
                                                <div class="formdiv">
 
239
                                                        <label for="refresh_rate" class="item">Refresh Rate:</label>
 
240
                                                        <input type="text" name="refresh_rate" id="refresh_rate"/>
 
241
                                                        <label class="suffix">seconds</label>
 
242
                                                </div>
230
243
                                        </div>
231
244
                                        <a href="#save" id="prefs_save_button">Save</a>
232
245
                                        <a href="#cancel" id="prefs_cancel_button">Cancel</a>
334
347
                                <li id="context_remove">Remove From List...</li>
335
348
                                <li id="context_toggle_inspector">Show Inspector</li>
336
349
                                <li class="separator"></li>
337
 
                                <li id="separator"></li>
338
350
                                <li id="context_select_all" class="context_select_all">Select All</li>
339
351
                                <li id="context_deselect_all" class="context_deselect_all">Deselect All</li>
340
352
                        </ul>