Author: rmeggins
Update of /cvs/dirsec/dsgw/config/es In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16950/dsgw/config/es
Modified Files: authPassword.html authSearch.html csearch.html.in 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-ntgroup.html.in display-ntperson.html.in display-org.html.in display-orgperson.html.in display-orgunit.html.in display-person.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/es/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:51 -0000 1.1.1.1 +++ authPassword.html 6 Mar 2008 22:00:14 -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/es/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:51 -0000 1.1.1.1 +++ authSearch.html 6 Mar 2008 22:00:14 -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: csearch.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/csearch.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- csearch.html.in 29 Feb 2008 20:38:11 -0000 1.2 +++ csearch.html.in 6 Mar 2008 22:00:14 -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 --> <!--csearch.html-->
Index: csearchAttr.html =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/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:51 -0000 1.1.1.1 +++ csearchAttr.html 6 Mar 2008 22:00:14 -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/es/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:14 -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/es/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:51 -0000 1.1.1.1 +++ csearchString.html 6 Mar 2008 22:00:14 -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/es/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:51 -0000 1.1.1.1 +++ csearchType.html 6 Mar 2008 22:00:14 -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/es/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:18 -0000 1.1 +++ display-country.html.in 6 Mar 2008 22:00:14 -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/es/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:51 -0000 1.1.1.1 +++ display-dnedit.html 6 Mar 2008 22:00:14 -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/es/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:51 -0000 1.1.1.1 +++ display-dneditpeople.html 6 Mar 2008 22:00:14 -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/es/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:18 -0000 1.1 +++ display-group.html.in 6 Mar 2008 22:00:14 -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/es/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:18 -0000 1.1 +++ display-groupun.html.in 6 Mar 2008 22:00:14 -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-ntgroup.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/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:18 -0000 1.1 +++ display-ntgroup.html.in 6 Mar 2008 22:00:14 -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/es/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:18 -0000 1.1 +++ display-ntperson.html.in 6 Mar 2008 22:00:14 -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/es/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:18 -0000 1.1 +++ display-org.html.in 6 Mar 2008 22:00:14 -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/es/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:18 -0000 1.1 +++ display-orgperson.html.in 6 Mar 2008 22:00:14 -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.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/display-orgunit.html.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- display-orgunit.html.in 14 Jan 2008 22:31:18 -0000 1.1 +++ display-orgunit.html.in 6 Mar 2008 22:00:14 -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/es/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:18 -0000 1.1 +++ display-person.html.in 6 Mar 2008 22:00:14 -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: edit-passwd.html =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/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:51 -0000 1.1.1.1 +++ edit-passwd.html 6 Mar 2008 22:00:14 -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/es/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:14 -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 "Buscar todo" --> <CENTER><FONT SIZE=+1> <!-- DS_SEARCHDESC -->
Index: list-Auth.html =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/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:51 -0000 1.1.1.1 +++ list-Auth.html 6 Mar 2008 22:00:14 -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 "Autenticar..." -->
<!-- @@ -52,7 +52,7 @@ <!-- PCONTEXT --> </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/es/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:51 -0000 1.1.1.1 +++ list-Groups.html 6 Mar 2008 22:00:14 -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 "Búsqueda de grupos" --> <CENTER><FONT SIZE=+1> <!-- DS_SEARCHDESC -->
Index: list-NT-Groups.html =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/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:51 -0000 1.1.1.1 +++ list-NT-Groups.html 6 Mar 2008 22:00:14 -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 "Búsqueda de grupos NT" --> <CENTER><FONT SIZE=+1> <!-- DS_SEARCHDESC -->
Index: list-NT-People.html =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/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:51 -0000 1.1.1.1 +++ list-NT-People.html 6 Mar 2008 22:00:14 -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 "Búsqueda de personas NT" --> <CENTER><FONT SIZE=+1> <!-- DS_SEARCHDESC -->
Index: list-Org-Units.html =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/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:51 -0000 1.1.1.1 +++ list-Org-Units.html 6 Mar 2008 22:00:14 -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 Organizational Units" --> <CENTER><FONT SIZE=+1> <!-- DS_SEARCHDESC -->
Index: list-Organizations.html =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/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:51 -0000 1.1.1.1 +++ list-Organizations.html 6 Mar 2008 22:00:14 -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 "Búsqueda de organizaciones" --> <CENTER><FONT SIZE=+1> <!-- DS_SEARCHDESC -->
Index: list-People.html =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/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:51 -0000 1.1.1.1 +++ list-People.html 6 Mar 2008 22:00:14 -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 "Búsqueda de personas" --> <CENTER><FONT SIZE=+1> <!-- DS_SEARCHDESC -->
Index: list-fa-Groups.html =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/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:51 -0000 1.1.1.1 +++ list-fa-Groups.html 6 Mar 2008 22:00:14 -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 "Buscar personas" --> <!-- IF "FoundEntries" -->
Index: list-fa-People.html =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/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:51 -0000 1.1.1.1 +++ list-fa-People.html 6 Mar 2008 22:00:14 -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" --> <!-- IF "FoundEntries" -->
Index: list-urlsearch.html =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/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:51 -0000 1.1.1.1 +++ list-urlsearch.html 6 Mar 2008 22:00:14 -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 "Búsqueda basada en URL" --> <CENTER><FONT SIZE=+1> <!-- DS_SEARCHDESC -->
Index: newentry.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/es/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:14 -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/es/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:51 -0000 1.1.1.1 +++ newentryName.html 6 Mar 2008 22:00:14 -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/es/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:51 -0000 1.1.1.1 +++ newentryType.html 6 Mar 2008 22:00:14 -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/es/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:14 -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/es/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:51 -0000 1.1.1.1 +++ searchString.html 6 Mar 2008 22:00:14 -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 -->
389-commits@lists.fedoraproject.org