summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-11 19:44:22 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-11 19:44:22 +0200
commita3a4ce32f0596ff0bf48c7cc04292389e0d9627d (patch)
treefde894d4ecb2c2fa337efad35a114a5bbd4b1ec8 /hyperkitty/templates
parent7660b947f88493bc241f8af3e1e855f75e1d9cd7 (diff)
downloadhyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.tar.gz
hyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.tar.xz
hyperkitty-a3a4ce32f0596ff0bf48c7cc04292389e0d9627d.zip
Move static files into the hyperkitty prefix
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/base.html12
-rw-r--r--hyperkitty/templates/index.html4
-rw-r--r--hyperkitty/templates/login.html6
-rw-r--r--hyperkitty/templates/thread.html2
-rw-r--r--hyperkitty/templates/user_profile.html4
5 files changed, 14 insertions, 14 deletions
diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html
index c8987bf..48ab126 100644
--- a/hyperkitty/templates/base.html
+++ b/hyperkitty/templates/base.html
@@ -8,9 +8,9 @@
<title>{% block title %}{{ app_name|title }}{% endblock %}</title>
<meta name="author" content="" />
<meta name="dc.language" content="en" />
- <link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.ico" />
- <link rel="stylesheet" media="all" href="{{ STATIC_URL }}libs/jquery/smoothness/jquery-ui-1.10.3.custom.min.css" />
- {% assets filters="cssrewrite,cssmin", output="gen/hyperkitty.css", "libs/bootstrap/css/bootstrap.min.css", "css/hyperkitty-base.css", "css/hyperkitty-common.css", "css/hyperkitty-index.css", "css/hyperkitty-user.css", "css/hyperkitty-overview.css", "css/hyperkitty-threadslist.css", "css/hyperkitty-message.css" %}
+ <link rel="shortcut icon" href="{{ STATIC_URL }}hyperkitty/img/favicon.ico" />
+ <link rel="stylesheet" media="all" href="{{ STATIC_URL }}hyperkitty/libs/jquery/smoothness/jquery-ui-1.10.3.custom.min.css" />
+ {% assets filters="cssrewrite,cssmin", output="gen/hyperkitty.css", "hyperkitty/libs/bootstrap/css/bootstrap.min.css", "hyperkitty/css/hyperkitty-base.css", "hyperkitty/css/hyperkitty-common.css", "hyperkitty/css/hyperkitty-index.css", "hyperkitty/css/hyperkitty-user.css", "hyperkitty/css/hyperkitty-overview.css", "hyperkitty/css/hyperkitty-threadslist.css", "hyperkitty/css/hyperkitty-message.css" %}
<link rel="stylesheet" media="all" href="{{ ASSET_URL }}" />
{% endassets %}
{% block additional_stylesheets %} {% endblock %}
@@ -92,9 +92,9 @@
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="{{ STATIC_URL }}libs/jquery/jquery-1.10.1.min.js"><\/script>')</script>
- <script src="{{ STATIC_URL }}libs/jquery/jquery-ui-1.10.3.custom.min.js"></script>
- {% assets filters="rjsmin", output="gen/hyperkitty.js", "libs/bootstrap/js/bootstrap.min.js", "libs/jquery.expander.js", "libs/d3.v2.min.js", "libs/jquery.hotkeys.js", "js/hyperkitty-common.js", "js/hyperkitty-frontpage.js", "js/hyperkitty-overview.js", "js/hyperkitty-thread.js", "js/hyperkitty-userprofile.js" %}
+ <script>window.jQuery || document.write('<script src="{{ STATIC_URL }}hyperkitty/libs/jquery/jquery-1.10.1.min.js"><\/script>')</script>
+ <script src="{{ STATIC_URL }}hyperkitty/libs/jquery/jquery-ui-1.10.3.custom.min.js"></script>
+ {% assets filters="rjsmin", output="gen/hyperkitty.js", "hyperkitty/libs/bootstrap/js/bootstrap.min.js", "hyperkitty/libs/jquery.expander.js", "hyperkitty/libs/d3.v2.min.js", "hyperkitty/libs/jquery.hotkeys.js", "hyperkitty/js/hyperkitty-common.js", "hyperkitty/js/hyperkitty-frontpage.js", "hyperkitty/js/hyperkitty-overview.js", "hyperkitty/js/hyperkitty-thread.js", "hyperkitty/js/hyperkitty-userprofile.js" %}
<script src="{{ ASSET_URL }}"></script>
{% endassets %}
{% block additionaljs %} {% endblock %}
diff --git a/hyperkitty/templates/index.html b/hyperkitty/templates/index.html
index 181edb2..fc711b2 100644
--- a/hyperkitty/templates/index.html
+++ b/hyperkitty/templates/index.html
@@ -26,7 +26,7 @@
</p>
<p class="list-address">{{ mlist.name }}</p>
<p class="list-description"></p>
- <img alt="Loading..." class="ajaxloader" src="{{ STATIC_URL }}img/ajax-loader.gif" />
+ <img alt="Loading..." class="ajaxloader" src="{{ STATIC_URL }}hyperkitty/img/ajax-loader.gif" />
</a>
</div>
{% if forloop.counter|divisibleby:"4" %}
@@ -40,7 +40,7 @@
</div>
-<img id="logo" alt="HyperKitty" src="{{STATIC_URL}}img/logo.png" />
+<img id="logo" alt="HyperKitty" src="{{STATIC_URL}}hyperkitty/img/logo.png" />
{% endblock %}
diff --git a/hyperkitty/templates/login.html b/hyperkitty/templates/login.html
index 248ee18..683c3bb 100644
--- a/hyperkitty/templates/login.html
+++ b/hyperkitty/templates/login.html
@@ -24,12 +24,12 @@
<input type="hidden" name="assertion" value="" />
<a rel="nofollow" id="browserid" href="#" class="disabled"
title="Wait for it..."><img
- src="{{ STATIC_URL }}img/login/persona-large-disabled.png"
+ src="{{ STATIC_URL }}hyperkitty/img/login/persona-large-disabled.png"
alt="Login using Persona" /></a>
</form>
{% elif backend == "openid" %}
<a class="socialaccount_provider openid" title="OpenID" href="#"><img
- src="{{ STATIC_URL }}img/login/openid.png" alt="OpenID" /></a>
+ src="{{ STATIC_URL }}hyperkitty/img/login/openid.png" alt="OpenID" /></a>
<form method="post" class="form-inline openid"
action="{% url 'socialauth_begin' "openid" %}?next={{ next }}">
{% csrf_token %}
@@ -42,7 +42,7 @@
{% else %}
<a title="{{ backend|title }}" class="socialaccount_provider {{ backend }}"
href="{% url 'socialauth_begin' backend=backend %}?next={{ next }}"><img
- src="{{ STATIC_URL }}img/login/{{ backend }}.png"
+ src="{{ STATIC_URL }}hyperkitty/img/login/{{ backend }}.png"
alt="{{ backend|title }}" /></a>
{% endif %}
</li>
diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html
index 04e9522..09aa8d6 100644
--- a/hyperkitty/templates/thread.html
+++ b/hyperkitty/templates/thread.html
@@ -56,7 +56,7 @@
{% if is_bot %}
{% include 'ajax/replies.html' %}
{% else %}
- <img alt="Loading..." class="ajaxloader" src="{{ STATIC_URL }}img/ajax-loader.gif" />
+ <img alt="Loading..." class="ajaxloader" src="{{ STATIC_URL }}hyperkitty/img/ajax-loader.gif" />
{% endif %}
</div>
diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html
index 1a12846..667e252 100644
--- a/hyperkitty/templates/user_profile.html
+++ b/hyperkitty/templates/user_profile.html
@@ -81,13 +81,13 @@
<div id="views">
- <img alt="Loading..." class="ajaxloader" src="{{ STATIC_URL }}img/ajax-loader.gif" />
+ <img alt="Loading..." class="ajaxloader" src="{{ STATIC_URL }}hyperkitty/img/ajax-loader.gif" />
<div class="ajaxcontent"></div>
</div>
<div id="votes">
- <img alt="Loading..." class="ajaxloader" src="{{ STATIC_URL }}img/ajax-loader.gif" />
+ <img alt="Loading..." class="ajaxloader" src="{{ STATIC_URL }}hyperkitty/img/ajax-loader.gif" />
<div class="ajaxcontent"></div>
</div>