project/templates/_menu.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 02 Nov 2010 22:35:02 +0530
changeset 196 d6b0220e37ab
parent 185 7071ab9a6703
child 206 db5233e2f0cb
permissions -rw-r--r--
Add the URL in the menu template for registration statistics.
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>
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
     5
    <li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
     6
      <ul>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
     7
	<li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
     8
	  <a href="/{{ params.scope }}/about/fees/">Fees</a>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
     9
	</li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    10
      </ul>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    11
    </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
    12
    <li>
158
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    13
      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
    14
      <ul>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    15
        <li>
158
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    16
          <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
    17
        </li>
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    18
        <li>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    19
          <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
    20
            Conference Schedule
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    21
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    22
        </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
    23
        <!--
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    24
            <li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    25
              <a href="/{{ params.scope }}/talks-cfp/tutorial/">
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    26
            Tutorial Schedule
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    27
              </a>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    28
            </li>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    29
        <li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    30
          <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
    31
            Sprint Plan &amp; Schedule
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    32
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    33
        </li>
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    34
        -->
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    35
        <li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    36
          <a href="/{{ params.scope }}/talks-cfp/speakers/">
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 178
diff changeset
    37
            Invited Speakers
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    38
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    39
        </li>
158
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    40
        {% if user.is_authenticated and user.talk_set.all %}
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    41
        <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
    42
        {% endif %}
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    43
	
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    44
      </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    45
    </li>
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
      About
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    48
      <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
    49
        <!--
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    50
            <li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    51
              <a href="/{{ params.scope }}/about/accommodation/">
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    52
		Accommodation
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    53
              </a>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    54
            </li>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    55
        <li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    56
          <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
    57
            Food
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    58
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    59
        </li>
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    60
        -->
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    61
        <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
    62
        <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
    63
        <!--
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    64
            <li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    65
              <a href="/{{ params.scope }}/about/reaching/">
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    66
		Reaching the venue
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    67
              </a>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    68
            </li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    69
            -->
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    70
      </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    71
    </li>
178
ec36f03fdca4 Changed bug in menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 176
diff changeset
    72
    <li><a href="/{{ params.scope }}/publicity/">Publicity</a></li>
185
7071ab9a6703 added organizers page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 184
diff changeset
    73
    <li><a href="/{{ params.scope }}/organizers/">Organizers</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
    74
    {% if user.is_staff %}
196
d6b0220e37ab Add the URL in the menu template for registration statistics.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 185
diff changeset
    75
    <li><a href="/{{ params.scope }}/regstats/">Registration Statistics</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
    76
    {% 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
    77
  </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    78
</div>