roundcubemail-plugins-kolab/plugins/owncloud/skins/larry/templates/owncloud.html

21 lines
575 B
HTML
Raw Normal View History

2012-03-08 19:31:33 +01:00
<roundcube:object name="doctype" value="html5" />
<html>
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
<link rel="stylesheet" type="text/css" href="/this/owncloud.css" />
<link rel="stylesheet" type="text/css" href="/settings.css" />
</head>
<body class="owncloud noscroll">
2012-03-08 19:31:33 +01:00
<roundcube:include file="/includes/header.html" />
<div id="mainscreen" class="uibox" style="overflow: hidden">
2012-03-08 19:31:33 +01:00
<roundcube:object name="owncloudframe" />
</div>
<roundcube:include file="/includes/footer.html" />
</body>
</html>