You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
www_csc/root/layout/html

45 lines
1.6 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="[% site.language %]">
<head>
<title>[% template.title or site.title %]</title>
[% FOREACH css_file = site_config.css %]
<link rel="stylesheet" type="text/css" href="[% css_file %]" />
[% END %]
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="[% site.language %]" />
<meta name="description" content="[% template.title or site.title %]" />
<meta name="title" content="[% template.title or site.title %]" />
<meta name="Company" content="[% site.company.name %]" />
<meta name="keywords" content="" />
<meta name="Language" content="Deutsch" />
<link rel="stylesheet" type="text/css" href="/js/yui/build/container/assets/skins/sam/container.css" />
<script type="text/javascript" src="/js/yui/build/yahoo-dom-event/yahoo-dom-event.js"></script>
<script type="text/javascript" src="/js/yui/build/container/container.js"></script>
<script type="text/javascript">
<!--
cl_panel = new YAHOO.widget.Panel("p", {visible:false, draggable:false});
YAHOO.util.Event.addListener(window,'load', cl_panel);
function cl_pop(cid, num) {
cl_panel.setHeader('Aktionen');
cl_panel.setBody('Rufe <a href="/call/click2dial?d=' + num + '">' + num + '</a>');
cl_panel.render(cid);
cl_panel.show();
}
-->
</script>
</head>
<body id="[% site.language %]">
[% content %]
</body>
</html>