phpldapadmin/header.php

13 lines
406 B
PHP
Raw Normal View History

2009-06-30 08:07:14 +00:00
<?php echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"; ?>
2009-06-30 08:05:37 +00:00
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
"http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="no-NO">
<head>
2009-06-30 08:07:14 +00:00
<title>phpLDAPadmin</title>
2009-06-30 08:05:37 +00:00
<link rel="stylesheet" href="style.css" />
<script src="entry_chooser.js"></script>
2009-06-30 08:07:14 +00:00
<script src="search_util.js"></script>
2009-06-30 08:05:37 +00:00
</head>