| author | nishanth |
| Wed, 03 Mar 2010 05:36:21 +0530 | |
| changeset 190 | 439e419b6c13 |
| parent 175 | 10a488a6fbba |
| child 216 | ab7c24ab8d93 |
| permissions | -rw-r--r-- |
|
12
a93eebabfeb1
created forms, views, templates, actions for home_page, browse_task.
nishanth
parents:
diff
changeset
|
1 |
<html> |
|
a93eebabfeb1
created forms, views, templates, actions for home_page, browse_task.
nishanth
parents:
diff
changeset
|
2 |
<head> |
|
a93eebabfeb1
created forms, views, templates, actions for home_page, browse_task.
nishanth
parents:
diff
changeset
|
3 |
<title>{% block title %}PyTasks{% endblock %}</title>
|
|
173
b8e7a4e86b35
changed show_msg page to redirect instead of showing a link
nishanth
parents:
143
diff
changeset
|
4 |
{% block js_script %} {% endblock %}
|
|
68
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
5 |
<style type="text/css"> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
6 |
body {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
7 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
8 |
font-size: 11px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
9 |
color: #333; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
10 |
text-align: center; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
11 |
margin: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
12 |
padding: 20px 0px 20px 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
13 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
14 |
#wrapper {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
15 |
width: 956px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
16 |
padding: 10px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
17 |
margin: 0px auto 0px auto; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
18 |
height: auto; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
19 |
text-align: left; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
20 |
border: 1px solid #ddd; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
21 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
22 |
#header {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
23 |
margin: 0px; |
| 175 | 24 |
padding: 5px 0px 5px 0px; |
25 |
height: auto; |
|
|
68
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
26 |
width: auto; |
| 175 | 27 |
text-align: center; |
|
68
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
28 |
background-color: #f1f1f1; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
29 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
30 |
#container {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
31 |
padding: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
32 |
margin: 10px 0px 0px 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
33 |
background-attachment: scroll; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
34 |
background-image: url(back.gif); |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
35 |
background-repeat: repeat-y; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
36 |
background-position: 0px 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
37 |
height: auto; #default was 1% |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
38 |
width: auto; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
39 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
40 |
#left {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
41 |
margin: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
42 |
width: 160px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
43 |
padding: 10px 20px 10px 20px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
44 |
float: left; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
45 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
46 |
#nav {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
47 |
margin: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
48 |
padding: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
49 |
list-style-image: none; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
50 |
list-style-type: none; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
51 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
52 |
#nav li {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
53 |
margin: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
54 |
padding: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
55 |
display: block; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
56 |
background-attachment: scroll; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
57 |
background-image: url(bullet.gif); |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
58 |
background-repeat: no-repeat; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
59 |
background-position: 0px 50%; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
60 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
61 |
#nav li a:link, #nav li a:visited, #nav li a:active {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
62 |
color: #666; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
63 |
text-decoration: none; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
64 |
display: block; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
65 |
margin: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
66 |
padding: 3px 15px 3px 15px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
67 |
width: 130px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
68 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
69 |
#nav li a:hover {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
70 |
color: #999; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
71 |
text-decoration: none; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
72 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
73 |
#center {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
74 |
height: auto; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
75 |
width: 504px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
76 |
padding: 10px 20px 10px 20px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
77 |
float: left; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
78 |
margin: 0px 0px 0px 6px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
79 |
line-height: 1.8em; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
80 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
81 |
h1 {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
82 |
font-size: 14px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
83 |
margin: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
84 |
padding: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
85 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
86 |
#right {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
87 |
padding: 10px 20px 10px 20px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
88 |
height: auto; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
89 |
width: 160px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
90 |
float: left; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
91 |
margin: 0px 0px 0px 6px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
92 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
93 |
.clearer {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
94 |
font-size: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
95 |
line-height: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
96 |
display: block; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
97 |
margin: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
98 |
padding: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
99 |
clear: both; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
100 |
height: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
101 |
width: auto; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
102 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
103 |
#footer {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
104 |
margin: 10px 0px 0px 0px; |
| 174 | 105 |
text-align: left; |
106 |
padding: 5px 0px 5px 0px; |
|
|
68
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
107 |
background-color: #f1f1f1; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
108 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
109 |
#footer p {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
110 |
color: #999; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
111 |
margin: 0px auto 0px auto; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
112 |
padding: 0px; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
113 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
114 |
#footer a:link, #footer a:visited, #footer a:active {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
115 |
color: #999; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
116 |
text-decoration: none; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
117 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
118 |
#footer a:hover {
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
119 |
color: #ccc; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
120 |
text-decoration: none; |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
121 |
} |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
122 |
</style> |
|
12
a93eebabfeb1
created forms, views, templates, actions for home_page, browse_task.
nishanth
parents:
diff
changeset
|
123 |
</head> |
|
68
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
124 |
|
|
12
a93eebabfeb1
created forms, views, templates, actions for home_page, browse_task.
nishanth
parents:
diff
changeset
|
125 |
<body> |
|
68
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
126 |
<div id="wrapper"> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
127 |
<div id="header"> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
128 |
<h2><a href="/">PyTasks</a></h2> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
129 |
</div> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
130 |
<div id="container"> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
131 |
<div id="left"> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
132 |
<ul id="nav"> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
133 |
<li><a href="/" title="home">home</a></li> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
134 |
{% if user.is_authenticated %}
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
135 |
<li><a href="/task/browse/" title="tasks">tasks</a></li> |
|
137
e56b95298254
now requests in sidebar shows the no.of unread notifications.
nishanth
parents:
70
diff
changeset
|
136 |
<li><a href="/user/notifications/" title="notifications"> |
|
143
796ff9e279a8
now if a user accepts to be a mentor, all his pending reqs will be made invalid.
nishanth
parents:
137
diff
changeset
|
137 |
{% if user.unread_notifications.count %}
|
|
796ff9e279a8
now if a user accepts to be a mentor, all his pending reqs will be made invalid.
nishanth
parents:
137
diff
changeset
|
138 |
notifications({{user.unread_notifications.count}})
|
|
137
e56b95298254
now requests in sidebar shows the no.of unread notifications.
nishanth
parents:
70
diff
changeset
|
139 |
{% else %}
|
|
e56b95298254
now requests in sidebar shows the no.of unread notifications.
nishanth
parents:
70
diff
changeset
|
140 |
notifications |
|
e56b95298254
now requests in sidebar shows the no.of unread notifications.
nishanth
parents:
70
diff
changeset
|
141 |
{% endif %}
|
|
e56b95298254
now requests in sidebar shows the no.of unread notifications.
nishanth
parents:
70
diff
changeset
|
142 |
</a></li> |
|
e56b95298254
now requests in sidebar shows the no.of unread notifications.
nishanth
parents:
70
diff
changeset
|
143 |
<li><a href="/user/requests/" title="Requests"> |
|
143
796ff9e279a8
now if a user accepts to be a mentor, all his pending reqs will be made invalid.
nishanth
parents:
137
diff
changeset
|
144 |
{% if user.unread_requests.count %}
|
|
796ff9e279a8
now if a user accepts to be a mentor, all his pending reqs will be made invalid.
nishanth
parents:
137
diff
changeset
|
145 |
requests({{user.unread_requests.count}})
|
|
137
e56b95298254
now requests in sidebar shows the no.of unread notifications.
nishanth
parents:
70
diff
changeset
|
146 |
{% else %}
|
|
e56b95298254
now requests in sidebar shows the no.of unread notifications.
nishanth
parents:
70
diff
changeset
|
147 |
requests |
|
e56b95298254
now requests in sidebar shows the no.of unread notifications.
nishanth
parents:
70
diff
changeset
|
148 |
{% endif %}
|
|
e56b95298254
now requests in sidebar shows the no.of unread notifications.
nishanth
parents:
70
diff
changeset
|
149 |
</a></li> |
|
68
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
150 |
<br> |
| 70 | 151 |
<li><a href="/user/view/uid={{user.id}}">my profile</a></li>
|
|
68
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
152 |
<li><a href="/accounts/logout/">logout</a></li> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
153 |
{% else %}
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
154 |
<li><a href="/accounts/login/" title="login">login</a></li> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
155 |
{% endif %}
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
156 |
</ul> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
157 |
</div> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
158 |
<div id="center"> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
159 |
{% block content %}This is the default content{% endblock %}
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
160 |
</div> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
161 |
<div id="right"> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
162 |
<!--{% if user.is_authenticated %}
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
163 |
<a href="/accounts/logout">logout</a> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
164 |
{% endif %}-->
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
165 |
</div> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
166 |
<div class="clearer"> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
167 |
</div> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
168 |
</div> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
169 |
<div id="footer"> |
| 174 | 170 |
Designed by <a href="http://fossee.in">FOSSEE</a> |
|
68
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
171 |
</div> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
172 |
</div> |
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
173 |
|
|
624f9fd438e3
deleted unwanted code in user.py, added css for testing in base.html.
anoop
parents:
56
diff
changeset
|
174 |
</body> |
|
12
a93eebabfeb1
created forms, views, templates, actions for home_page, browse_task.
nishanth
parents:
diff
changeset
|
175 |
</html> |