pytask/templates/_left_sidebar.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 04 Feb 2011 16:37:22 +0530
changeset 556 a0e57ca7cf56
parent 522 9ef818f841d5
permissions -rw-r--r--
Style fixes.
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 />
522
9ef818f841d5 Disable Task creation and related activities for now.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 476
diff changeset
     9
<!--  <li><a href="{% url browse_tasks %}" title="tasks">Tasks</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
    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>