project/templates/_menu.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 29 Nov 2010 22:12:15 +0530
changeset 311 4f16278c2369
parent 301 49b56af22f04
child 312 3aa069cc2ae9
permissions -rw-r--r--
Added manage payment URL to left sidebar and made accessible only to site admins.
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>
300
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 223
diff changeset
     7
        <li>
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 223
diff changeset
     8
          <a href="/{{ params.scope }}/about/fees/">Fees</a>
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 223
diff changeset
     9
        </li>
184
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>
300
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 223
diff changeset
    13
    <a href="/{{ params.scope }}/about/dates/">Important Dates</a>
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 223
diff changeset
    14
    </li>
6e1001230377 Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 223
diff changeset
    15
    <li>
223
cfdaf8150413 changed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 217
diff changeset
    16
      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
    17
      <ul>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    18
        <li>
158
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    19
          <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
    20
        </li>
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    21
        <li>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    22
          <a href="/{{ params.scope }}/talks-cfp/schedule/">
206
db5233e2f0cb Changed left menu.
Anoop Jacob Thomas <anoop@fossee.in>
parents: 196
diff changeset
    23
            Schedule
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    24
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    25
        </li>
213
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    26
	<li>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    27
          <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
    28
            Conference
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    29
          </a>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    30
        </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
    31
        <!--
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    32
            <li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    33
              <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
    34
            Tutorial Schedule
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    35
              </a>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    36
            </li>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    37
        <li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    38
          <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
    39
            Sprint Plan &amp; Schedule
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    40
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    41
        </li>
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
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 }}/talks-cfp/speakers/">
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 178
diff changeset
    45
            Invited Speakers
112
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>
158
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    48
        {% 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
    49
        <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
    50
        {% endif %}
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    51
	
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
      </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
    </li>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    54
    <li>
213
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    55
      <a href="/{{ params.scope }}/tutorial/">
223
cfdaf8150413 changed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 217
diff changeset
    56
      Tutorials
213
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    57
      </a>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    58
    </li>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    59
    <li>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    60
      <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
    61
      Sprints
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    62
      </a>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    63
    </li>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    64
    <li>
217
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    65
      <a href="/{{ params.scope }}/certificates/">
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    66
      Certificates
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    67
      </a>
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    68
    </li>
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    69
    <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
    70
      About
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    71
      <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
    72
        <!--
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    73
            <li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    74
              <a href="/{{ params.scope }}/about/accommodation/">
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    75
		Accommodation
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    76
              </a>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    77
            </li>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    78
        <li>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    79
          <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
    80
            Food
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    81
          </a>
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    82
        </li>
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    83
        -->
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    84
        <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
    85
        <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
    86
        <!--
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    87
            <li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    88
              <a href="/{{ params.scope }}/about/reaching/">
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    89
		Reaching the venue
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    90
              </a>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    91
            </li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    92
            -->
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    93
      </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    94
    </li>
178
ec36f03fdca4 Changed bug in menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 176
diff changeset
    95
    <li><a href="/{{ params.scope }}/publicity/">Publicity</a></li>
185
7071ab9a6703 added organizers page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 184
diff changeset
    96
    <li><a href="/{{ params.scope }}/organizers/">Organizers</a></li>
301
49b56af22f04 Add a new page for Sponsors and all the boiler plate. Add responsibilities for each sponsor. Remove all the sponsor information from right hand menu.
Kadambari Devarajan <kadambari.devarajan@gmail.com>
parents: 300
diff changeset
    97
    <li><a href="/{{ params.scope }}/about/sponsors/">Sponsors</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
    98
    {% 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
    99
    <li><a href="/{{ params.scope }}/regstats/">Registration Statistics</a></li>
311
4f16278c2369 Added manage payment URL to left sidebar and made accessible only to site admins.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 301
diff changeset
   100
    <li><a href="/{{ params.scope }}/manage_payments/">Manage Payments</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
   101
    {% 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
   102
  </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   103
</div>