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

48 lines
2.1 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>[% Catalyst.config.site_config.title %] - [% Catalyst.loc(template.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="[% Catalyst.config.site_config.title %] - [% Catalyst.loc(template.title) %]" />
<meta name="title" content="[% Catalyst.config.site_config.title %] - [% Catalyst.loc(template.title) %]" />
<meta name="Company" content="[% Catalyst.config.site_config.company.name %]" />
<meta name="keywords" content="CSC, VoIP, SIP, telephony, NGN, Sipwise, NGCP, sip:provider, sip:carrier, [% Catalyst.config.site_config.company.name %]" />
<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" src="/js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="/js/csc.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=' + encodeURIComponent(num) + '">' + num + '</a>');
cl_panel.render(cid);
cl_panel.show();
}
-->
</script>
</head>
<body id="[% Catalyst.language %]">
[% content %]
</body>
</html>