pytask/templates/_left_sidebar.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 17 Jan 2011 05:34:59 +0530
changeset 446 44c87dedbe66
parent 433 b8b8337efbb8
child 476 00b966284465
permissions -rw-r--r--
Add login properties to right menu.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
433
b8b8337efbb8 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
{% load user_tags %}
b8b8337efbb8 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
b8b8337efbb8 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
<div id="navheader">
b8b8337efbb8 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     4
Navigation
b8b8337efbb8 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
</div>
b8b8337efbb8 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     6
<ul id="nav">
b8b8337efbb8 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     7
  <li><a href="{% url home_page %}" title="home">Home</a></li>
b8b8337efbb8 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     8
  <br />
b8b8337efbb8 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     9
  <li><a href="{% url browse_tasks %}" title="tasks">Tasks</a></li>
b8b8337efbb8 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    10
  <li><a href="{% url browse_textbooks %}" title="textbook">Textbooks</a></li>
b8b8337efbb8 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    11
  <br />
b8b8337efbb8 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    12
</ul>