project/templates/_menu.html
author Anoop Jacob Thomas<anoop@fossee.in>
Thu, 21 Oct 2010 17:27:53 +0530
changeset 176 6a95fa45edf2
parent 171 049b0d998377
child 178 ec36f03fdca4
permissions -rw-r--r--
Added publicity page.
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>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
     3
    <li><a href="/{{ params.scope }}/">Home</a></li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
     4
    <li><a href="/{{ params.scope }}/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>
158
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
     6
      Talks & CfP
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>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
     8
        <li>
158
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
     9
          <a href="/{{ params.scope }}/talks-cfp/">Call for Papers</a>
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    10
        </li>
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    11
        <li>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    12
          <a href="/{{ params.scope }}/talks-cfp/schedule/">
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    13
            Conference Schedule
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    14
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    15
        </li>
105
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    16
        <!--
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    17
        <li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    18
          <a href="/{{ params.scope }}/talks-cfp/tutorial/">
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    19
            Tutorial Schedule
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    20
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    21
        </li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    22
        <li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    23
          <a href="/{{ params.scope }}/talks-cfp/sprint/">
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    24
            Sprint Plan &amp; Schedule
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    25
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    26
        </li>
170
13b97c24e6d5 Added speakers profiles and opened up the link.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 165
diff changeset
    27
         -->
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    28
        <li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    29
          <a href="/{{ params.scope }}/talks-cfp/speakers/">
171
049b0d998377 Changed the link to Invited speakers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 170
diff changeset
    30
            Inivited Speakers
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    31
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    32
        </li>
158
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    33
        {% if user.is_authenticated and user.talk_set.all %}
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    34
          <li><a href="/{{ params.scope }}/my-talks">My talks</a></li>
40
c8414e2b34ce Added my talks list page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 33
diff changeset
    35
        {% endif %}
158
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    36
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    37
      </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    38
    </li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    39
    <li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    40
      About
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    41
      <ul>
105
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    42
        <!--
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    43
        <li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    44
          <a href="/{{ params.scope }}/about/accommodation/">
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    45
            Accommodation
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    46
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    47
        </li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    48
        <li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    49
          <a href="/{{ params.scope }}/about/food/">
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    50
            Food
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    51
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    52
        </li>
105
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    53
          -->
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    54
        <li><a href="/{{ params.scope }}/about/venue/">The Venue</a></li>
165
e5c0674761e7 Added an about page for Hyderabad city and corresponding links.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 158
diff changeset
    55
        <li><a href="{% url scipycon_city params.scope %}">Host City - Hyderabad</a></li>
105
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    56
        <!--
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    57
        <li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    58
          <a href="/{{ params.scope }}/about/reaching/">
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    59
            Reaching the venue
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    60
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    61
        </li>
105
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    62
          -->
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    63
      </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    64
    </li>
176
6a95fa45edf2 Added publicity page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 171
diff changeset
    65
    <li><a href="/{% url scipycon_publicity params.scope %}">Publicity</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
    66
    {% if user.is_staff %}
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    67
    <li><a href="/{{ params.scope }}/howto/">HowTo</a></li>
96
178b89a3ca4f Removed unwanted files and made more changes to make SciPyCon a clean app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 76
diff changeset
    68
    {% 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
    69
  </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    70
</div>