On Fri, Jul 11, 2003 at 08:53:34AM -0500, Bill McCormick wrote: > Hi folks, > > I'm just getting started with HTML::Template (along with CGI::Application) > and my first thought is to use a template for a basic menu system, > incorporating frames for the content of each menu selection. But I > understand frames are somewhat of a dying thing; that the current trend is > to use style sheets - is that correct? > > It would not seem to make much sense to have a template for each screen with > the same menu code repeated in each template. Or am I looking at this in the > wrong way? Curious if someone might offer some examples, advice, useful > links, tips and pointers for both so that I might make the right choice for > me. > >
For the html which is the same on each screen, try using the H::T <TMPL_INCLUDE> tag. This takes the path to file which is inserted 'as is' at that point. Hope this helps, P -- ^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^ Peter Ensch, [EMAIL PROTECTED] A-1140 (214) 480 2333 ^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^ ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users
