On Fri, Oct 30, 2009 at 11:47 AM, Gurunandan R. Bhat <[email protected]> wrote: > I want to insert a login > form on every page or a logged-in status depending on whether > $app->authen->username is defined or not (I am using > CAP-Authentication).
Why wouldn't this just be an "include" file, included into all your HTML::Templates, and the include containing some TMPL_IF logic to control whether the login form (or logged-in status) should be displayed? Mark ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################
