pytask/templates/_left_sidebar.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 19 Jan 2011 19:16:24 +0530
changeset 476 00b966284465
parent 446 44c87dedbe66
child 522 9ef818f841d5
permissions -rw-r--r--
Add about links to left sidebar which redirects to textbooks and fossee main pages.
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>
476
00b966284465 Add about links to left sidebar which redirects to textbooks and fossee main pages.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 446
diff changeset
    11
  <br/>
00b966284465 Add about links to left sidebar which redirects to textbooks and fossee main pages.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 446
diff changeset
    12
  <!-- This URL is intentionally hard-coded since it exists out of Django -->
00b966284465 Add about links to left sidebar which redirects to textbooks and fossee main pages.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 446
diff changeset
    13
  <h3>About</h3>
00b966284465 Add about links to left sidebar which redirects to textbooks and fossee main pages.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 446
diff changeset
    14
  <li><a href="/" title="textbook">FOSSEE</a></li>
00b966284465 Add about links to left sidebar which redirects to textbooks and fossee main pages.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 446
diff changeset
    15
  <li><a href="/textbooks" title="textbook">Textbook Project</a></li>
433
b8b8337efbb8 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    16
  <br />
b8b8337efbb8 Restructure the entire base template and move the left sidebar to another subtemplate.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    17
</ul>