lars
fa7bd2c6c7
increased textarea size in textfile_edit changed author field of html header splitted config_filter to config_posting and config_processing
25 lines
807 B
C#
25 lines
807 B
C#
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<title><?cs var:Config.PageTitle ?></title>
|
|
<meta http-equiv="pragma" content="no-cache" /> <!-- for browsers -->
|
|
<meta http-equiv="cache-control" content="no-cache" /> <!-- for proxys -->
|
|
<meta http-equiv="content-language" content="<?cs var:html_escape(Language) ?>" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="Author" content="devel[at]sumpfralle.de" />
|
|
<meta http-equiv="expire" content="-1d" />
|
|
<link rel="stylesheet" type="text/css" href="<?cs var:Stylesheet ?>" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="oben">
|
|
<div id="perm_nav">
|
|
<?cs var:Config.PageTitle ?>
|
|
</div>
|
|
<h1 class="oben">ezmlm-web</h1>
|
|
</div>
|
|
|