> 
> I want to know layout = template ?? also, midgard has some loayout
> provided??
> 

I don't remember if the layout (the stuff around the content) is called
template in Frontpage et all but lets take an example www.nemein.com

Here the layout has five distinct parts, the top part (with the nemein
logo and search form) the middle-left part (with the navigation panel
and the small banners) the middle-center part (which holds the main
content, <(content)> is called here), the middle-right part (with the
big banner and latest news) and the bottom part (with the copyright
notice). These could be style-elements with such names and then in to
styles ROOT element they could be bound together like this:

<table>
<tr><td colspan="3"><[top]></td></tr>
<tr><td><[middle-left]></td><td><(content)></td><td><[middle-right]></td></tr>
<tr><td colspan="3"><[bottom]></td></tr>
</table>

The *content* ($page->content) is placed into the middle-center part of
the *layout*. This is an oversimplification, but should explain the
basic idea


-- 
Eero af Heurlin                 [EMAIL PROTECTED]
Consultant Partner              Tel: +358 (0)20 198 6035
Nemein Solutions Oy             http://www.nemein.com/

Nadmin Studio and Midgard support at +358-20-198 6050 /
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to