public
Description: A content management system developed in Django, jQuery and 960
Home | Edit | New

Template Tags - ToDO

Nav Template Tag
The template tag does the following:
1. Root level navigation
Creates a ul li item for each page in the db that is marked with the boolean “in_nav”
3. This page
Simply takes the current page and creates a template tag
4. Children
Finds this page and then creates a ul li for each child and then each one of the children’s children.
Takes a parameter that allows me to designate in the tag how many levels of children to show.

Tag Cloud Template Tag
Create a way to easily drop in tag clouds.

Category Template Tag
Create a way to easily drop in categories.

Google Search Template Tag
Create a template tag that make sit easy to drop in a google search. I can do the basic js, but I need help with the tag. If it is as simple as a template tag redirrect, I can swing it, but would love input on a cool way to do it.

Last edited by davemerwin, Wed May 07 10:09:59 -0700 2008
Home | Edit | New
Versions: