move static files for blinkster
authorymh <ymh.work@gmail.com>
Tue, 17 May 2011 12:22:34 +0200
changeset 106 d7c952a46c7e
parent 105 90284efeb233
child 107 4ab1136e388d
move static files for blinkster
web/blinkster/static/blinkster/css/admin_style.css
web/blinkster/static/blinkster/css/style.css
web/blinkster/static/blinkster/img/logo_IRI_footer.png
web/blinkster/static/blinkster/img/logo_blinkster.png
web/blinkster/static/blinkster/js/swfobject.js
web/blinkster/templates/admin/index.html
web/blinkster/templates/base.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/blinkster/static/blinkster/css/admin_style.css	Tue May 17 12:22:34 2011 +0200
@@ -0,0 +1,1 @@
+Unexpected error.  File contents could not be restored from local history during undo/redo.
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/blinkster/static/blinkster/css/style.css	Tue May 17 12:22:34 2011 +0200
@@ -0,0 +1,1 @@
+Unexpected error.  File contents could not be restored from local history during undo/redo.
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/blinkster/static/blinkster/img/logo_IRI_footer.png	Tue May 17 12:22:34 2011 +0200
@@ -0,0 +1,1 @@
+Unexpected error.  File contents could not be restored from local history during undo/redo.
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/blinkster/static/blinkster/img/logo_blinkster.png	Tue May 17 12:22:34 2011 +0200
@@ -0,0 +1,1 @@
+Unexpected error.  File contents could not be restored from local history during undo/redo.
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/blinkster/static/blinkster/js/swfobject.js	Tue May 17 12:22:34 2011 +0200
@@ -0,0 +1,1 @@
+Unexpected error.  File contents could not be restored from local history during undo/redo.
\ No newline at end of file
--- a/web/blinkster/templates/admin/index.html	Tue May 17 10:21:22 2011 +0200
+++ b/web/blinkster/templates/admin/index.html	Tue May 17 12:22:34 2011 +0200
@@ -4,7 +4,7 @@
 {% block extrastyle %}
 {{ block.super }}
 <link rel="stylesheet" type="text/css" href="{% load adminmedia %}{% admin_media_prefix %}css/dashboard.css" />
-<link rel="stylesheet" type="text/css" href="{{BASE_URL}}static/css/admin_style.css" />
+<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/blinkster/css/admin_style.css" />
 {% endblock %}
 
 {% block coltype %}colMS{% endblock %}
--- a/web/blinkster/templates/base.html	Tue May 17 10:21:22 2011 +0200
+++ b/web/blinkster/templates/base.html	Tue May 17 12:22:34 2011 +0200
@@ -7,7 +7,7 @@
     {% block js_import %}
     {% endblock %}
     {% block css_import %}
-     <link rel="stylesheet" href="{{BASE_URL}}static/css/style.css" />
+     <link rel="stylesheet" href="{{STATIC_URL}}blinkster/css/style.css" />
     {% endblock %}
 </head>
 <body>
@@ -15,7 +15,7 @@
 		{% block header %}
 		<table width="100%">
 		<tr>
-		<td id="header_left"><a href="http://www.blinkster.eu"><img style="margin-right: 10px;" src="{{MEDIA_URL}}/img/logo_blinkster.png" /></a><a href="http://www.blinkster.eu">Blinkster</a></td>
+		<td id="header_left"><a href="http://www.blinkster.eu"><img style="margin-right: 10px;" src="{{STATIC_URL}}blinkster/img/logo_blinkster.png" /></a><a href="http://www.blinkster.eu">Blinkster</a></td>
 		</tr>
 		</table>
 		<div >
@@ -29,7 +29,7 @@
 	<div id="footer">
 		{% block footer %}
 		<div class="footer_img">
-		<a href="http://www.iri.centrepompidou.fr"><img src="{{MEDIA_URL}}/img/logo_IRI_footer.png" alt="Logo IRI" /></a>
+		<a href="http://www.iri.centrepompidou.fr"><img src="{{STATIC_URL}}blinkster/img/logo_IRI_footer.png" alt="Logo IRI" /></a>
 		</div>
 		<div class="version" id="version"><a>{{VERSION}}</a></div>
 		<div style="float: right;" class="small">©2010 <a style="text-decoration: none; color: #4F5155;" href="http://www.iri.centrepompidou.fr">IRI / Centre Pompidou</a></div>