mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-14 22:43:02 +01:00
24 lines
756 B
Smarty
24 lines
756 B
Smarty
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||
|
"http://www.w3.org/TR/html4/loose.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset={$LSencoding}">
|
||
|
<title>LdapSaisie{if $pagetitle != ''} - {$pagetitle|escape:"htmlall"}{/if}</title>
|
||
|
<link rel="icon" type="image/png" href="images/default/favicon.png" />
|
||
|
<link rel="stylesheet" type="text/css" href="{css name='base.css'}" title="Normal" />
|
||
|
<link rel="stylesheet" type="text/css" href="{css name='base_print.css'}" media='print' title="Normal" />
|
||
|
{$LSsession_css}
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
{include file='ls:LSdefault.tpl'}
|
||
|
|
||
|
{$LSsession_js}
|
||
|
|
||
|
<div id="fatal_error">
|
||
|
<h1>{tr msg="The requested page was not found."}</h1>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|