[% # This helper should be included in files which will be served as # top-level responses (i.e. documents on their own); this includes # UI/login.html, UI/logout.html, UI/main.html and various UI/setup/ pages # Most LedgerSMB responses are handled by the 'xhr' Dojo module, which # *only* needs opening and closing BODY tags to be there (for now). -%] [% title %] [%# HTML Snippet, for import only %] [% # source comment only! # # don't specify a title on the stylesheets: we want them to be # *persistent* # http://www.w3.org/TR/html401/present/styles.html#h-14.3.1 %] [% IF form.stylesheet %] [% ELSIF stylesheet %] [% END %] [% FOREACH s = include_stylesheet %] [% END %] [% IF warn_expire %] [% END %] [% FOREACH s = include_script %] [% END %] [% BLOCK end_html %] [% END %]