Initial checkin

This commit is contained in:
genuineparts 2025-06-20 19:10:23 +02:00
commit d75eb444fc
4304 changed files with 369634 additions and 0 deletions

28
themes/default/header.tpl Normal file
View file

@ -0,0 +1,28 @@
<!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>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Project X" />
<meta name="keywords" content="framework, developement, cms, elise,projektx,project x, projekt x, projectx" />
<meta name="author" content="becast.at" />
<link type="text/css" rel="stylesheet" href="{$path}themes/default/style.css" media="screen,projection" />
{$meta}
<title>{$sitetitle}</title>
</head>
<body onload="onLoad()">
{literal}
<script type="text/javascript">
function popup(url,args) {
ok = window.open(url,' ',args)
if (ok) return false;
else return true;
}
{/literal}
</script><div id="sitetitle">
<img src="{$path}themes/default/images/projectx.png" />
</div>
<div id="container">
<div id="menu">
{$topnavlist}
</div>