mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-14 14:33:02 +01:00
20 lines
677 B
Smarty
20 lines
677 B
Smarty
<?xml version="1.0"?>
|
|
<!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}{/if}</title>
|
|
<link rel="icon" type="image/png" href="images/default/favicon.png" />
|
|
<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" />
|
|
{$LSsession_css}
|
|
</head>
|
|
<body>
|
|
|
|
{include file='ls:LSdefault.tpl'}
|
|
|
|
{$LSsession_js}
|
|
|
|
</body>
|
|
</html>
|