You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
673 B
HTML
17 lines
673 B
HTML
<roundcube:object name="doctype" value="html5" />
|
|
<html>
|
|
<head>
|
|
<title><roundcube:object name="pagetitle" /></title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" id="viewport" />
|
|
<link rel="shortcut icon" href="/images/favicon.ico"/>
|
|
<link rel="stylesheet" href="/semantic-ui/semantic.min.css">
|
|
<link rel="stylesheet" type="text/css" href="/styles.css" />
|
|
<roundcube:add_label name="errortitle" />
|
|
</head>
|
|
<roundcube:if condition="!env:extwin && !env:framed" />
|
|
<body class="task-<roundcube:var name="env:task" />">
|
|
<div id="layout">
|
|
<roundcube:else />
|
|
<body class="iframe task-<roundcube:var name="env:task" />">
|
|
<roundcube:endif />
|