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>
|
2012-07-27 14:41:57 +02:00
|
|
|
<body class="owncloud noscroll">
|
2012-03-08 19:31:33 +01:00
|
|
|
|
|
|
|
<roundcube:include file="/includes/header.html" />
|
|
|
|
|
2012-07-27 14:41:57 +02:00
|
|
|
<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>
|