Another pipelining enhancement: send also the <body> and <h1> with the
authorrich <rich>
Fri, 5 Nov 2004 12:48:59 +0000 (12:48 +0000)
committerrich <rich>
Fri, 5 Nov 2004 12:48:59 +0000 (12:48 +0000)
header, so the browser can begin downloading the background image(s)
for both while the page is being composed.

templates/page.html
templates/page_header.html

index b95e809..faa2980 100644 (file)
@@ -1,7 +1,3 @@
-<body>
-
-<h1><span>::title_html::</span></h1>
-
 ::if(navigation)::<div id="navigation_space_div"></div>::end::
 
 ::if(redirected)::
index cb3a9bf..f6aae53 100644 (file)
@@ -11,4 +11,6 @@
 ::if(has_page_css)::<link rel="stylesheet" href="/::page_html_tag::/styles.css::if(is_old_version)::?version=::old_version::::end::" type="text/css" title="Standard"/>::end::
 <link rel="icon" href="/_graphics/favicon.png" type="image/png" />
 <link rel="SHORTCUT ICON" href="/favicon.ico" type="image/x-icon" />
-</head>
\ No newline at end of file
+</head>
+<body>
+<h1><span>::title_html::</span></h1>
\ No newline at end of file