project/templates/base.html
author Parth buch <parth.buch.115@gmail.com>
Mon, 31 Oct 2011 09:25:37 +0530
branch2011
changeset 440 04c3084c412b
parent 435 e53db918f80a
permissions -rw-r--r--
changed the fb link
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lang="en-us" >
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
<head>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     4
  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
389
fe49720e67bf Modified the registration file
primal primal007@gmail.com
parents: 379
diff changeset
     5
  <title>{% block title %}{% endblock %} SciPy.in 2011, December 4 - 7, 2011, Mumbai, Maharashtra, India</title>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     6
310
3541adaa5cd3 Provide Javascript support and add all view related changes for form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 300
diff changeset
     7
  <link rel="stylesheet" type="text/css" href="/static/css/jquery.jgrowl.css" />
3541adaa5cd3 Provide Javascript support and add all view related changes for form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 300
diff changeset
     8
  <link rel="stylesheet" type="text/css" href="/static/css/jquery-ui-lightness/jquery-ui-1.7.3.custom.css" />
129
5be95b4b3ac3 Made changes to CSS for right menu and changed the file name.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 113
diff changeset
     9
  <link rel="stylesheet" type="text/css" href="/static/css/styles-20100720.css" />
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    10
91
dd6426394a9a Added dynamic form jquery plugin to the repository.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 83
diff changeset
    11
  <script type="text/javascript" src="/static/jquery/jquery.min.js"></script>
310
3541adaa5cd3 Provide Javascript support and add all view related changes for form.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 300
diff changeset
    12
  <script type="text/javascript" src="/static/jquery/jquery-ui-1.7.3.custom.min.js"></script>
78
795dd8aeba9f All changes freeze along with Apache static file serving.
hg@fossee.in
parents: 71
diff changeset
    13
  <script type="text/javascript" src="/static/jquery/jquery.jgrowl_minimized.js"></script>
795dd8aeba9f All changes freeze along with Apache static file serving.
hg@fossee.in
parents: 71
diff changeset
    14
  <script type="text/javascript" src="/static/jquery/jquery.cookie.pack.js"></script>
795dd8aeba9f All changes freeze along with Apache static file serving.
hg@fossee.in
parents: 71
diff changeset
    15
  <script type="text/javascript" src="/static/js/kiwipycon.js"></script>
431
9674d40c44e7 added google analytics code
Parth buch <parth.buch.115@gmail.com>
parents: 427
diff changeset
    16
  <script type="text/javascript">
9674d40c44e7 added google analytics code
Parth buch <parth.buch.115@gmail.com>
parents: 427
diff changeset
    17
9674d40c44e7 added google analytics code
Parth buch <parth.buch.115@gmail.com>
parents: 427
diff changeset
    18
  var _gaq = _gaq || [];
9674d40c44e7 added google analytics code
Parth buch <parth.buch.115@gmail.com>
parents: 427
diff changeset
    19
  _gaq.push(['_setAccount', 'UA-26098261-1']);
9674d40c44e7 added google analytics code
Parth buch <parth.buch.115@gmail.com>
parents: 427
diff changeset
    20
  _gaq.push(['_trackPageview']);
9674d40c44e7 added google analytics code
Parth buch <parth.buch.115@gmail.com>
parents: 427
diff changeset
    21
9674d40c44e7 added google analytics code
Parth buch <parth.buch.115@gmail.com>
parents: 427
diff changeset
    22
  (function() {
9674d40c44e7 added google analytics code
Parth buch <parth.buch.115@gmail.com>
parents: 427
diff changeset
    23
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
9674d40c44e7 added google analytics code
Parth buch <parth.buch.115@gmail.com>
parents: 427
diff changeset
    24
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
9674d40c44e7 added google analytics code
Parth buch <parth.buch.115@gmail.com>
parents: 427
diff changeset
    25
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
9674d40c44e7 added google analytics code
Parth buch <parth.buch.115@gmail.com>
parents: 427
diff changeset
    26
  })();
9674d40c44e7 added google analytics code
Parth buch <parth.buch.115@gmail.com>
parents: 427
diff changeset
    27
9674d40c44e7 added google analytics code
Parth buch <parth.buch.115@gmail.com>
parents: 427
diff changeset
    28
</script>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    29
91
dd6426394a9a Added dynamic form jquery plugin to the repository.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 83
diff changeset
    30
  {% block addscripts %}{% endblock %}
dd6426394a9a Added dynamic form jquery plugin to the repository.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 83
diff changeset
    31
78
795dd8aeba9f All changes freeze along with Apache static file serving.
hg@fossee.in
parents: 71
diff changeset
    32
  <link rel="icon" href="/static/img/favicon.ico" type="image/x-icon" />
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    33
81
d03e5260947e Commented RSS feeds.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 79
diff changeset
    34
  <!--<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/feeds/blog" />-->
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    35
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    36
</head>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    37
<body>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    38
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    39
<div id="logo">
78
795dd8aeba9f All changes freeze along with Apache static file serving.
hg@fossee.in
parents: 71
diff changeset
    40
  <a href="/"><img src="/static/img/scipyshiny_small.png"
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    41
    alt="SciPy.in Logo" title="SciPy.in Logo"
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    42
    width="139" height="130" /></a>
427
ee98f2b50ffa added twitter and fb on the page
Parth buch <parth.buch.115@gmail.com>
parents: 389
diff changeset
    43
    <div id="social-badge">
ee98f2b50ffa added twitter and fb on the page
Parth buch <parth.buch.115@gmail.com>
parents: 389
diff changeset
    44
    	<a href="http://twitter.com/scipydotin" target="_blank"><img src="/static/img/twitter.png" alt="Twitter" Title="Connect to us of Twitter" /></a>
440
04c3084c412b changed the fb link
Parth buch <parth.buch.115@gmail.com>
parents: 435
diff changeset
    45
    	<a href="https://www.facebook.com/scipydotin2011" target="_blank"><img src="/static/img/facebook.png" alt="Facebook" Title="Connect to us of Facebook" /></a>
427
ee98f2b50ffa added twitter and fb on the page
Parth buch <parth.buch.115@gmail.com>
parents: 389
diff changeset
    46
    </div>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    47
</div>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    48
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    49
<div id="header">
379
7e843a934d74 Changed the title and header to Scipy 2011
Parth buch <parth.buch.115@gmail.com>
parents: 310
diff changeset
    50
  <h1>{% block header %}SciPy.in 2011</h1>
7e843a934d74 Changed the title and header to Scipy 2011
Parth buch <parth.buch.115@gmail.com>
parents: 310
diff changeset
    51
  <h3>December 4 - 7, Mumbai, India{% endblock %}</h3>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    52
  {% include '_menu_user.html' %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    53
</div>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    54
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    55
<div id="wrapper">
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    56
  <div id="left">
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    57
  {% include '_menu.html' %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    58
  </div>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    59
  <div id="content">
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    60
  {% if user.is_authenticated %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    61
      {% include 'user/_usermenu.html' %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    62
  {% endif %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    63
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    64
    {% block content %}{% endblock %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    65
  </div>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    66
  <div id="right">
113
87a87487580d Renamed sponsors template as right side menu template.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 97
diff changeset
    67
  {% include '_right_menu.html' %}
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    68
  </div>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    69
</div>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    70
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    71
<div id="footer">
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    72
   <p rel="credits">Content by the <a href="/about/team/" alt="SciPy.in Team">SciPy.in Team</a>,
140
dd313f32bbe3 Changed Website author details.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 129
diff changeset
    73
   website by <a href="http://hg.fossee.in/scipycon/file/tip/AUTHORS" alt="Website's Creators">FOSSEE using Kiwi Djangonauts original code</a>,
79
a5d348588b5b Added /static to speakers images.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 78
diff changeset
    74
   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>,
145
2bb21b96f246 Added contact info to footer.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 140
diff changeset
    75
   Rants, Bugs and Flames to: <a href="mailto:admin@scipy.in">admin@scipy.in</a>
140
dd313f32bbe3 Changed Website author details.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 129
diff changeset
    76
   </p>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    77
</div>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    78
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    79
</body>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    80
</html>