project/templates/_menu.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 13 Jul 2010 16:32:29 +0530
changeset 104 06b7e950a798
parent 76 c1f967c47334
permissions -rw-r--r--
Changed the URLs to work for 2009 site.
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
<div id="left-inner">
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
  <ul>
16
443f0c122c8c css changes.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
     3
    <li><a href="/">Home</a></li>
104
06b7e950a798 Changed the URLs to work for 2009 site.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 76
diff changeset
     4
    <li><a href="/2009/submit-registration/">Registration</a></li>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
    <li>
104
06b7e950a798 Changed the URLs to work for 2009 site.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 76
diff changeset
     6
      <a href="/2009/talks-cfp/">Talks & CfP</a>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     7
      <ul>
104
06b7e950a798 Changed the URLs to work for 2009 site.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 76
diff changeset
     8
        <li><a href="/2009/talks-cfp/schedule/">Conference Schedule</a></li>
06b7e950a798 Changed the URLs to work for 2009 site.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 76
diff changeset
     9
        <li><a href="/2009/talks-cfp/tutorial/">Tutorial Schedule</a></li>
06b7e950a798 Changed the URLs to work for 2009 site.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 76
diff changeset
    10
        <li><a href="/2009/talks-cfp/sprint/">Sprint Plan &amp; Schedule</a></li>
06b7e950a798 Changed the URLs to work for 2009 site.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 76
diff changeset
    11
        <li><a href="/2009/talks-cfp/speakers/">Speakers</a></li>
40
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    12
        {% if user.is_authenticated %}
104
06b7e950a798 Changed the URLs to work for 2009 site.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 76
diff changeset
    13
          <li><a href="/2009/talks-cfp/list-talks/{{ user.id }}">My talks</a></li>
40
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    14
        {% endif %}
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    15
      </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    16
    </li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    17
    <li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    18
      About
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    19
      <ul>
104
06b7e950a798 Changed the URLs to work for 2009 site.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 76
diff changeset
    20
        <li><a href="/2009/about/accommodation/">Accommodation</a></li>
06b7e950a798 Changed the URLs to work for 2009 site.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 76
diff changeset
    21
        <li><a href="/2009/about/food/">Food</a></li>
06b7e950a798 Changed the URLs to work for 2009 site.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 76
diff changeset
    22
        <li><a href="/2009/about/venue/">The Venue</a></li>
06b7e950a798 Changed the URLs to work for 2009 site.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 76
diff changeset
    23
        <li><a href="/2009/about/reaching/">Reaching the venue</a></li>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    24
      </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    25
    </li>
104
06b7e950a798 Changed the URLs to work for 2009 site.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 76
diff changeset
    26
    <li><a href="/2009">Blog</a></li>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    27
    <!--<li><a href="/sponsorship/">Sponsorship</a></li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    28
    <li><a href="/media/">Media</a></li>-->
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    29
    {% if user.is_staff %}
104
06b7e950a798 Changed the URLs to work for 2009 site.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 76
diff changeset
    30
    <li><a href="/2009/howto/">HowTo</a></li>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    31
    {% endif %}<!--
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    32
    <li>Follow us:<br /><br />
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    33
	  <a href="http://twitter.com/scipy.in" 
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    34
	    target="_blank"
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    35
	    title="Follow us on Twitter"><img src="/img/twitter.png" /></a>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    36
	</li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    37
    <li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    38
	  <a href="http://www.flickr.com/search/?q=scipy.in" 
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    39
	    target="_blank"
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    40
	    title="Flickr"><img src="/img/flickr.png" /></a>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    41
	</li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    42
    <li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    43
	  <a href="http://www.slideshare.net/tag/scipy.in" 
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    44
	    target="_blank"
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    45
	    title="SlideShare"><img src="/img/slideshare.png" /></a>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    46
    </li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    47
    <li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    48
	  <a href="http://scipy.in.blip.tv/"
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    49
	    target="_blank"
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    50
	    title="blip.tv"><img src="/img/bliptv.gif" /></a>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    51
	</li>-->
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    52
  </ul>
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>