ezmlm-web/template/header.cs

26 lines
793 B
C#
Raw Normal View History

2005-06-21 00:51:06 +02:00
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
2005-12-25 17:12:31 +01:00
<title><?cs var:Config.PageTitle ?></title>
2005-06-21 00:51:06 +02:00
<meta http-equiv="pragma" content="no-cache" /> <!-- for browsers -->
<meta http-equiv="cache-control" content="no-cache" /> <!-- for proxys -->
2005-12-25 17:12:31 +01:00
<meta http-equiv="content-language" content="<?cs var:html_escape(Language) ?>" />
2005-06-21 00:51:06 +02:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2005-12-25 17:12:31 +01:00
<meta http-equiv="Author" content="devel[at]sumpfralle.de" />
2005-06-21 00:51:06 +02:00
<meta http-equiv="expire" content="-1d" />
<link rel="stylesheet" type="text/css" href="<?cs var:Stylesheet ?>" />
</head>
<body>
2007-04-09 17:56:00 +02:00
<div id="top">
2005-12-25 17:12:31 +01:00
<div id="perm_nav">
<?cs var:Config.PageTitle ?>
</div>
2007-04-09 17:56:00 +02:00
<h1>ezmlm-web</h1>
2005-12-25 17:12:31 +01:00
</div>
2005-06-21 00:51:06 +02:00