[Fedora-directory-commits] dsgw/config/de authPassword.html, 1.1.1.1, 1.2 authSearch.html, 1.1.1.1, 1.2 csearchAttr.html, 1.1.1.1, 1.2 csearchBase.html, 1.1.1.1, 1.2 csearchString.html, 1.1.1.1, 1.2 csearchType.html, 1.1.1.1, 1.2 display-country.html.in, 1.1, 1.2 display-dnedit.html, 1.1.1.1, 1.2 display-dneditpeople.html, 1.1.1.1, 1.2 display-group.html.in, 1.1, 1.2 display-groupun.html.in, 1.1, 1.2 display-mailgroup.html.in, 1.1, 1.2 display-ntgroup.html.in, 1.1, 1.2 display-ntperson.html.in, 1.1, 1.2 display-org.html.in, 1.1, 1.2 display-orgperson.html.in, 1.1, 1.2 display-orgunit.html, 1.1.1.1, 1.2 display-person.html.in, 1.1, 1.2 display-umperson.html.in, 1.1, 1.2 edit-passwd.html, 1.1.1.1, 1.2 list-Anything.html, 1.1.1.1, 1.2 list-Auth.html, 1.1.1.1, 1.2 list-Groups.html, 1.1.1.1, 1.2 list-NT-Groups.html, 1.1.1.1, 1.2 list-NT-People.html, 1.1.1.1, 1.2 list-Org-Units.html, 1.1.1.1, 1.2 list-Organizations.html, 1.1.1.1, 1.2 list-People.html, 1.1.1.1, 1.2 list-fa-Groups.html, 1.1.1.1, 1.2 list-fa-People.html, 1.1.1.1, 1.2 list-urlsearch.html, 1.1.1.! 1, 1.2 newentry.html.in, 1.2, 1.3 newentryName.html, 1.1.1.1, 1.2 newentryType.html, 1.1.1.1, 1.2 search.html.in, 1.2, 1.3 searchString.html, 1.1.1.1, 1.2

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu Mar 6 22:00:16 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/dsgw/config/de
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16950/dsgw/config/de

Modified Files:
	authPassword.html authSearch.html csearchAttr.html 
	csearchBase.html csearchString.html csearchType.html 
	display-country.html.in display-dnedit.html 
	display-dneditpeople.html display-group.html.in 
	display-groupun.html.in display-mailgroup.html.in 
	display-ntgroup.html.in display-ntperson.html.in 
	display-org.html.in display-orgperson.html.in 
	display-orgunit.html display-person.html.in 
	display-umperson.html.in edit-passwd.html list-Anything.html 
	list-Auth.html list-Groups.html list-NT-Groups.html 
	list-NT-People.html list-Org-Units.html 
	list-Organizations.html list-People.html list-fa-Groups.html 
	list-fa-People.html list-urlsearch.html newentry.html.in 
	newentryName.html newentryType.html search.html.in 
	searchString.html 
Log Message:
Resolves: bug 435230
Description: Clean up all HTML pages (Gateway, Org Tool, Phonebook, etc)
Fix Description: This is just the first pass.  I focused mainly on the
phonebook pages, but the C code fixes will apply to dsgw too.
The goal is to make the pages clean with HTML Tidy running in Firefox 2.
Most of the template pages had to change because they had comments like
this:
<!-- ----- comment -----
HTML 4.01 does not like this - no sequence of -- or more dashes in a comment.
The other major change was the use of & instead of just a single & in
URLs for href and img src links.  However, javascript does not like the
encoded entities, so I had to add some code to make sure we use the
unencoded form in javascript, so I added another option called "entities"
to the html template code, and added a function that will convert
encoded entities to their raw form in place.
I'm also adding some debugging shell scripts that can be used to debug
CGI programs.
Platforms tested: RHEL5 x86_64
Flag day: Yes - autotool file changes.
Doc: none yet



Index: authPassword.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/authPassword.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- authPassword.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ authPassword.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!--authPassword.html-->


Index: authSearch.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/authSearch.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- authSearch.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ authSearch.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!--authSearch.html-->


Index: csearchAttr.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/csearchAttr.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- csearchAttr.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ csearchAttr.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!--csearchAttr.html-->


Index: csearchBase.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/csearchBase.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- csearchBase.html	1 Jun 2006 19:43:51 -0000	1.1.1.1
+++ csearchBase.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!--csearchBase.html-->


Index: csearchString.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/csearchString.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- csearchString.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ csearchString.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!--csearchString.html-->


Index: csearchType.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/csearchType.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- csearchType.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ csearchType.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!--csearchType.html-->


Index: display-country.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/display-country.html.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- display-country.html.in	14 Jan 2008 22:31:17 -0000	1.1
+++ display-country.html.in	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- DS_OBJECTCLASS "value=country" -->


Index: display-dnedit.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/display-dnedit.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- display-dnedit.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ display-dnedit.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- DS_ENTRYBEGIN -->


Index: display-dneditpeople.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/display-dneditpeople.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- display-dneditpeople.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ display-dneditpeople.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- DS_ENTRYBEGIN -->


Index: display-group.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/display-group.html.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- display-group.html.in	14 Jan 2008 22:31:17 -0000	1.1
+++ display-group.html.in	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- DS_OBJECTCLASS "value=groupOfNames" -->


Index: display-groupun.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/display-groupun.html.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- display-groupun.html.in	14 Jan 2008 22:31:17 -0000	1.1
+++ display-groupun.html.in	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- DS_OBJECTCLASS "value=groupOfUniqueNames" -->


Index: display-mailgroup.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/display-mailgroup.html.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- display-mailgroup.html.in	14 Jan 2008 22:31:17 -0000	1.1
+++ display-mailgroup.html.in	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- DS_OBJECTCLASS "value=rfc822mailgroup" -->


Index: display-ntgroup.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/display-ntgroup.html.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- display-ntgroup.html.in	14 Jan 2008 22:31:17 -0000	1.1
+++ display-ntgroup.html.in	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- DS_OBJECTCLASS "value=ntGroup" -->


Index: display-ntperson.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/display-ntperson.html.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- display-ntperson.html.in	14 Jan 2008 22:31:17 -0000	1.1
+++ display-ntperson.html.in	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- NT User person directory entry -->
@@ -49,7 +51,7 @@
 <!-- DS_ATTRIBUTE "attr=dn" "syntax=dn" "options=nolink" -->
 </TITLE>
 
-<SCRIPT LANGUAGE="JavaScript">
+<SCRIPT type="text/javascript">
 <!-- Hide from non-JavaScript-capable browsers
 function showVCard()
 {


Index: display-org.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/display-org.html.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- display-org.html.in	14 Jan 2008 22:31:17 -0000	1.1
+++ display-org.html.in	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- DS_OBJECTCLASS "value=organization" -->


Index: display-orgperson.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/display-orgperson.html.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- display-orgperson.html.in	14 Jan 2008 22:31:17 -0000	1.1
+++ display-orgperson.html.in	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- inet. organizational person directory entry -->
@@ -49,7 +51,7 @@
 <!-- DS_ATTRIBUTE "attr=dn" "syntax=dn" "options=nolink" -->
 </TITLE>
 
-<SCRIPT LANGUAGE="JavaScript">
+<SCRIPT type="text/javascript">
 <!-- Hide from non-JavaScript-capable browsers
 function showVCard()
 {


Index: display-orgunit.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/display-orgunit.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- display-orgunit.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ display-orgunit.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- DS_OBJECTCLASS "value=organizationalUnit" -->


Index: display-person.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/display-person.html.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- display-person.html.in	14 Jan 2008 22:31:17 -0000	1.1
+++ display-person.html.in	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- person directory entry -->
@@ -49,7 +51,7 @@
 <!-- DS_ATTRIBUTE "attr=dn" "syntax=dn" "options=nolink" -->
 </TITLE>
 
-<SCRIPT LANGUAGE="JavaScript">
+<SCRIPT type="text/javascript">
 <!-- Hide from non-JavaScript-capable browsers
 function showVCard()
 {


Index: display-umperson.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/display-umperson.html.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- display-umperson.html.in	14 Jan 2008 22:31:17 -0000	1.1
+++ display-umperson.html.in	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- U-M person directory entry -->


Index: edit-passwd.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/edit-passwd.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- edit-passwd.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ edit-passwd.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML><HEAD>
 <!-- change a directory entry's password -->
 


Index: list-Anything.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/list-Anything.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- list-Anything.html	1 Jun 2006 19:43:51 -0000	1.1.1.1
+++ list-Anything.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,7 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
 <!-- TITLE "Suche nach Beliebigem" -->
 <CENTER><FONT SIZE=+1>
 <!-- DS_SEARCHDESC -->


Index: list-Auth.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/list-Auth.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- list-Auth.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ list-Auth.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,7 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
 <!-- TITLE "Authenticate as..." -->
 
 <!--
@@ -52,7 +52,7 @@
 >
 </FORM>
 
-<SCRIPT LANGUAGE="JavaScript">
+<SCRIPT type="text/javascript">
 <!-- Hide from non-JavaScript-capable browsers
 function authSubmit(encodeddn)
 {


Index: list-Groups.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/list-Groups.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- list-Groups.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ list-Groups.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,7 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
 <!-- TITLE "Suche nach Gruppen" -->
 <CENTER><FONT SIZE=+1>
 <!-- DS_SEARCHDESC -->


Index: list-NT-Groups.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/list-NT-Groups.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- list-NT-Groups.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ list-NT-Groups.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,7 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
 <!-- TITLE "Search for NT Groups" -->
 <CENTER><FONT SIZE=+1>
 <!-- DS_SEARCHDESC -->


Index: list-NT-People.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/list-NT-People.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- list-NT-People.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ list-NT-People.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,7 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
 <!-- TITLE "Search for NT-People" -->
 <CENTER><FONT SIZE=+1>
 <!-- DS_SEARCHDESC -->


Index: list-Org-Units.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/list-Org-Units.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- list-Org-Units.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ list-Org-Units.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,7 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
 <!-- TITLE "Suche nach Geschäftsbereichen" -->
 <CENTER><FONT SIZE=+1>
 <!-- DS_SEARCHDESC -->


Index: list-Organizations.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/list-Organizations.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- list-Organizations.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ list-Organizations.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,7 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
 <!-- TITLE "Suche nach Firmen" -->
 <CENTER><FONT SIZE=+1>
 <!-- DS_SEARCHDESC -->


Index: list-People.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/list-People.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- list-People.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ list-People.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,7 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
 <!-- TITLE "Search for People" -->
 <CENTER><FONT SIZE=+1>
 <!-- DS_SEARCHDESC -->


Index: list-fa-Groups.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/list-fa-Groups.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- list-fa-Groups.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ list-fa-Groups.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,7 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
 <!-- TITLE "Suche nach Benutzern" -->
 <!-- IF "FoundEntries" -->
 


Index: list-fa-People.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/list-fa-People.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- list-fa-People.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ list-fa-People.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,7 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
 <!-- TITLE "Suche nach Benutzern" -->
 <!-- IF "FoundEntries" -->
 


Index: list-urlsearch.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/list-urlsearch.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- list-urlsearch.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ list-urlsearch.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,7 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
 <!-- TITLE "Suche nach URL" -->
 <CENTER><FONT SIZE=+1>
 <!-- DS_SEARCHDESC -->


Index: newentry.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/newentry.html.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- newentry.html.in	29 Feb 2008 20:38:11 -0000	1.2
+++ newentry.html.in	6 Mar 2008 22:00:11 -0000	1.3
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
+    "http://www.w3.org/TR/html4/frameset.dtd">
 <HTML>
 <!-- HEAD -->
 <!--newentry.html-->


Index: newentryName.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/newentryName.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- newentryName.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ newentryName.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!--newentryName.html-->


Index: newentryType.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/newentryType.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- newentryType.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ newentryType.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!--newentryType.html-->
 <!-- DS_NEWENTRY_TYPE_BODY -->


Index: search.html.in
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/search.html.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- search.html.in	29 Feb 2008 20:38:11 -0000	1.2
+++ search.html.in	6 Mar 2008 22:00:11 -0000	1.3
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
+    "http://www.w3.org/TR/html4/frameset.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- search.html -->


Index: searchString.html
===================================================================
RCS file: /cvs/dirsec/dsgw/config/de/searchString.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- searchString.html	1 Jun 2006 19:43:52 -0000	1.1.1.1
+++ searchString.html	6 Mar 2008 22:00:11 -0000	1.2
@@ -1,4 +1,4 @@
-<!-- --- BEGIN COPYRIGHT BLOCK ---
+<!-- BEGIN COPYRIGHT BLOCK
  This Program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; version 2 of the License.
@@ -34,7 +34,9 @@
  Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  Copyright (C) 2005 Red Hat, Inc.
  All rights reserved.
-  --- END COPYRIGHT BLOCK ---  -->
+  END COPYRIGHT BLOCK -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <!-- HEAD -->
 <!-- searchString.html -->




More information about the Fedora-directory-commits mailing list