project/templates/_menu.html
author Anoop Jacob Thomas<anoop@fossee.in>
Fri, 12 Nov 2010 22:08:45 +0530
changeset 223 cfdaf8150413
parent 217 29e341584aba
child 300 6e1001230377
permissions -rw-r--r--
changed the left menu.
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>
223
cfdaf8150413 changed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 217
diff changeset
    13
      Conference & 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/">
206
db5233e2f0cb Changed left menu.
Anoop Jacob Thomas <anoop@fossee.in>
parents: 196
diff changeset
    20
            Schedule
112
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>
213
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    23
	<li>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    24
          <a href="/{{ params.scope }}/talks-cfp/conference/">
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    25
            Conference
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    26
          </a>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    27
        </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
    28
        <!--
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    29
            <li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    30
              <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
    31
            Tutorial Schedule
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    32
              </a>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    33
            </li>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    34
        <li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    35
          <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
    36
            Sprint Plan &amp; Schedule
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    37
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    38
        </li>
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    39
        -->
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    40
        <li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    41
          <a href="/{{ params.scope }}/talks-cfp/speakers/">
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 178
diff changeset
    42
            Invited Speakers
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    43
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    44
        </li>
158
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    45
        {% 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
    46
        <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
    47
        {% endif %}
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    48
	
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    49
      </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    50
    </li>
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>
213
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    52
      <a href="/{{ params.scope }}/tutorial/">
223
cfdaf8150413 changed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 217
diff changeset
    53
      Tutorials
213
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    54
      </a>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    55
    </li>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    56
    <li>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    57
      <a href="/{{ params.scope }}/sprints/">
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    58
      Sprints
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    59
      </a>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    60
    </li>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    61
    <li>
217
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    62
      <a href="/{{ params.scope }}/certificates/">
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    63
      Certificates
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    64
      </a>
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    65
    </li>
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    66
    <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
    67
      About
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    68
      <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
    69
        <!--
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    70
            <li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    71
              <a href="/{{ params.scope }}/about/accommodation/">
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    72
		Accommodation
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    73
              </a>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    74
            </li>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    75
        <li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    76
          <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
    77
            Food
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    78
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    79
        </li>
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    80
        -->
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    81
        <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
    82
        <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
    83
        <!--
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    84
            <li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    85
              <a href="/{{ params.scope }}/about/reaching/">
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    86
		Reaching the venue
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    87
              </a>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    88
            </li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    89
            -->
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    90
      </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    91
    </li>
178
ec36f03fdca4 Changed bug in menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 176
diff changeset
    92
    <li><a href="/{{ params.scope }}/publicity/">Publicity</a></li>
185
7071ab9a6703 added organizers page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 184
diff changeset
    93
    <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
    94
    {% 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
    95
    <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
    96
    {% 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
    97
  </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    98
</div>