Here the old generic.html :

{{extend 'layout.html'}}
{{"""

You should not modify this file.
It is used as default when a view is not provided for your controllers

"""}}

{{=BEAUTIFY(response._vars)}}

<button
onclick="document.location='{{=URL("admin","default","design",args=request.application)}}'">admin</button>
<button onclick="jQuery('#request').slideToggle()">request</button>
<div class="hidden"
id="request"><h2>request</h2>{{=BEAUTIFY(request)}}</div>
<button onclick="jQuery('#session').slideToggle()">session</button>
<div class="hidden"
id="session"><h2>session</h2>{{=BEAUTIFY(session)}}</div>
<button onclick="jQuery('#response').slideToggle()">response</button>
<div class="hidden"
id="response"><h2>response</h2>{{=BEAUTIFY(response)}}</div>
<script>jQuery('.hidden').hide();</script>

That I copy/rename that works ok...

Richard

On Tue, Aug 9, 2011 at 2:31 PM, Richard Vézina
<[email protected]>wrote:

> Here what I got in the HTML nav. displayed when I copy/paste/rename
> generic.html for search.html for a given controller function...
>
>
> Search(<gluon.html.FORM object at 0x414eed0>, <gluon.dal.Rows object at
> 0x4c49050>)
> designrequestsessionresponsedb stats
>
>
> With the old generic.html I had the HTML rendered correctly with all the
> input and check boxes and the dropbox for equals etc.
>
> Hope it helps
>
> Richard
>
>
> On Tue, Aug 9, 2011 at 2:27 PM, Massimo Di Pierro <
> [email protected]> wrote:
>
>> can you show a code example and what is wrong with it?
>>
>> On Aug 9, 1:21 pm, Richard <[email protected]> wrote:
>> > Hello,
>> >
>> > Like in the title... I don't know if the issue have been reported
>> > already.
>> >
>> > Richard
>>
>
>

Reply via email to