18 lines
537 B
HTML
18 lines
537 B
HTML
<roundcube:object name="doctype" value="html5" />
|
|
<html>
|
|
<head>
|
|
<title><roundcube:object name="pagetitle" /></title>
|
|
<roundcube:include file="/includes/links.html" />
|
|
</head>
|
|
<body class="kolab-chat noscroll">
|
|
|
|
<roundcube:include file="/includes/header.html" />
|
|
|
|
<div id="mainscreen" class="uibox" style="overflow: hidden">
|
|
<roundcube:object name="contentframe" id="kolab-chat-frame" style="width:100%; height:100%" frameborder="0" src="env:blankpage" />
|
|
</div>
|
|
|
|
<roundcube:include file="/includes/footer.html" />
|
|
|
|
</body>
|
|
</html>
|