Re: Sidebars

2011-07-04 Thread Venkatraman S
On Mon, Jul 4, 2011 at 5:10 PM, Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk> wrote: > On a side note, you could have also used fixed/absolute positioning of > the element, then used jQuery show() and hide() to show the menu bar > if someone clicks on the pull out

Re: Sidebars

2011-07-04 Thread Cal Leeming [Simplicity Media Ltd]
ay stuff relating to dashboard only >>     {% if section.1 = 'help' %} >>         display stuff relating to dashboard/help only >>     {% endif %} >> {% endif %} >> >> On Mon, Jun 27, 2011 at 6:27 AM, Venkatraman S <venka...@gmail.com> wrote: >>&g

Re: Sidebars

2011-07-04 Thread Venkatraman S
ly > {% endif %} > {% endif %} > > On Mon, Jun 27, 2011 at 6:27 AM, Venkatraman S <venka...@gmail.com> wrote: > >> Hi, >> >> I was looking for possible suggestions in implementing sidebars - i have a >> truck load of screens and need the sidebar to chan

Re: Sidebars

2011-06-28 Thread Venkatraman S
equest, { > > > 'section' : page.split("/") > > > > > } > > > > > --- layout.html --- > > > {% if section.0 = 'dashboard' %} > > > display stuff relating to dashboard only > > > {% if section.1 = 'help' %} > &g

Re: Sidebars

2011-06-28 Thread Hutch
--- layout.html --- > > {% if section.0 = 'dashboard' %} > >     display stuff relating to dashboard only > >     {% if section.1 = 'help' %} > >         display stuff relating to dashboard/help only > >     {% endif %} > > {% endif %} > > > On Mon, Jun 27

Re: Sidebars

2011-06-28 Thread garagefan
if section.0 = 'dashboard' %} >     display stuff relating to dashboard only >     {% if section.1 = 'help' %} >         display stuff relating to dashboard/help only >     {% endif %} > {% endif %} > > > > > > > > On Mon, Jun 27, 2011 at 6:27 AM, Venkatraman S <ve

Re: Sidebars

2011-06-27 Thread Cal Leeming [Simplicity Media Ltd]
ly {% if section.1 = 'help' %} display stuff relating to dashboard/help only {% endif %} {% endif %} On Mon, Jun 27, 2011 at 6:27 AM, Venkatraman S <venka...@gmail.com> wrote: > Hi, > > I was looking for possible suggestions in implementing sidebars - i have a > truc

Sidebars

2011-06-26 Thread Venkatraman S
Hi, I was looking for possible suggestions in implementing sidebars - i have a truck load of screens and need the sidebar to change dynamically base don the view. Most of the siderbar-conten is just links. I was thiking of including the various sidebar options in the base.html and then include