project/templates/base.html
changeset 1 fda1c66b25f9
child 71 02621b32fb59
equal deleted inserted replaced
0:9a77edda77b7 1:fda1c66b25f9
       
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
       
     2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lang="en-us" >
       
     3 <head>
       
     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>
       
     6 
       
     7   <link rel="stylesheet" type="text/css" href="/jquery/jquery.jgrowl.css" />
       
     8   <link rel="stylesheet" type="text/css" href="/css/styles-20090826.css" />
       
     9 
       
    10   <script type="text/javascript" src="/jquery/jquery.pack.js"></script>
       
    11   <script type="text/javascript" src="/jquery/jquery.jgrowl_minimized.js"></script>
       
    12   <script type="text/javascript" src="/jquery/jquery.cookie.pack.js"></script>
       
    13   <script type="text/javascript" src="/js/kiwipycon.js"></script>
       
    14 
       
    15   <link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
       
    16 
       
    17   <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/blog/" />
       
    18 
       
    19 </head>
       
    20 <body>
       
    21 
       
    22 <div id="logo">
       
    23   <a href="/"><img src="/img/scipyshiny_small.png"
       
    24     alt="SciPy.in Logo" title="SciPy.in Logo"
       
    25     width="139" height="130" /></a>
       
    26 </div>
       
    27 
       
    28 <div id="header">
       
    29   <h1>{% block header %}SciPy.in 2009</h1><h3>December 12 - 17</h3><h3>Kerala, India{% endblock %}</h3>
       
    30   {% include '_menu_user.html' %}
       
    31 </div>
       
    32 
       
    33 <div id="wrapper">
       
    34   <div id="left">
       
    35   {% include '_menu.html' %}
       
    36   </div>
       
    37   <div id="content">
       
    38   {% if user.is_authenticated %}
       
    39       {% include 'user/_usermenu.html' %}
       
    40   {% endif %}
       
    41 
       
    42     {% block content %}{% endblock %}
       
    43   </div>
       
    44   <div id="right">
       
    45   {% include '_sponsors.html' %}
       
    46   </div>
       
    47 </div>
       
    48 
       
    49 <div id="footer">
       
    50    <p rel="credits">Content by the <a href="/about/team/" alt="SciPy.in Team">SciPy.in Team</a>,
       
    51    website by <a href="http://bitbucket.org/vshivak/kiwipycon/src/tip/AUTHORS" alt="Website's Creators">Kiwi Djangonauts</a>,
       
    52    hosting by <a href="http://fosse.in/" alt="Free and Open Source software in Science and Engineering Education">Free and Open Source software in Science and Engineering Education</a>,
       
    53    <!-- TODO: logo design by Jason Nielsen--></p>
       
    54 </div>
       
    55 
       
    56 </body>
       
    57 </html>