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.7 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="[% Catalyst.language %]">
<head>
<title>[% template.title or Catalyst.config.site_config.title %]</title>
[% FOREACH css_file = Catalyst.config.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="[% Catalyst.language %]" />
<meta name="description" content="[% template.title or Catalyst.config.site_config.title %]" />
<meta name="title" content="[% template.title or Catalyst.config.site_config.title %]" />
<meta name="Company" content="[% Catalyst.config.site_config.company.name %]" />
<meta name="keywords" content="" />
<meta name="Language" content="[% Catalyst.language %]" />
<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('[% Catalyst.loc('Actions') %]');
cl_panel.setBody('[% Catalyst.loc('call') %] <a href="/call/click2dial?d=' + num + '">' + num + '</a>');
cl_panel.render(cid);
cl_panel.show();
}
-->
</script>
</head>
<body id="[% Catalyst.language %]">
[% content %]
</body>
</html>