source: subversion/trunk/roundcubemail/skins/larry/templates/error.html @ 5534

Last change on this file since 5534 was 5534, checked in by thomasb, 18 months ago

Make errors look good in larry; add some chrome-specific styles

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Date Author Revision
File size: 320 bytes
Line 
1<!DOCTYPE html>
2<html>
3<head>
4<title><roundcube:object name="pagetitle" /></title>
5<roundcube:include file="/includes/links.html" />
6</head>
7<body>
8
9<roundcube:include file="/includes/header.html" />
10
11<div class="uibox errobox" style="width:40em; margin:60px auto; padding:20px">
12$__page_content
13</div>
14
15</body>
16</html>
Note: See TracBrowser for help on using the repository browser.