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.
roundcubemail/skins/elastic/includes/layout.html

22 lines
909 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, shrink-to-fit=no" id="viewport" />
<link rel="shortcut icon" href="/images/favicon.ico"/>
<link rel="stylesheet" href="/bootstrap/bootstrap.min.css">
<roundcube:if condition="config:devel_mode" />
<link rel="stylesheet/less" type="text/css" href="/styles/styles.less" />
<script src="/styles/less.min.js" data-env="development"></script>
<roundcube:else />
<link rel="stylesheet" type="text/css" href="/styles/styles.css" />
<roundcube:endif />
<roundcube:add_label name="errortitle" />
</head>
<roundcube:if condition="!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 />