diff frontend/mfrontend/templates/layout.html @ 32:b288abf2ea9f

Wersja ostateczna
author Michał Rudowicz <michal.rudowicz@fl9.eu>
date Mon, 13 Jun 2011 09:54:20 +0200
parents 49329f65ea4f
children
line wrap: on
line diff
--- a/frontend/mfrontend/templates/layout.html	Sun Jun 05 23:58:36 2011 +0200
+++ b/frontend/mfrontend/templates/layout.html	Mon Jun 13 09:54:20 2011 +0200
@@ -1,10 +1,10 @@
 <html>
 <head>
 <title>Projekt AIIR</title>
-<script type="text/javascript" src="http://localhost/static/jquery.js"></script>
-<script type="text/javascript" src="http://localhost/static/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
-<link rel="stylesheet" href="http://localhost/static/fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
-<link rel="stylesheet" type="text/css" href="http://localhost/static/style.css">
+<script type="text/javascript" src="/static/jquery.js"></script>
+<script type="text/javascript" src="/static/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
+<link rel="stylesheet" href="/static/fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
+<link rel="stylesheet" type="text/css" href="/static/style.css">
 </head><body>
 <div id="content">
 <div style="display:none">
@@ -50,7 +50,7 @@
   </form>
 </div>
 </div>
-<table align="center"><tr><td><img src="http://localhost/static/pic/logo.gif" align="center"></td></tr></table>
+<table align="center"><tr><td><img src="/static/pic/logo.gif" align="center"></td></tr></table>
   <div id="menu">
   {% if not session.logged_in %}
   <div class="button"><a id="loginlink" href="#login">Zaloguj siÄ™</a></div>
@@ -69,6 +69,6 @@
   {% block body %}
 {% endblock %}
 </td></tr></table>
-<script type="text/javascript" src="http://localhost/static/general.js"></script>
+<script type="text/javascript" src="/static/general.js"></script>
 </div>
 </body></head>