2007-11-26 09:49:33 +01:00
|
|
|
{*
|
|
|
|
* Error page template.
|
|
|
|
*
|
|
|
|
* @author Jan Dittberner <jan@dittberner.info>
|
|
|
|
* @version $Id$
|
|
|
|
* @license GPL
|
|
|
|
* @package DAVAdmin
|
|
|
|
*
|
2008-11-16 19:54:41 +01:00
|
|
|
* Copyright (c) 2007, 2008 Jan Dittberner
|
2007-11-26 09:49:33 +01:00
|
|
|
*
|
|
|
|
* This file is part of DAVAdmin.
|
|
|
|
*
|
2008-11-16 19:54:41 +01:00
|
|
|
* DAVAdmin is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation; either version 3 of the License, or
|
|
|
|
* (at your option) any later version.
|
2007-11-26 09:49:33 +01:00
|
|
|
*
|
2008-11-16 19:54:41 +01:00
|
|
|
* DAVAdmin is distributed in the hope that it will be useful, but
|
2007-11-26 09:49:33 +01:00
|
|
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
2008-11-16 19:54:41 +01:00
|
|
|
* along with DAVAdmin; if not, see <http://www.gnu.org/licenses/>.
|
2007-11-26 09:49:33 +01:00
|
|
|
*}
|
2007-11-22 00:00:58 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
2007-11-26 09:49:33 +01:00
|
|
|
<title>DAVAdmin - An error occured</title>
|
2007-11-22 00:00:58 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2007-11-26 09:49:33 +01:00
|
|
|
<h1>DAVAdmin - An error occured</h1>
|
2007-11-22 00:00:58 +01:00
|
|
|
<p>{$errormsg}</p>
|
|
|
|
</body>
|
2007-11-26 09:49:33 +01:00
|
|
|
</html>
|