project/templates/base.html
changeset 104 06b7e950a798
parent 91 dd6426394a9a
equal deleted inserted replaced
103:852015a7eead 104:06b7e950a798
     2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lang="en-us" >
     2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lang="en-us" >
     3 <head>
     3 <head>
     4   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
     4   <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
     5   <title>{% block title %}{% endblock %} SciPy.in 2009, December 12 - 17, 2009, Trivandrum, Kerala, India</title>
     5   <title>{% block title %}{% endblock %} SciPy.in 2009, December 12 - 17, 2009, Trivandrum, Kerala, India</title>
     6 
     6 
     7   <link rel="stylesheet" type="text/css" href="/static/jquery/jquery.jgrowl.css" />
     7   <link rel="stylesheet" type="text/css" href="/2009/static/jquery/jquery.jgrowl.css" />
     8   <link rel="stylesheet" type="text/css" href="/static/css/styles-20090826.css" />
     8   <link rel="stylesheet" type="text/css" href="/2009/static/css/styles-20090826.css" />
     9 
     9 
    10   <script type="text/javascript" src="/static/jquery/jquery.min.js"></script>
    10   <script type="text/javascript" src="/2009/static/jquery/jquery.min.js"></script>
    11   <script type="text/javascript" src="/static/jquery/jquery.jgrowl_minimized.js"></script>
    11   <script type="text/javascript" src="/2009/static/jquery/jquery.jgrowl_minimized.js"></script>
    12   <script type="text/javascript" src="/static/jquery/jquery.cookie.pack.js"></script>
    12   <script type="text/javascript" src="/2009/static/jquery/jquery.cookie.pack.js"></script>
    13   <script type="text/javascript" src="/static/js/kiwipycon.js"></script>
    13   <script type="text/javascript" src="/2009/static/js/kiwipycon.js"></script>
    14 
    14 
    15   {% block addscripts %}{% endblock %}
    15   {% block addscripts %}{% endblock %}
    16 
    16 
    17   <link rel="icon" href="/static/img/favicon.ico" type="image/x-icon" />
    17   <link rel="icon" href="/2009/static/img/favicon.ico" type="image/x-icon" />
    18 
    18 
    19   <!--<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/blog" />-->
    19   <!--<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/blog" />-->
    20 
    20 
    21 </head>
    21 </head>
    22 <body>
    22 <body>
    23 
    23 
    24 <div id="logo">
    24 <div id="logo">
    25   <a href="/"><img src="/static/img/scipyshiny_small.png"
    25   <a href="/"><img src="/2009/static/img/scipyshiny_small.png"
    26     alt="SciPy.in Logo" title="SciPy.in Logo"
    26     alt="SciPy.in Logo" title="SciPy.in Logo"
    27     width="139" height="130" /></a>
    27     width="139" height="130" /></a>
    28 </div>
    28 </div>
    29 
    29 
    30 <div id="header">
    30 <div id="header">
    31   <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>
    31   <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>
    32   {% include '_menu_user.html' %}
    32   {% include '_menu_user.html' %}
    33 </div>
    33 </div>
    34 
    34 
    35 <div id="wrapper">
    35 <div id="wrapper">
    36   <div id="left">
    36   <div id="left">
    47   {% include '_sponsors.html' %}
    47   {% include '_sponsors.html' %}
    48   </div>
    48   </div>
    49 </div>
    49 </div>
    50 
    50 
    51 <div id="footer">
    51 <div id="footer">
    52    <p rel="credits">Content by the <a href="/about/team/" alt="SciPy.in Team">SciPy.in Team</a>,
    52    <p rel="credits">Content by the <a href="/2009/about/team/" alt="SciPy.in Team">SciPy.in Team</a>,
    53    website by <a href="http://bitbucket.org/vshivak/kiwipycon/src/tip/AUTHORS" alt="Website's Creators">Kiwi Djangonauts</a>,
    53    website by <a href="http://bitbucket.org/vshivak/kiwipycon/src/tip/AUTHORS" alt="Website's Creators">Kiwi Djangonauts</a>,
    54    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>,
    54    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>,
    55    <!-- TODO: logo design by Jason Nielsen--></p>
    55    <!-- TODO: logo design by Jason Nielsen--></p>
    56 </div>
    56 </div>
    57 
    57