2008-10-17 19:39:39 -06:00
|
|
|
% for(h in $extraHttpHeaders) echo $h
|
2007-05-28 20:58:00 -06:00
|
|
|
Content-Type: text/html
|
|
|
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
|
|
<head>
|
|
|
|
|
2008-09-21 09:01:51 -06:00
|
|
|
<title>%($pageTitle%)</title>
|
2007-05-28 20:58:00 -06:00
|
|
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
<meta name="author" content="k" />
|
|
|
|
|
2007-06-27 23:23:12 -06:00
|
|
|
% if (! ~ $#meta_description 0)
|
|
|
|
% echo ' <meta name="description" content="'$"meta_description'" />'
|
|
|
|
% if (! ~ $#meta_keywords 0)
|
|
|
|
% echo ' <meta name="keywords" content="'$"meta_keywords'" />'
|
|
|
|
|
2008-03-15 14:01:31 -06:00
|
|
|
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen, handheld" title="default" />
|
2007-08-07 05:49:37 -06:00
|
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
|
2007-06-17 21:31:14 -06:00
|
|
|
% if (test -f $sitedir/_style.css) {
|
|
|
|
<link rel="stylesheet" href="/_style.css" type="text/css" media="screen" title="default" />
|
|
|
|
% }
|
2007-06-27 23:23:12 -06:00
|
|
|
|
2008-09-24 12:21:32 -06:00
|
|
|
% h = `{ get_lib_file headers.inc}
|
2008-09-04 17:28:30 -06:00
|
|
|
% if(! ~ $#h 0)
|
|
|
|
% cat $h
|
|
|
|
|
2009-02-01 12:04:28 -07:00
|
|
|
%($"extraHeaders%)
|
2007-06-27 23:23:12 -06:00
|
|
|
|
2007-05-28 20:58:00 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|