summaryrefslogtreecommitdiffstats
path: root/pyload/webui
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-03 21:27:12 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-03 21:27:12 +0200
commitc716dfbccd4ee7b210dcf91ee7eb18550b65bf2b (patch)
tree404fc20566a6dbd3639e59d310025e31e77e5011 /pyload/webui
parentUpdate pyload to the new plugins structure (diff)
downloadpyload-c716dfbccd4ee7b210dcf91ee7eb18550b65bf2b.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'pyload/webui')
-rw-r--r--pyload/webui/servers/nginx_default.conf2
-rw-r--r--pyload/webui/themes/dark/css/dark.css2
-rw-r--r--pyload/webui/themes/dark/tml/base.html2
-rw-r--r--pyload/webui/themes/dark/tml/captcha.html18
-rw-r--r--pyload/webui/themes/dark/tml/home.html2
-rw-r--r--pyload/webui/themes/default/css/default.css2
-rw-r--r--pyload/webui/themes/default/tml/base.html2
-rw-r--r--pyload/webui/themes/default/tml/captcha.html18
-rw-r--r--pyload/webui/themes/default/tml/home.html2
-rw-r--r--pyload/webui/themes/flat/tml/base.html2
-rw-r--r--pyload/webui/themes/flat/tml/captcha.html18
-rw-r--r--pyload/webui/themes/flat/tml/home.html2
12 files changed, 36 insertions, 36 deletions
diff --git a/pyload/webui/servers/nginx_default.conf b/pyload/webui/servers/nginx_default.conf
index b4ebd1e02..c1cfcafca 100644
--- a/pyload/webui/servers/nginx_default.conf
+++ b/pyload/webui/servers/nginx_default.conf
@@ -65,7 +65,7 @@ http {
}
location ~* ^.+\.(jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|doc|xls|exe|pdf|ppt|txt|tar|mid|midi|wav|bmp|rtf|js|mov) {
access_log off;
- expires 30d;
+ expires 30d;
}
location / {
# host and port to fastcgi server
diff --git a/pyload/webui/themes/dark/css/dark.css b/pyload/webui/themes/dark/css/dark.css
index ca16d0621..713f8db06 100644
--- a/pyload/webui/themes/dark/css/dark.css
+++ b/pyload/webui/themes/dark/css/dark.css
@@ -612,7 +612,7 @@ td p {
.progress_bar {
background: #0C0;
height: 5px;
-
+
}
.queue {
diff --git a/pyload/webui/themes/dark/tml/base.html b/pyload/webui/themes/dark/tml/base.html
index e7179acfa..bafcc319d 100644
--- a/pyload/webui/themes/dark/tml/base.html
+++ b/pyload/webui/themes/dark/tml/base.html
@@ -99,7 +99,7 @@
<a href="/settings/" title=""><img src="/dark/img/default/head-menu-config.png" alt="" />{{_("Config")}}</a>
</li>
{% endblock %}
-
+
</ul>
</div>{% endif %}
diff --git a/pyload/webui/themes/dark/tml/captcha.html b/pyload/webui/themes/dark/tml/captcha.html
index ae1afe444..731d97d11 100644
--- a/pyload/webui/themes/dark/tml/captcha.html
+++ b/pyload/webui/themes/dark/tml/captcha.html
@@ -2,28 +2,28 @@
<div id="cap_box" class="window_box">
<form id="cap_form" action="/json/set_captcha" method="POST" enctype="multipart/form-data" onsubmit="return false;">
-
+
<h1>{{_("Captcha reading")}}</h1>
<p id="cap_title">{{_("Please read the text on the captcha.")}}</p>
-
+
<div id="cap_textual">
-
+
<input id="cap_id" name="cap_id" type="hidden" value="" />
-
+
<label>{{_("Captcha")}}
<span class="small">{{_("The captcha.")}}</span>
</label>
<span class="cont">
<img id="cap_textual_img" src="">
</span>
-
+
<label>{{_("Text")}}
<span class="small">{{_("Input the text on the captcha.")}}</span>
</label>
<input id="cap_result" name="cap_result" type="text" size="20" />
-
+
</div>
-
+
<div id="cap_positional" style="text-align: center">
<img id="cap_positional_img" src="" style="margin: 10px; cursor:pointer">
</div>
@@ -34,9 +34,9 @@
<button id="cap_reset" type="reset" style="margin-left: 0">{{_("Close")}}</button>
</span>
</div>
-
+
<div class="spacer"></div>
-
+
</form>
</div> \ No newline at end of file
diff --git a/pyload/webui/themes/dark/tml/home.html b/pyload/webui/themes/dark/tml/home.html
index b350b705e..ef862d25c 100644
--- a/pyload/webui/themes/dark/tml/home.html
+++ b/pyload/webui/themes/dark/tml/home.html
@@ -21,7 +21,7 @@ var EntryManager = new Class({
delay: 2500,
limit: 30000
});
-
+
this.ids = [{% for link in content %}
{% if forloop.last %}
{{ link.id }}
diff --git a/pyload/webui/themes/default/css/default.css b/pyload/webui/themes/default/css/default.css
index 5d4b9ebf2..795c24d93 100644
--- a/pyload/webui/themes/default/css/default.css
+++ b/pyload/webui/themes/default/css/default.css
@@ -604,7 +604,7 @@ td p {
.progress_bar {
background: #0C0;
height: 5px;
-
+
}
.queue {
diff --git a/pyload/webui/themes/default/tml/base.html b/pyload/webui/themes/default/tml/base.html
index e2a62a116..b92a4a668 100644
--- a/pyload/webui/themes/default/tml/base.html
+++ b/pyload/webui/themes/default/tml/base.html
@@ -102,7 +102,7 @@
<a href="/settings/" title=""><img src="/default/img/head-menu-config.png" alt="" />{{_("Config")}}</a>
</li>
{% endblock %}
-
+
</ul>
</div>
diff --git a/pyload/webui/themes/default/tml/captcha.html b/pyload/webui/themes/default/tml/captcha.html
index 56892593f..3bfa6cbcf 100644
--- a/pyload/webui/themes/default/tml/captcha.html
+++ b/pyload/webui/themes/default/tml/captcha.html
@@ -2,28 +2,28 @@
<div id="cap_box" class="window_box">
<form id="cap_form" action="/json/set_captcha" method="POST" enctype="multipart/form-data" onsubmit="return false;">
-
+
<h1>{{_("Captcha reading")}}</h1>
<p id="cap_title">{{_("Please read the text on the captcha.")}}</p>
-
+
<div id="cap_textual">
-
+
<input id="cap_id" name="cap_id" type="hidden" value="" />
-
+
<label>{{_("Captcha")}}
<span class="small">{{_("The captcha.")}}</span>
</label>
<span class="cont">
<img id="cap_textual_img" src="">
</span>
-
+
<label>{{_("Text")}}
<span class="small">{{_("Input the text on the captcha.")}}</span>
</label>
<input id="cap_result" name="cap_result" type="text" size="20" />
-
+
</div>
-
+
<div id="cap_positional" style="text-align: center">
<img id="cap_positional_img" src="" style="margin: 10px; cursor:pointer">
</div>
@@ -34,9 +34,9 @@
<button id="cap_reset" type="reset" style="margin-left: 0">{{_("Close")}}</button>
</span>
</div>
-
+
<div class="spacer"></div>
-
+
</form>
</div>
diff --git a/pyload/webui/themes/default/tml/home.html b/pyload/webui/themes/default/tml/home.html
index 0fff703b5..6272853cd 100644
--- a/pyload/webui/themes/default/tml/home.html
+++ b/pyload/webui/themes/default/tml/home.html
@@ -21,7 +21,7 @@ var EntryManager = new Class({
delay: 2500,
limit: 30000
});
-
+
this.ids = [{% for link in content %}
{% if forloop.last %}
{{ link.id }}
diff --git a/pyload/webui/themes/flat/tml/base.html b/pyload/webui/themes/flat/tml/base.html
index 17349c5f1..015a64600 100644
--- a/pyload/webui/themes/flat/tml/base.html
+++ b/pyload/webui/themes/flat/tml/base.html
@@ -99,7 +99,7 @@
<a href="/settings/" title=""><img src="/flat/img/head-menu-config.png" alt="" />{{_("Config")}}</a>
</li>
{% endblock %}
-
+
</ul>
</div>
diff --git a/pyload/webui/themes/flat/tml/captcha.html b/pyload/webui/themes/flat/tml/captcha.html
index ae1afe444..731d97d11 100644
--- a/pyload/webui/themes/flat/tml/captcha.html
+++ b/pyload/webui/themes/flat/tml/captcha.html
@@ -2,28 +2,28 @@
<div id="cap_box" class="window_box">
<form id="cap_form" action="/json/set_captcha" method="POST" enctype="multipart/form-data" onsubmit="return false;">
-
+
<h1>{{_("Captcha reading")}}</h1>
<p id="cap_title">{{_("Please read the text on the captcha.")}}</p>
-
+
<div id="cap_textual">
-
+
<input id="cap_id" name="cap_id" type="hidden" value="" />
-
+
<label>{{_("Captcha")}}
<span class="small">{{_("The captcha.")}}</span>
</label>
<span class="cont">
<img id="cap_textual_img" src="">
</span>
-
+
<label>{{_("Text")}}
<span class="small">{{_("Input the text on the captcha.")}}</span>
</label>
<input id="cap_result" name="cap_result" type="text" size="20" />
-
+
</div>
-
+
<div id="cap_positional" style="text-align: center">
<img id="cap_positional_img" src="" style="margin: 10px; cursor:pointer">
</div>
@@ -34,9 +34,9 @@
<button id="cap_reset" type="reset" style="margin-left: 0">{{_("Close")}}</button>
</span>
</div>
-
+
<div class="spacer"></div>
-
+
</form>
</div> \ No newline at end of file
diff --git a/pyload/webui/themes/flat/tml/home.html b/pyload/webui/themes/flat/tml/home.html
index 838a351ad..c5ce7fdf7 100644
--- a/pyload/webui/themes/flat/tml/home.html
+++ b/pyload/webui/themes/flat/tml/home.html
@@ -21,7 +21,7 @@ var EntryManager = new Class({
delay: 2500,
limit: 30000
});
-
+
this.ids = [{% for link in content %}
{% if forloop.last %}
{{ link.id }}