2025-06-22 22:26:19 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de_AT">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
|
|
<meta name="description" content="BeCastWebEngine" />
|
|
|
|
<meta name="keywords" content="framework, development, cms,BeCastWebEngine,BeCast WebEngine" />
|
|
|
|
<meta name="author" content="becast.at" />
|
2025-06-20 19:10:23 +02:00
|
|
|
<link type="text/css" rel="stylesheet" href="{$path}themes/default/style.css" media="screen,projection" />
|
2025-06-22 22:26:19 +02:00
|
|
|
{$meta}
|
|
|
|
<title>{$sitetitle}</title>
|
|
|
|
</head>
|
|
|
|
|
2025-06-20 19:10:23 +02:00
|
|
|
<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}
|
2025-06-22 22:26:19 +02:00
|
|
|
</script><div id="sitetitle">
|
|
|
|
<img src="{$path}themes/default/images/projectx.png" />
|
|
|
|
</div>
|
|
|
|
<div id="container">
|
|
|
|
|
2025-06-20 19:10:23 +02:00
|
|
|
<div id="menu">
|
2025-06-22 22:26:19 +02:00
|
|
|
{$topnavlist}
|
2025-06-20 19:10:23 +02:00
|
|
|
</div>
|