|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
2 | 2 | "http://www.w3.org/TR/html4/loose.dtd">
|
3 | 3 | <html>
|
4 |
| -<head> |
5 |
| - <!-- $Id: head.shtml,v 1.4 2015/01/09 23:26:41 stroeder Exp $ --> |
6 |
| - <title>python-ldap: <!--#echo var="head_title" --></title> |
7 |
| - <meta name="DESCRIPTION" content="python-ldap: <!--#echo var="head_pagedescription" -->"> |
8 |
| - <meta name="KEYWORDS" content="Directory,X.500,LDAP,Python"> |
9 |
| - <meta name="ROBOTS" content="INDEX,FOLLOW"> |
10 |
| - <link rel="STYLESHEET" HREF="style.css" TYPE="text/css"> |
11 |
| - <script language="JavaScript" type="text/javascript"> |
12 |
| - <!-- |
13 |
| - if(top.frames.length > 0) |
14 |
| - top.location.href=self.location; |
15 |
| - //--> |
16 |
| - </script> |
17 |
| -</head> |
| 4 | + <head> |
| 5 | + <!-- $Id: head.shtml,v 1.5 2016/02/17 18:56:13 stroeder Exp $ --> |
| 6 | + <title>python-ldap: <!--#echo var="head_title" --></title> |
| 7 | + <meta name="description" content="python-ldap: <!--#echo var="head_pagedescription" -->"> |
| 8 | + <meta name="keywords" content="Python,LDAP,LDIF,Directory,X.500"> |
| 9 | + <meta name="robots" content="INDEX,FOLLOW"> |
| 10 | + <meta name="revisit-after" content="5 days"> |
| 11 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 12 | + |
| 13 | + <link rel="stylesheet" HREF="style.css" TYPE="text/css"> |
| 14 | + |
| 15 | + <script type="text/javascript"> |
| 16 | + <!-- |
| 17 | + if(top.frames.length > 0) |
| 18 | + top.location.href=self.location; |
| 19 | + //--> |
| 20 | + </script> |
| 21 | + |
| 22 | + </head> |
18 | 23 |
|
19 | 24 | <body>
|
0 commit comments