project/templates/_menu.html
author primal primal007@gmail.com
Fri, 02 Dec 2011 15:56:57 +0530
branch2011
changeset 468 8474b14179cf
parent 463 f54903f0c28e
child 471 7b4e105b68ba
permissions -rw-r--r--
Change in schedule
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>
380
740cba745458 commented out links to download slides and videos
Parth buch <parth.buch.115@gmail.com>
parents: 371
diff changeset
     4
    <!-- <li>
428
d7fefdb4b947 replaced django url tags with get_absolute_url
Parth buch <parth.buch.115@gmail.com>
parents: 423
diff changeset
     5
      <a href="/{{ params.scope }}/download_slides/">
369
7ea06f159d15 Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 362
diff changeset
     6
        Download Slides <font color="red">(New)</font>
7ea06f159d15 Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 362
diff changeset
     7
      </a>
7ea06f159d15 Add the slides from the Conference and Tutorials to the new section.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 362
diff changeset
     8
    </li>
371
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents: 369
diff changeset
     9
    <li>
428
d7fefdb4b947 replaced django url tags with get_absolute_url
Parth buch <parth.buch.115@gmail.com>
parents: 423
diff changeset
    10
      <a href="/{{ params.scope }}/download_videos/">
371
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents: 369
diff changeset
    11
        Download Videos <font color="red">(New)</font>
f2b47f5dac06 Changes to put a download videos link and page on scipy.in
Amit Sethi
parents: 369
diff changeset
    12
      </a>
380
740cba745458 commented out links to download slides and videos
Parth buch <parth.buch.115@gmail.com>
parents: 371
diff changeset
    13
    </li> -->
416
ddbb94b8bb22 added links to Registration and Fees page
Parth buch <parth.buch.115@gmail.com>
parents: 412
diff changeset
    14
    <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
    15
    <li>
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    16
      <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
    17
        <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
    18
          <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
    19
        </li>
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    20
      </ul>
416
ddbb94b8bb22 added links to Registration and Fees page
Parth buch <parth.buch.115@gmail.com>
parents: 412
diff changeset
    21
    </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
    22
    <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
    23
    <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
    24
    </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
    25
    <li>
387
2c57790fdba9 changed a small typo
Parth buch <parth.buch.115@gmail.com>
parents: 381
diff changeset
    26
      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
    27
      <ul>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    28
        <li>
158
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    29
          <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
    30
        </li>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    31
          <a href="/{{ params.scope }}/talks-cfp/schedule/">
206
db5233e2f0cb Changed left menu.
Anoop Jacob Thomas <anoop@fossee.in>
parents: 196
diff changeset
    32
            Schedule
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    33
          </a>
446
e98f6525c7b0 Declaring the conf schedule
Parth buch <parth.buch.115@gmail.com>
parents: 430
diff changeset
    34
		<li>
213
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    35
          <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
    36
            Conference
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    37
          </a>
446
e98f6525c7b0 Declaring the conf schedule
Parth buch <parth.buch.115@gmail.com>
parents: 430
diff changeset
    38
        </li>
447
f91c329e13b5 activated the tutorials schedule
Parth buch <parth.buch.115@gmail.com>
parents: 446
diff changeset
    39
        <li>
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    40
              <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
    41
            Tutorial Schedule
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    42
              </a>
447
f91c329e13b5 activated the tutorials schedule
Parth buch <parth.buch.115@gmail.com>
parents: 446
diff changeset
    43
        </li>
454
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 447
diff changeset
    44
        <li>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    45
          <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
    46
            Sprint Plan &amp; Schedule
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    47
          </a>
454
2d3479837338 Added the sprint page
Parth buch <parth.buch.115@gmail.com>
parents: 447
diff changeset
    48
        </li>
423
d4316aad59ea activated the speakers link
Parth buch <parth.buch.115@gmail.com>
parents: 416
diff changeset
    49
        <li>
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    50
          <a href="/{{ params.scope }}/talks-cfp/speakers/">
180
5787f3cb8c01 Added the registration fee page.
Kadambari Devarajan
parents: 178
diff changeset
    51
            Invited Speakers
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    52
          </a>
423
d4316aad59ea activated the speakers link
Parth buch <parth.buch.115@gmail.com>
parents: 416
diff changeset
    53
        </li>
158
3bf819c654a7 Enable talks and CFP in templates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 123
diff changeset
    54
        {% 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
    55
        <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
    56
        {% endif %}
184
889a396bf8b9 Fixed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 180
diff changeset
    57
	
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    58
      </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    59
    </li>
392
566daf404839 changed the menu to remove links not currently required
Parth buch <parth.buch.115@gmail.com>
parents: 388
diff changeset
    60
    <!-- <li>
213
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    61
      <a href="/{{ params.scope }}/tutorial/">
223
cfdaf8150413 changed the left menu.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 217
diff changeset
    62
      Tutorials
213
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    63
      </a>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    64
    </li>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    65
    <li>
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    66
      <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
    67
      Sprints
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    68
      </a>
392
566daf404839 changed the menu to remove links not currently required
Parth buch <parth.buch.115@gmail.com>
parents: 388
diff changeset
    69
    </li> -->
213
079c29b18517 Made sprints page, tutorials page and conference schedule page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 206
diff changeset
    70
    <li>
217
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    71
      <a href="/{{ params.scope }}/certificates/">
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    72
      Certificates
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    73
      </a>
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    74
    </li>
29e341584aba Added certificates page.
Anoop Jacob Thomas<anoop@fossee.in>
parents: 213
diff changeset
    75
    <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
    76
      About
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>
392
566daf404839 changed the menu to remove links not currently required
Parth buch <parth.buch.115@gmail.com>
parents: 388
diff changeset
    78
        <!-- <li>
337
f3e61d6bf78f Updated website about Food.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 313
diff changeset
    79
          <a href="/{{ params.scope }}/about/accommodation/">
f3e61d6bf78f Updated website about Food.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 313
diff changeset
    80
          Accommodation
112
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>
337
f3e61d6bf78f Updated website about Food.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 313
diff changeset
    83
        <li>
f3e61d6bf78f Updated website about Food.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 313
diff changeset
    84
          <a href="/{{ params.scope }}/about/food/">Food</a>
392
566daf404839 changed the menu to remove links not currently required
Parth buch <parth.buch.115@gmail.com>
parents: 388
diff changeset
    85
        </li> -->
112
d4ec8917713e Added params.scope prefix to all the URLs.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    86
        <li><a href="/{{ params.scope }}/about/venue/">The Venue</a></li>
428
d7fefdb4b947 replaced django url tags with get_absolute_url
Parth buch <parth.buch.115@gmail.com>
parents: 423
diff changeset
    87
        <!-- <li><a href="/{{ params.scope }}/about/city/">Host City - Mumbai</a></li> -->
362
e321545caadf Adding reaching venue page.
Puneeth Chaganti <punchagan@fossee.in>
parents: 337
diff changeset
    88
        <li>
e321545caadf Adding reaching venue page.
Puneeth Chaganti <punchagan@fossee.in>
parents: 337
diff changeset
    89
          <a href="/{{ params.scope }}/about/reaching/">Reaching the venue</a>
e321545caadf Adding reaching venue page.
Puneeth Chaganti <punchagan@fossee.in>
parents: 337
diff changeset
    90
        </li>
463
f54903f0c28e Added contact page
primal primal007@gmail.com
parents: 454
diff changeset
    91
	<li>
f54903f0c28e Added contact page
primal primal007@gmail.com
parents: 454
diff changeset
    92
          <a href="/{{ params.scope }}/about/contact/">Contact us</a>
f54903f0c28e Added contact page
primal primal007@gmail.com
parents: 454
diff changeset
    93
        </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
      </ul>
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    95
    </li>
400
0912ee6cf799 removed publicity and organizers from the menu
Parth buch <parth.buch.115@gmail.com>
parents: 392
diff changeset
    96
    <!-- <li><a href="/{{ params.scope }}/publicity/">Publicity</a></li>
0912ee6cf799 removed publicity and organizers from the menu
Parth buch <parth.buch.115@gmail.com>
parents: 392
diff changeset
    97
    <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
    98
    <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
    99
    {% 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
   100
    <li><a href="/{{ params.scope }}/regstats/">Registration Statistics</a></li>
312
3aa069cc2ae9 Made manage payment available only to admin not to staff, bug fix, previous commit log is misleading.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 311
diff changeset
   101
    {% endif %}
3aa069cc2ae9 Made manage payment available only to admin not to staff, bug fix, previous commit log is misleading.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 311
diff changeset
   102
    {% if user.is_superuser %}
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
   103
    <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
   104
    {% 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
   105
  </ul>
468
8474b14179cf Change in schedule
primal primal007@gmail.com
parents: 463
diff changeset
   106
    <div style="width:250px;height:100px;border:1px solid blue;">
8474b14179cf Change in schedule
primal primal007@gmail.com
parents: 463
diff changeset
   107
Important information for Participants: <br/>
8474b14179cf Change in schedule
primal primal007@gmail.com
parents: 463
diff changeset
   108
You are requested to approach the <b>Scipy Kiosk 
8474b14179cf Change in schedule
primal primal007@gmail.com
parents: 463
diff changeset
   109
setup</b> beside the Main Gate, to collect your 
8474b14179cf Change in schedule
primal primal007@gmail.com
parents: 463
diff changeset
   110
room keys & <br/>for other information.
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
   111
</div>
468
8474b14179cf Change in schedule
primal primal007@gmail.com
parents: 463
diff changeset
   112
</div>