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 tab.

Re: Sidebars

2011-07-04 Thread Cal Leeming [Simplicity Media Ltd]
    {% if section.1 = 'help' %} >>         display stuff relating to dashboard/help only >>     {% endif %} >> {% endif %} >> >> On Mon, Jun 27, 2011 at 6:27 AM, Venkatraman S wrote: >>> >>> Hi, >>> >>> I was looking for

Re: Sidebars

2011-07-04 Thread Venkatraman S
uff relating to dashboard/help only > {% endif %} > {% endif %} > > On Mon, Jun 27, 2011 at 6:27 AM, Venkatraman S wrote: > >> Hi, >> >> I was looking for possible suggestions in implementing sidebars - i have a >> truck load of screens and need the sidebar

Re: Sidebars

2011-06-28 Thread Venkatraman S
t;/") > > > > > } > > > > > --- layout.html --- > > > {% if section.0 = 'dashboard' %} > > > display stuff relating to dashboard only > > > {% if section.1 = 'help' %} > > > display stuff relating to

Re: Sidebars

2011-06-28 Thread Hutch
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

Re: Sidebars

2011-06-28 Thread garagefan
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, Venkatr

Re: Sidebars

2011-06-27 Thread Cal Leeming [Simplicity Media Ltd]
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 wrote: > Hi, > > I was looking for possible suggestions in implementing sidebars - i have a > tr

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 a