Marius Onica wrote:
> > Nadmin uses frames, you could look at that. There's numerous ways to
> > do them in Midgard.
>
> Are there any docs about this ?
None specifically for frames. Frames are just HTML, and Midgard can
generate HTML. One way would be to have an active page:
<? if ($argc == 0) { /* generate frame definition */ }
elsif ($argv[0] == 'my_menu') { /* generate frame 'my_menu' */ }
elsif ($argv[0] == 'my_address') { /* generate frame 'my_address' */ }
elsif ($argv[0] == 'my_body') { /* generate frame 'my_body' */ }
else { /* generate error message */ }
?>
This is just one of many ways. You could use different page records
for each, or a mixture. No fixed way to do things.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]