diff --git a/css/download.css b/css/download.css
index 9e5c4b5..4a63634 100644
--- a/css/download.css
+++ b/css/download.css
@@ -41,12 +41,6 @@
width: 100%;
float: right;
}
-.download-controls .btn-group .btn:nth-child(1) {
- width: 60%;
-}
-.download-controls .btn-group .btn:nth-child(2) {
- width: 40%;
-}
.download-controls .btn-group .btn {
height: 100%;
@@ -57,8 +51,8 @@
color: gray;
}
.download-overview {
- padding: 5px;
cursor: pointer;
+ padding-left: 5px;
}
.download-detail {
cursor: pointer;
diff --git a/index.html b/index.html
index 2b4e3f0..e294d24 100755
--- a/index.html
+++ b/index.html
@@ -80,62 +80,78 @@
{{name}}
-
-
- {{#booleans.can_pause}}
- - Time left: {{eta}}
- - Download Speed: {{down_speed}}
- - Progress: {{percentage}}%
- {{/booleans.can_pause}}
- {{#booleans.can_play}}
-
- - Size: {{size}}
- - Downloaded: {{downloaded}}
- - Path: {{dir}}
- {{/booleans.can_play}}
- {{#booleans.is_complete}}
- - Path: {{dir}}
- - Size: {{size}}
- {{/booleans.is_complete}}
- {{#booleans.is_removed}}
- - Path: {{dir}}
- - Size: {{size}}
- {{/booleans.is_removed}}
- {{#booleans.is_error}}
- - Path: {{dir}}
- - Size: {{size}}
- {{/booleans.is_error}}
-
|
-
+ |
{{#booleans.can_pause}}
-
+
{{/booleans.can_pause}}
{{#booleans.can_play}}
-
+
{{/booleans.can_play}}
{{#booleans.can_restart}}
-
+
{{/booleans.can_restart}}
+
+ {{#booleans.has_settings}}
+
+ {{/booleans.has_settings}}
|
-
+ |
+
+ {{#booleans.can_pause}}
+ - Status: {{status}}
+ - ETA: {{eta}}
+ - Size: {{size}}
+ - Progress: {{percentage}}%
+ - Downloaded: {{downloaded}}
+ - Speed: {{down_speed}}
+ {{#bittorrent}}
+ - Upload Speed: {{upload_speed}}
+ {{/bittorrent}}
+ {{/booleans.can_pause}}
+ {{#booleans.can_play}}
+ - Status: {{status}}
+ - Size: {{size}}
+ - Downloaded: {{downloaded}}
+ - Path: {{dir}}
+ {{/booleans.can_play}}
+ {{#booleans.is_complete}}
+ - Status: {{status}}
+ - Path: {{dir}}
+ - Size: {{size}}
+ {{/booleans.is_complete}}
+ {{#booleans.is_removed}}
+ - Status: {{status}}
+ - Path: {{dir}}
+ - Size: {{size}}
+ {{/booleans.is_removed}}
+ {{#booleans.is_error}}
+ - Status: {{status}}
+ - Path: {{dir}}
+ - Size: {{size}}
+ {{/booleans.is_error}}
+
+ |
+
+
+
{{#booleans.can_pause}}
@@ -178,8 +194,10 @@
Piece Length: {{pieceLength}}
ETA: {{eta}}
Down Speed: {{down_speed}}
+ {{#bittorrent}}
Upload Speed: {{upload_speed}}
Upload Length: {{uploadLength}}
+ {{/bittorrent}}
Connections: {{connections}}
|