2009-10-31 02:33:01 +01:00
|
|
|
<?xml version="1.0"?>
|
2008-02-26 18:40:05 +01:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
2009-10-31 02:33:01 +01:00
|
|
|
<meta http-equiv="content-type" content="text/html; charset={$LSencoding}">
|
2008-02-26 18:40:05 +01:00
|
|
|
<title>LdapSaisie{if $pagetitle != ''} - {$pagetitle}{/if}</title>
|
2009-10-31 02:33:01 +01:00
|
|
|
<link rel="icon" type="image/png" href="images/default/favicon.png" />
|
2008-10-09 03:31:33 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="{$LS_CSS_DIR}/base.css" title="Normal" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="{$LS_CSS_DIR}/base_print.css" media='print' title="Normal" />
|
2008-02-26 18:40:05 +01:00
|
|
|
{$LSsession_css}
|
|
|
|
</head>
|
|
|
|
<body>
|
2009-10-31 02:33:01 +01:00
|
|
|
|
|
|
|
{include file='LSdefault.tpl'}
|
|
|
|
|
|
|
|
{$LSsession_js}
|
|
|
|
|
2008-02-26 18:40:05 +01:00
|
|
|
</body>
|
|
|
|
</html>
|