16 lines
640 B
HTML
16 lines
640 B
HTML
<roundcube:include file="includes/layout.html" />
|
|
<roundcube:include file="includes/menu.html" />
|
|
|
|
<h1 class="voice"><roundcube:label name="kolab_chat.chat" /></h1>
|
|
|
|
<div class="content selected no-navbar" role="main">
|
|
<div class="header" data-hidden="lbs">
|
|
<a class="button icon menu-button" href="#menu"><span class="inner"><roundcube:label name="menu" /></span></a>
|
|
<span class="header-title"><roundcube:label name="kolab_chat.chat" /></span>
|
|
</div>
|
|
<div class="iframe-wrapper">
|
|
<roundcube:object name="contentframe" id="kolab-chat-frame" src="env:blankpage" />
|
|
</div>
|
|
</div>
|
|
|
|
<roundcube:include file="includes/footer.html" />
|