[cgiapp] Adding a div of fixed content to evey page. Possible?
Kurt Lidl
kurt.lidl at cello.com
Fri Oct 30 15:50:58 EDT 2009
Gurunandan R. Bhat wrote:
> Now I get it! Thanks for staying with me.
> However my point is that I cannot do this:
>
>
>> # Fill in template parameters
>> $template->param(
>> WIDGET1 => $widget1,
>> WIDGET2 => $widget2,
>> RUNMODE_CONTENT => $$output_ref,
>> );
>>
>
> for any layout - specifically where the design (HTML) of the page is such that it does not allow cleanly separating the widgets from the surrounding content.
> Unfortunately I have a layout where the business output from the runmodes cannot be cleanly separated from the fixed content (in my case a login form).
>
> However in situations where such a separation in possible, yours is an excellent and preferred solution, So Thanks
>
Can you do what you want with the "associate" option to your template?
-Kurt
More information about the cgiapp
mailing list