Author: rmeggins
Update of /cvs/dirsec/dsgw/config In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31631/dsgw/config
Modified Files: authPassword.html.in authSearch.html.in csearch.html.in csearchAttr.html.in csearchBase.html.in csearchMatch.html.in csearchString.html.in csearchType.html.in display-dc.html.in display-dnedit.html.in display-dneditpeople.html.in 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.in list-Auth.html.in list-fa-Groups.html.in list-fa-People.html.in newentry.html.in newentryName.html.in newentryType.html.in search.html.in searchString.html.in Log Message: Resolves: bug 435230 Description: Clean up all HTML pages (Gateway, Org Tool, Phonebook, etc) Fix Description: This is the second pass. I focused mainly on the dsgw pages. Some of the fixes will apply to phonebook too. I also moved the cgi bin directory to dsgw-cgi-bin - needs to be completely separate from the admin server cgi bin directory. There are changes to dsgw-httpd.conf to reflect this as well as changes to other files. The dsgw uses a path of dsgwcmd, instead of using cgi-bin directly. This is mapped in the dsgw-httpd.conf. One problem that still remains - HTML Tidy does not like frames and framesets. The only workaround suggested is to rewrite them using divs. I'm not really up to the task right now. Platforms tested: RHEL5 x86_64 Flag day: Yes - autotool file changes. Doc: none yet
Index: authPassword.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/authPassword.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- authPassword.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ authPassword.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -48,16 +48,17 @@ <!-- DS_AUTH_PASSWORD_BODY --> <!-- DS_AUTH_PASSWORD_INFO --> <!-- DS_AUTH_PASSWORD_FORM --> -<P> +<BR> Password for <b> <!-- DS_AUTH_PASSWORD_NAME --> </b>: <INPUT NAME="password" TYPE="password" SIZE=16> -<P> +<BR> <CENTER> <TABLE BORDER=2 WIDTH=100%> <TR> <!-- DS_AUTH_PASSWORD_BUTTONS --> </TABLE> +</CENTER> </FORM> </BODY> </HTML>
Index: authSearch.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/authSearch.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- authSearch.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ authSearch.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -50,19 +50,22 @@ The first step in authenticating to the directory is identifying yourself.<br>Please type your name: <!-- DS_AUTH_SEARCH_NAME --> -<P> +<BR> <CENTER> <TABLE BORDER=1 WIDTH=100%%> <TR> <!-- DS_AUTH_SEARCH_BUTTONS --> </TABLE> +</CENTER> </FORM> -<P> +<BR> +<CENTER> <!-- DS_AUTH_AS_ROOT_FORM --> <INPUT TYPE="submit" VALUE="Authenticate as directory manager"> (only available to Directory Administrators) <INPUT TYPE="hidden" NAME="ldapsizelimit" VALUE="1000"> <INPUT TYPE="hidden" NAME="ldaptimelimit" VALUE="180"> <!-- PCONTEXT --> </FORM> +</CENTER> </BODY> </HTML>
Index: csearch.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/csearch.html.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- csearch.html.in 6 Mar 2008 22:00:10 -0000 1.3 +++ csearch.html.in 20 Mar 2008 02:18:40 -0000 1.4 @@ -43,13 +43,13 @@ <TITLE>Directory Server Gateway: Advanced Search</TITLE> <!-- DS_CSEARCH_SCRIPT --> </HEAD> -<FRAMESET ROWS=130,40,55,* BORDER=0 onLoad="init()"> +<FRAMESET ROWS="130,40,55,*" BORDER="0" onLoad="init()"> <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=csearchtitle.html" SCROLLING="NO" NORESIZE> - <FRAMESET COLS="25%,75%" BORDER=0> + <FRAMESET COLS="25%,75%" BORDER="0"> <FRAME SRC="@cgiuri@/csearch?<!-- GCONTEXT -->&file=type" NAME="searchTypeFrame" NORESIZE SCROLLING="NO"> <FRAME SRC="@cgiuri@/csearch?<!-- GCONTEXT -->&file=base" NAME="searchBaseFrame" NORESIZE SCROLLING="NO"> </FRAMESET> - <FRAMESET COLS="25%, 15%, 60%" BORDER=0> + <FRAMESET COLS="25%, 15%, 60%" BORDER="0"> <FRAME SRC="@cgiuri@/csearch?<!-- GCONTEXT -->&file=attr" NAME="searchAttrFrame" NORESIZE SCROLLING="NO"> <FRAME SRC="@cgiuri@/csearch?<!-- GCONTEXT -->&file=match" NAME="searchMatchFrame" NORESIZE SCROLLING="NO"> <FRAME SRC="@cgiuri@/csearch?<!-- GCONTEXT -->&file=string" NAME="searchStringFrame" SCROLLING="NO">
Index: csearchAttr.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/csearchAttr.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- csearchAttr.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ csearchAttr.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -41,6 +41,7 @@ <!-- HEAD --> <!--csearchAttr.html--> <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> +<TITLE>Advanced Search</TITLE> </HEAD> <!-- DS_CSEARCH_ATTR_BODY --> <!-- DS_CSEARCH_ATTR_FORM -->
Index: csearchBase.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/csearchBase.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- csearchBase.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ csearchBase.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -41,6 +41,7 @@ <!-- HEAD --> <!--csearchBase.html--> <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> +<TITLE>Advanced Search</TITLE> </HEAD> <!-- DS_CSEARCH_BASE_BODY --> <TABLE> <TR VALIGN="middle">
Index: csearchMatch.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/csearchMatch.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- csearchMatch.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ csearchMatch.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -41,6 +41,7 @@ <!-- HEAD --> <!--csearchMatch.html--> <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> +<TITLE>Advanced Search</TITLE> </HEAD> <!-- DS_CSEARCH_MATCH_BODY --> <!-- DS_CSEARCH_MATCH_FORM -->
Index: csearchString.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/csearchString.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- csearchString.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ csearchString.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -41,16 +41,17 @@ <!-- HEAD --> <!--csearchString.html--> <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> +<TITLE>Advanced Search</TITLE> </HEAD> <!-- DS_CSEARCH_STRING_BODY --> <!-- DS_CSEARCH_STRING_FORM "target=outputFrame" --> <TABLE> <TR> <TD ALIGN="left"> <INPUT NAME="searchstring" SIZE=20> </TD> <TD> -<NOBR> -<INPUT TYPE="SUBMIT" VALUE="Search" WIDTH=72> +<span style="white-space: nowrap;"> +<INPUT TYPE="SUBMIT" VALUE="Search" style="width:72"> <!-- DS_HELP_BUTTON "ASEARCH" --> -</NOBR> </TD> +</span> </TD> </TR></TABLE> <INPUT TYPE="hidden" NAME="ldapsizelimit" VALUE="1000"> <INPUT TYPE="hidden" NAME="ldaptimelimit" VALUE="180">
Index: csearchType.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/csearchType.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- csearchType.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ csearchType.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -41,6 +41,7 @@ <!-- HEAD --> <!--csearchType.html--> <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> +<TITLE>Advanced Search</TITLE> </HEAD> <!-- DS_CSEARCH_TYPE_BODY --> <!-- DS_CSEARCH_TYPE_FORM -->
Index: display-dc.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/display-dc.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- display-dc.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ display-dc.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -40,7 +40,6 @@ <HTML> <!-- HEAD --> <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> -</head> <!-- DS_OBJECTCLASS "value=domain" -->
<!-- DS_ENTRYBEGIN --> @@ -53,9 +52,9 @@ </TITLE></HEAD>
<!-- IF "!Displaying" --> -<body bgcolor="#FFFFFF" marginheight=0 marginwidth=0 leftmargin="0" topmargin="0" rightmargin="0"> +<body bgcolor="#FFFFFF" style="marginheight:0; marginwidth:0; leftmargin:0; topmargin:0; rightmargin:0"> <table width="100%" class="bgColor1" cellspacing="0" cellpadding="0" border="0"> -<tr width="100%" class="bgColor1"> +<tr style="width:100%" class="bgColor1"> <TD valign="top" class="bgColor1"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="45" border="0"></TD> <TD valign="middle" align="left" class="text15" width="100%">Domaincomponent Entry</td> </tr>
Index: display-dnedit.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/display-dnedit.html.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- display-dnedit.html.in 6 Mar 2008 22:00:10 -0000 1.3 +++ display-dnedit.html.in 20 Mar 2008 02:18:40 -0000 1.4 @@ -47,9 +47,9 @@ </TITLE> <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> </HEAD> -<body bgcolor="#FFFFFF" "onLoad='document.searchForm.searchstring.focus();'" marginheight=0 marginwidth=0 leftmargin="0" topmargin="0" rightmargin="0"> +<body bgcolor="#FFFFFF" onLoad="'document.searchForm.searchstring.focus();'" style="marginheight:0; marginwidth:0; leftmargin:0; topmargin:0; rightmargin:0"> <table width="100%" class="bgColor1" cellspacing="0" cellpadding="0" border="0"> -<tr width="100%" class="bgColor1"> +<tr style="width:100%" class="bgColor1"> <TD valign="top" class="bgColor1"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="45" border="0"></TD> <TD valign="middle" align="left" class="text15" width="100%"> Edit @@ -99,7 +99,7 @@ </TR> </TABLE>
-<P> +<br> <TABLE BORDER="2" WIDTH="100%"> <TR> <TD WIDTH="33%" ALIGN="center">
Index: display-dneditpeople.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/display-dneditpeople.html.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- display-dneditpeople.html.in 6 Mar 2008 22:00:10 -0000 1.3 +++ display-dneditpeople.html.in 20 Mar 2008 02:18:40 -0000 1.4 @@ -48,9 +48,9 @@ <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> </HEAD>
-<body bgcolor="#FFFFFF" "onLoad='document.searchForm.searchstring.focus();'" marginheight=0 marginwidth=0 leftmargin="0" topmargin="0" rightmargin="0"> +<body bgcolor="#FFFFFF" onLoad="'document.searchForm.searchstring.focus();'" style="marginheight:0; marginwidth:0; leftmargin:0; topmargin:0; rightmargin:0"> <table width="100%" class="bgColor1" cellspacing="0" cellpadding="0" border="0"> -<tr width="100%" class="bgColor1"> +<tr style="width: 100%" class="bgColor1"> <TD valign="top" class="bgColor1"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="45" border="0"></TD> <TD valign="middle" align="left" class="text15" width="100%"> Edit @@ -97,7 +97,7 @@ </TR> </TABLE>
-<P> +<BR> <TABLE BORDER="2" WIDTH="100%"> <TR> <TD WIDTH="33%" ALIGN="center">
Index: display-group.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/display-group.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- display-group.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ display-group.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -53,9 +53,9 @@ </HEAD>
<!-- IF "!Displaying" --> -<body bgcolor="#FFFFFF" marginheight=0 marginwidth=0 leftmargin="0" topmargin="0" rightmargin="0"> +<body bgcolor="#FFFFFF" style="marginheight:0; marginwidth:0; leftmargin:0; topmargin:0; rightmargin:0"> <table width="100%" class="bgColor1" cellspacing="0" cellpadding="0" border="0"> -<tr width="100%" class="bgColor1"> +<tr style="width:100%" class="bgColor1"> <TD valign="top" class="bgColor1"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="45" border="0"></TD> <TD valign="middle" align="left" class="text15" width="100%">Group Entry</td> </tr>
Index: display-groupun.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/display-groupun.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- display-groupun.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ display-groupun.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -53,9 +53,9 @@ </HEAD>
<!-- IF "!Displaying" --> -<body bgcolor="#FFFFFF" marginheight=0 marginwidth=0 leftmargin="0" topmargin="0" rightmargin="0"> +<body bgcolor="#FFFFFF" style="marginheight:0; marginwidth:0; leftmargin:0; topmargin:0; rightmargin:0"> <table width="100%" class="bgColor1" cellspacing="0" cellpadding="0" border="0"> -<tr width="100%" class="bgColor1"> +<tr style="width:100%" class="bgColor1"> <TD valign="top" class="bgColor1"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="45" border="0"></TD> <TD valign="middle" align="left" class="text15" width="100%">Group Entry</td> </tr>
Index: display-ntgroup.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/display-ntgroup.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- display-ntgroup.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ display-ntgroup.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -53,9 +53,9 @@ </HEAD>
<!-- IF "!Displaying" --> -<body bgcolor="#FFFFFF" marginheight=0 marginwidth=0 leftmargin="0" topmargin="0" rightmargin="0"> +<body bgcolor="#FFFFFF" style="marginheight:0; marginwidth:0; leftmargin:0; topmargin:0; rightmargin:0"> <table width="100%" class="bgColor1" cellspacing="0" cellpadding="0" border="0"> -<tr width="100%" class="bgColor1"> +<tr style="width:100%" class="bgColor1"> <TD valign="top" class="bgColor1"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="45" border="0"></TD> <TD valign="middle" align="left" class="text15" width="100%">NT Group Entry</td> </tr> @@ -229,7 +229,7 @@ <TD VALIGN="TOP" NOWRAP> <!-- DS_ATTRIBUTE "syntax=bool" "type=radio" "true=Yes" "false=No" "defaultvalue=FALSE" "attr=nTGroupDeleteGroup" --> </TD><TD></TD> -</TD></TR> +</TR>
<!-- IF "Adding" --> <TR>
Index: display-ntperson.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/display-ntperson.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- display-ntperson.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ display-ntperson.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -55,7 +55,7 @@ <!-- Hide from non-JavaScript-capable browsers function showVCard() { -<!-- DS_ATTRIBUTE "attr=_vcard" "options=link" "mimetype=text/x-vcard" "prefix=var cardurl=" "suffix=";" --> +<!-- DS_ATTRIBUTE "attr=_vcard" "options=link,entities" "mimetype=text/x-vcard" "prefix=var cardurl=" "suffix=";" -->
document.location.href = cardurl; } @@ -87,9 +87,9 @@ </HEAD>
<!-- IF "!Displaying" --> -<body bgcolor="#FFFFFF" marginheight=0 marginwidth=0 leftmargin="0" topmargin="0" rightmargin="0"> +<body bgcolor="#FFFFFF" style="marginheight:0; marginwidth:0; leftmargin:0; topmargin:0; rightmargin:0"> <table width="100%" class="bgColor1" cellspacing="0" cellpadding="0" border="0"> -<tr width="100%" class="bgColor1"> +<tr style="width:100%" class="bgColor1"> <TD valign="top" class="bgColor1"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="45" border="0"></TD> <TD valign="middle" align="left" class="text15" width="100%">NT Person Entry</td> </tr> @@ -195,8 +195,12 @@ <INPUT TYPE="hidden" NAME="add_objectClass" VALUE="nsaimpresence"> <!-- ENDIF // Adding -->
+<INPUT TYPE="hidden" NAME="desc_uid" VALUE="user id"> +<!-- PCONTEXT --> <INPUT TYPE="hidden" NAME="quiet" VALUE="true"> <!-- PCONTEXT --> +<INPUT TYPE="hidden" NAME="desc_uid" VALUE="user id"> +<!-- PCONTEXT --> <!-- DS_STD_COMPLETION_JS -->
<!-- IF "!Displaying" --> @@ -307,8 +311,6 @@ <TD VALIGN="TOP" NOWRAP> <!-- DS_ATTRIBUTE "attr=uid" "cols=>16" "options=unique" --> </TD></TR> -<INPUT TYPE="hidden" NAME="desc_uid" VALUE="user id"> -<!-- PCONTEXT -->
<TR> <TD VALIGN="TOP" NOWRAP @@ -354,8 +356,6 @@ <!-- DS_ATTRIBUTE "attr=nTUserDomainId" "syntax=ntuserid" "cols=>16" --> <!-- ENDIF // Adding --> </TD></TR> -<INPUT TYPE="hidden" NAME="desc_uid" VALUE="user id"> -<!-- PCONTEXT -->
<TR> <TD VALIGN="TOP" NOWRAP @@ -548,7 +548,7 @@ class="bold" <!-- ENDIF -->
Room Number:</TD>
-<TD VALIGN="TOP" NOWRAP"> +<TD VALIGN="TOP" NOWRAP> <!-- DS_ATTRIBUTE "attr=roomNumber" "cols=>8" --> </TD> <TD VALIGN="TOP"
Index: display-org.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/display-org.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- display-org.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ display-org.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -53,9 +53,9 @@ </HEAD>
<!-- IF "!Displaying" --> -<body bgcolor="#FFFFFF" marginheight=0 marginwidth=0 leftmargin="0" topmargin="0" rightmargin="0"> +<body bgcolor="#FFFFFF" style="marginheight:0; marginwidth:0; leftmargin:0; topmargin:0; rightmargin:0"> <table width="100%" class="bgColor1" cellspacing="0" cellpadding="0" border="0"> -<tr width="100%" class="bgColor1"> +<tr style="width:100%" class="bgColor1"> <TD valign="top" class="bgColor1"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="45" border="0"></TD> <TD valign="middle" align="left" class="text15" width="100%">Organization Entry</td> </tr>
Index: display-orgperson.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/display-orgperson.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- display-orgperson.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ display-orgperson.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -55,7 +55,7 @@ <!-- Hide from non-JavaScript-capable browsers function showVCard() { -<!-- DS_ATTRIBUTE "attr=_vcard" "options=link" "mimetype=text/x-vcard" "prefix=var cardurl=" "suffix=";" --> +<!-- DS_ATTRIBUTE "attr=_vcard" "options=link,entities" "mimetype=text/x-vcard" "prefix=var cardurl=" "suffix=";" -->
document.location.href = cardurl; } @@ -89,9 +89,9 @@ </HEAD>
<!-- IF "!Displaying" --> -<body bgcolor="#FFFFFF" marginheight=0 marginwidth=0 leftmargin="0" topmargin="0" rightmargin="0"> +<body bgcolor="#FFFFFF" style="marginheight:0; marginwidth:0; leftmargin:0; topmargin:0; rightmargin:0"> <table width="100%" class="bgColor1" cellspacing="0" cellpadding="0" border="0"> -<tr width="100%" class="bgColor1"> +<tr style="width: 100%" class="bgColor1"> <TD valign="top" class="bgColor1"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="45" border="0"></TD> <TD valign="middle" align="left" class="text15" width="100%">Person Entry</td> </tr> @@ -188,6 +188,8 @@
</TR></TABLE>
+<INPUT TYPE="hidden" NAME="desc_uid" VALUE="user id"> +<!-- PCONTEXT --> <!-- IF "Adding" --> <INPUT TYPE="hidden" NAME="add_objectClass" VALUE="top"> <INPUT TYPE="hidden" NAME="add_objectClass" VALUE="person"> @@ -309,8 +311,6 @@ <TD VALIGN="TOP" NOWRAP> <!-- DS_ATTRIBUTE "attr=uid" "cols=>16" "options=unique" --> </TD></TR> -<INPUT TYPE="hidden" NAME="desc_uid" VALUE="user id"> -<!-- PCONTEXT -->
<TR> <TD VALIGN="TOP" NOWRAP @@ -389,7 +389,7 @@ class="bold" <!-- ENDIF -->
Room Number:</TD>
-<TD VALIGN="TOP" NOWRAP"> +<TD VALIGN="TOP" NOWRAP> <!-- DS_ATTRIBUTE "attr=roomNumber" "cols=>8" --> </TD> <TD VALIGN="TOP"
Index: display-orgunit.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/display-orgunit.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- display-orgunit.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ display-orgunit.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -53,9 +53,9 @@ </HEAD>
<!-- IF "!Displaying" --> -<body bgcolor="#FFFFFF" marginheight=0 marginwidth=0 leftmargin="0" topmargin="0" rightmargin="0"> +<body bgcolor="#FFFFFF" style="marginheight:0; marginwidth:0; leftmargin:0; topmargin:0; rightmargin:0"> <table width="100%" class="bgColor1" cellspacing="0" cellpadding="0" border="0"> -<tr width="100%" class="bgColor1"> +<tr style="width:100%" class="bgColor1"> <TD valign="top" class="bgColor1"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="45" border="0"></TD> <TD valign="middle" align="left" class="text15" width="100%">Organizational Unit Entry</td> </tr>
Index: display-person.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/display-person.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- display-person.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ display-person.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -55,7 +55,7 @@ <!-- Hide from non-JavaScript-capable browsers function showVCard() { -<!-- DS_ATTRIBUTE "attr=_vcard" "options=link" "mimetype=text/x-vcard" "prefix=var cardurl=" "suffix=";" --> +<!-- DS_ATTRIBUTE "attr=_vcard" "options=link,entities" "mimetype=text/x-vcard" "prefix=var cardurl=" "suffix=";" -->
document.location.href = cardurl; } @@ -89,9 +89,9 @@ </HEAD>
<!-- IF "!Displaying" --> -<body bgcolor="#FFFFFF" marginheight=0 marginwidth=0 leftmargin="0" topmargin="0" rightmargin="0"> +<body bgcolor="#FFFFFF" style="marginheight:0; marginwidth:0; leftmargin:0; topmargin:0; rightmargin:0"> <table width="100%" class="bgColor1" cellspacing="0" cellpadding="0" border="0"> -<tr width="100%" class="bgColor1"> +<tr style="width:100%" class="bgColor1"> <TD valign="top" class="bgColor1"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="45" border="0"></TD> <TD valign="middle" align="left" class="text15" width="100%">Person Entry</td> </tr>
Index: edit-passwd.html =================================================================== RCS file: /cvs/dirsec/dsgw/config/edit-passwd.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- edit-passwd.html 6 Mar 2008 22:00:10 -0000 1.2 +++ edit-passwd.html 20 Mar 2008 02:18:40 -0000 1.3 @@ -51,13 +51,13 @@
<!-- DS_BEGIN_ENTRYFORM -->
-<H2><CENTER>Change password for +<CENTER><H2>Change password for <!-- DS_ATTRIBUTE "attr=dn" "syntax=dn" "options=nolink" --> </H2></CENTER>
<HR>
-<P> +<BR> <TABLE>
<!-- IF "BoundAsThisEntry" --> @@ -91,7 +91,7 @@ </TD></TR> </TABLE>
-<P> +<BR>
<TABLE BORDER=2 WIDTH="100%"> <TR>
Index: list-Anything.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/list-Anything.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- list-Anything.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ list-Anything.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -35,12 +35,19 @@ Copyright (C) 2005 Red Hat, Inc. All rights reserved. END COPYRIGHT BLOCK --> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<HTML> <!-- HEAD --> <TITLE>Search for Anything</TITLE> <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> +<SCRIPT type="text/javascript"></SCRIPT> <!-- having this empty script element here allows the code to put all of the javascript here rather than intermingled in the table elements --> </head> <BODY BGCOLOR="white">
+<!-- single-pixel gif to enforce left alignment --> +<img src="@cgiuri@/lang?<!-- GCONTEXT -->&file=pixel.gif" height="1" width="1" hspace="20" align="left" border="0"> + <!-- IF "FoundEntries" -->
<table width="85%" border="0" cellpadding="0" cellspacing="0" class="bgColor4" align="center"> @@ -148,4 +155,3 @@ <!-- ENDIF -->
<!-- ENDHTML --> -
Index: list-Auth.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/list-Auth.html.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- list-Auth.html.in 6 Mar 2008 22:00:10 -0000 1.3 +++ list-Auth.html.in 20 Mar 2008 02:18:40 -0000 1.4 @@ -78,7 +78,7 @@ <!-- IF "FoundEntries" --> Please click on the name of the entry you would like to use for authentication. </P> -<P> +<br>
<TABLE BORDER=1 CELLPADDING=4> <TR>
Index: list-fa-Groups.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/list-fa-Groups.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- list-fa-Groups.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ list-fa-Groups.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -1,6 +1,3 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" - "http://www.w3.org/TR/html4/strict.dtd"> -<html> <!-- 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 @@ -38,22 +35,24 @@ Copyright (C) 2005 Red Hat, Inc. All rights reserved. END COPYRIGHT BLOCK --> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<!-- HEAD --> <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> -<TITLE>Search for People</TITLE> +<TITLE>Search for Groups</TITLE> +<!--list-fa-Groups.html--> </head> -</body> +<body> <!-- IF "FoundEntries" -->
<!-- DS_BEGIN_ENTRYFORM --> -<FORM> <!-- DS_ENTRYBEGIN -->
<!-- DS_ENTRYEND --> <!-- DS_END_ENTRYFORM --> -</FORM>
<!-- ELSE --> <!-- DS_ALERT_NOENTRIES --> <!-- ENDIF --> -</body> <!-- ENDHTML -->
Index: list-fa-People.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/list-fa-People.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- list-fa-People.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ list-fa-People.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -1,6 +1,3 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" - "http://www.w3.org/TR/html4/strict.dtd"> -<html> <!-- 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 @@ -38,22 +35,24 @@ Copyright (C) 2005 Red Hat, Inc. All rights reserved. END COPYRIGHT BLOCK --> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<!-- HEAD --> <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> <TITLE>Search for People</TITLE> +<!--list-fa-People.html--> </head> -</body> +<body> <!-- IF "FoundEntries" -->
<!-- DS_BEGIN_ENTRYFORM --> -<FORM> <!-- DS_ENTRYBEGIN -->
<!-- DS_ENTRYEND --> <!-- DS_END_ENTRYFORM --> -</FORM>
<!-- ELSE --> <!-- DS_ALERT_NOENTRIES --> <!-- ENDIF --> -</body> <!-- ENDHTML -->
Index: newentry.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/newentry.html.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- newentry.html.in 6 Mar 2008 22:00:10 -0000 1.3 +++ newentry.html.in 20 Mar 2008 02:18:40 -0000 1.4 @@ -43,7 +43,7 @@ <TITLE>Directory Server Gateway: New Entry</TITLE> <!-- DS_NEWENTRY_SCRIPT --> </HEAD> -<FRAMESET ROWS=130,70,* BORDER=0 onLoad="init()"> +<FRAMESET ROWS="130,70,*" BORDER="0" onLoad="init()"> <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=newentrytitle.html" NORESIZE SCROLLING="NO"> <FRAME SRC="@cgiuri@/newentry?<!-- GCONTEXT -->&file=type" NAME="newentryTypeFrame" SCROLLING="NO">
Index: newentryName.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/newentryName.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- newentryName.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ newentryName.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -41,9 +41,10 @@ <!-- HEAD --> <!--newentryName.html--> <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> +<title>New Entry Name</title> </HEAD> <!-- DS_NEWENTRY_NAME_BODY --> -<p> +<br> <!-- DS_NEWENTRY_NAME_FORM --> <CENTER> <TABLE WIDTH="85%" CELLPADDING=3 CELLSPACING=3 BORDER=0> <TR> <TD> <B>Step 2.</B> Provide a name for the new @@ -54,7 +55,7 @@ :
<INPUT TYPE="text" NAME="entryname" SIZE="40"> -<P> +<br>
<B>Step 3.</B>
@@ -63,7 +64,7 @@ <!-- EVALUATE "entType.fullname" --> , or select Other and enter the complete distinguished name where this entry should be added. -<p> +<br> <!-- DS_NEWENTRY_LOCATION_SELECT --> <OPTION VALUE="">Other</OPTION> </SELECT> @@ -72,9 +73,9 @@ <!-- <INPUT TYPE="text" NAME="dnsuffix" SIZE="70" onFocus="parent.dnsuffixFocus(this.form)"> --> -<TEXTAREA NAME="dnsuffix" ROWS=2 COLS=40 WRAP="soft" onFocus="parent.dnsuffixFocus(this.form)"> +<TEXTAREA NAME="dnsuffix" ROWS=2 COLS=40 onFocus="parent.dnsuffixFocus(this.form)"> </TEXTAREA> -<P> +<br>
<B>Step 4.</B> <!-- DS_NEWENTRY_LOCATION_END --> @@ -82,11 +83,11 @@ Click Continue. You will be presented with an editable view of the entry. When you are done filling in information, save the entry. -<P> +<br>
-</TD> </TR> <TR> <TD BGCOLOR="#CCCCCC" ALIGN="middle"> +</TD> </TR> <TR> <TD BGCOLOR="#CCCCCC" ALIGN="center">
-<INPUT TYPE="submit" VALUE="Continue" WIDTH=72> +<INPUT TYPE="submit" VALUE="Continue" style="width:72"> <!-- DS_HELP_BUTTON "ADDING" --> <TD> </TR> </TABLE> </CENTER>
Index: newentryType.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/newentryType.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- newentryType.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ newentryType.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -41,6 +41,7 @@ <!-- HEAD --> <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> <!--newentryType.html--> +<title>New Entry Type</title> </head> <!-- DS_NEWENTRY_TYPE_BODY --> <!-- DS_NEWENTRY_TYPE_FORM -->
Index: search.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/search.html.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- search.html.in 6 Mar 2008 22:00:10 -0000 1.3 +++ search.html.in 20 Mar 2008 02:18:40 -0000 1.4 @@ -43,7 +43,7 @@ <TITLE>Directory Server Gateway: Standard Search</TITLE> <!-- DS_SEARCH_SCRIPT --> </HEAD> -<FRAMESET ROWS=130,100,* BORDER=0 onLoad="init()"> +<FRAMESET ROWS="130,100,*" BORDER="0" onLoad="init()"> <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=searchtitle.html" SCROLLING="NO"> <FRAME SRC="@cgiuri@/search?<!-- GCONTEXT -->&file=string" NAME=searchFrame NORESIZE SCROLLING="NO"> <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=greeting.html" NAME=outputFrame>
Index: searchString.html.in =================================================================== RCS file: /cvs/dirsec/dsgw/config/searchString.html.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- searchString.html.in 6 Mar 2008 22:00:10 -0000 1.2 +++ searchString.html.in 20 Mar 2008 02:18:40 -0000 1.3 @@ -40,6 +40,7 @@ <HTML> <!-- HEAD --> <!-- searchString.html --> +<TITLE>Simple Search</TITLE> <LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css"> </HEAD> <!-- DS_SEARCH_BODY --> @@ -62,7 +63,7 @@ <TD COLSPAN=3> <INPUT NAME="searchstring" SIZE=30>
-<INPUT TYPE="SUBMIT" VALUE="Search" WIDTH="72"> +<INPUT TYPE="SUBMIT" VALUE="Search" style="width: 72"> <!-- DS_HELP_BUTTON "SMARTSEARCH" --> </TD> </TR> </TABLE>
389-commits@lists.fedoraproject.org