--- a/project/templates/base.html Tue Jul 13 01:43:25 2010 +0530
+++ b/project/templates/base.html Tue Jul 13 16:32:29 2010 +0530
@@ -4,17 +4,17 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>{% block title %}{% endblock %} SciPy.in 2009, December 12 - 17, 2009, Trivandrum, Kerala, India</title>
- <link rel="stylesheet" type="text/css" href="/static/jquery/jquery.jgrowl.css" />
- <link rel="stylesheet" type="text/css" href="/static/css/styles-20090826.css" />
+ <link rel="stylesheet" type="text/css" href="/2009/static/jquery/jquery.jgrowl.css" />
+ <link rel="stylesheet" type="text/css" href="/2009/static/css/styles-20090826.css" />
- <script type="text/javascript" src="/static/jquery/jquery.min.js"></script>
- <script type="text/javascript" src="/static/jquery/jquery.jgrowl_minimized.js"></script>
- <script type="text/javascript" src="/static/jquery/jquery.cookie.pack.js"></script>
- <script type="text/javascript" src="/static/js/kiwipycon.js"></script>
+ <script type="text/javascript" src="/2009/static/jquery/jquery.min.js"></script>
+ <script type="text/javascript" src="/2009/static/jquery/jquery.jgrowl_minimized.js"></script>
+ <script type="text/javascript" src="/2009/static/jquery/jquery.cookie.pack.js"></script>
+ <script type="text/javascript" src="/2009/static/js/kiwipycon.js"></script>
{% block addscripts %}{% endblock %}
- <link rel="icon" href="/static/img/favicon.ico" type="image/x-icon" />
+ <link rel="icon" href="/2009/static/img/favicon.ico" type="image/x-icon" />
<!--<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/blog" />-->
@@ -22,13 +22,13 @@
<body>
<div id="logo">
- <a href="/"><img src="/static/img/scipyshiny_small.png"
+ <a href="/"><img src="/2009/static/img/scipyshiny_small.png"
alt="SciPy.in Logo" title="SciPy.in Logo"
width="139" height="130" /></a>
</div>
<div id="header">
- <h1>{% block header %}SciPy.in 2009</h1><h3>December 12 - 17, Kerala, India{% endblock %}</h3><h3>Live Stream of the conference is available at: <a href="http://giss.tv:8000/scipy.ogg">http://giss.tv:8000/scipy.ogg</a></h3>
+ <h1>{% block header %}SciPy.in 2009</h1><h3>December 12 - 17, Kerala, India{% endblock %}</h3><h3>Live Streams of the conference was made available at: <a href="http://giss.tv:8000/scipy.ogg">http://giss.tv:8000/scipy.ogg</a></h3>
{% include '_menu_user.html' %}
</div>
@@ -49,7 +49,7 @@
</div>
<div id="footer">
- <p rel="credits">Content by the <a href="/about/team/" alt="SciPy.in Team">SciPy.in Team</a>,
+ <p rel="credits">Content by the <a href="/2009/about/team/" alt="SciPy.in Team">SciPy.in Team</a>,
website by <a href="http://bitbucket.org/vshivak/kiwipycon/src/tip/AUTHORS" alt="Website's Creators">Kiwi Djangonauts</a>,
hosting by <a href="http://fossee.in/" alt="Free and Open Source software in Science and Engineering Education">Free and Open Source software in Science and Engineering Education</a>,
<!-- TODO: logo design by Jason Nielsen--></p>