19 lines
411 B
HTML
19 lines
411 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="iframe">
|
|
|
|
<div id="preferences-details" class="boxcontent">
|
|
<div id="introtext">
|
|
<div class="inner">
|
|
<roundcube:object name="initmessage" />
|
|
</div>
|
|
<div class="pointer-left"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|