author | Anoop Jacob Thomas <anoop@fossee.in> |
Mon, 08 Nov 2010 21:11:12 +0530 | |
changeset 206 | db5233e2f0cb |
parent 196 | d6b0220e37ab |
child 213 | 079c29b18517 |
permissions | -rw-r--r-- |
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 | 5 |
<li> |
6 |
<ul> |
|
7 |
<li> |
|
8 |
<a href="/{{ params.scope }}/about/fees/">Fees</a> |
|
9 |
</li> |
|
10 |
</ul> |
|
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/"> |
206 | 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> |
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 | 24 |
<li> |
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 | 27 |
</a> |
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 & 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 | 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 | 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 | 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 | 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 | 50 |
<li> |
51 |
<a href="/{{ params.scope }}/about/accommodation/"> |
|
52 |
Accommodation |
|
53 |
</a> |
|
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 | 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 | 64 |
<li> |
65 |
<a href="/{{ params.scope }}/about/reaching/"> |
|
66 |
Reaching the venue |
|
67 |
</a> |
|
68 |
</li> |
|
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 | 72 |
<li><a href="/{{ params.scope }}/publicity/">Publicity</a></li> |
185 | 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> |