Hi..  I want to implement "HELP" in my project. For time being i am
planning to do a general help by including all help contents in the
same html file(say for example-help.html). My application contains
some 10 pages (search page, login page, form submit page, report
page,...etc ) with a Help-Button. When clicking on help button, i want
to show the content in the HELP page regarding the particular page
accessed by the enduser.
Example:
-----------
help.html file seems to be

{% extends "base.html" %}
{% block content %}

Search
1.
2.
3.
Report
1.
2.
3.
etc.....
{% endblock %}
  -----------------------------------------------
If a user click help button from the report page, then it should show
the Report section  from the  help.html.
Its just like a anchor tag used to navigate within one page.

Can anyone help me out?
thanks in advance...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to