[Fedora-directory-commits] dsgw/html alert.html.in, NONE, 1.1 auth.html.in, NONE, 1.1 authroot.html.in, NONE, 1.1 authtitle.html.in, NONE, 1.1 confirm.html.in, NONE, 1.1 csearchtitle.html.in, NONE, 1.1 greeting.html.in, NONE, 1.1 index.html.in, NONE, 1.1 maintitle.html.in, NONE, 1.1 newentrytitle.html.in, NONE, 1.1 searchtitle.html.in, NONE, 1.1 alert.html, 1.1.1.1, NONE auth.html, 1.1.1.1, NONE authroot.html, 1.1.1.1, NONE authtitle.html, 1.1.1.1, NONE confirm.html, 1.1.1.1, NONE csearchtitle.html, 1.1.1.1, NONE greeting.html, 1.1.1.1, NONE index.html, 1.1.1.1, NONE maintitle.html, 1.1.1.1, NONE newentrytitle.html, 1.1.1.1, NONE searchtitle.html, 1.1.1.1, NONE

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Mon Jan 14 22:31:22 UTC 2008


Author: nkinder

Update of /cvs/dirsec/dsgw/html
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7982/html

Added Files:
	alert.html.in auth.html.in authroot.html.in authtitle.html.in 
	confirm.html.in csearchtitle.html.in greeting.html.in 
	index.html.in maintitle.html.in newentrytitle.html.in 
	searchtitle.html.in 
Removed Files:
	alert.html auth.html authroot.html authtitle.html confirm.html 
	csearchtitle.html greeting.html index.html maintitle.html 
	newentrytitle.html searchtitle.html 
Log Message:
General templating work for DSGW CGI URI's.


--- NEW FILE alert.html.in ---
<!-- --- 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.

 This Program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 You should have received a copy of the GNU General Public License along with
 this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.

 In addition, as a special exception, Red Hat, Inc. gives You the additional
 right to link the code of this Program with code not covered under the GNU
 General Public License ("Non-GPL Code") and to distribute linked combinations
 including the two, subject to the limitations in this paragraph. Non-GPL Code
 permitted under this exception must only link to the code of this Program
 through those well defined interfaces identified in the file named EXCEPTION
 found in the source code files (the "Approved Interfaces"). The files of
 Non-GPL Code may instantiate templates or use macros or inline functions from
 the Approved Interfaces without causing the resulting work to be covered by
 the GNU General Public License. Only Red Hat, Inc. may make changes or
 additions to the list of Approved Interfaces. You must obey the GNU General
 Public License in all respects for all of the Program code and other code used
 in conjunction with the Program except the Non-GPL Code covered by this
 exception. If you modify this file, you may extend this exception to your
 version of the file, but you are not obligated to do so. If you do not wish to
 provide this exception without modification, you must delete this exception
 statement from your version and license this file solely under the GPL without
 exception. 

 
 Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
  --- END COPYRIGHT BLOCK ---  -->
<HTML>
<HEAD>
<TITLE>
<!-- DS_POSTEDVALUE "NAME=TITLE" -->
</title>
<LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css">
</HEAD>

<BODY onLoad="document.OK.btn.focus();" bgcolor="#CCCCCC">
<TABLE cols=2 width="100%"><TR VALIGN=CENTER>
<TD ALIGN=CENTER WIDTH=32><IMG SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=alert.gif" HEIGHT=32 WIDTH=32 BORDER="0" ALT="Alert"></TD>
<TD>
<!-- DS_POSTEDVALUE "NAME=MSG" -->
</TD></TR></TABLE>
<FORM NAME=OK><CENTER>
<!-- DS_CLOSEBUTTON "NAME=btn" "LABEL=  OK  " -->
</CENTER></FORM>
</BODY></HTML>


--- NEW FILE auth.html.in ---
<!-- --- 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.

 This Program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 You should have received a copy of the GNU General Public License along with
 this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.

 In addition, as a special exception, Red Hat, Inc. gives You the additional
 right to link the code of this Program with code not covered under the GNU
 General Public License ("Non-GPL Code") and to distribute linked combinations
 including the two, subject to the limitations in this paragraph. Non-GPL Code
 permitted under this exception must only link to the code of this Program
 through those well defined interfaces identified in the file named EXCEPTION
 found in the source code files (the "Approved Interfaces"). The files of
 Non-GPL Code may instantiate templates or use macros or inline functions from
 the Approved Interfaces without causing the resulting work to be covered by
 the GNU General Public License. Only Red Hat, Inc. may make changes or
 additions to the list of Approved Interfaces. You must obey the GNU General
 Public License in all respects for all of the Program code and other code used
 in conjunction with the Program except the Non-GPL Code covered by this
 exception. If you modify this file, you may extend this exception to your
 version of the file, but you are not obligated to do so. If you do not wish to
 provide this exception without modification, you must delete this exception
 statement from your version and license this file solely under the GPL without
 exception. 

 
 Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
  --- END COPYRIGHT BLOCK ---  -->
<HTML>
<HEAD>
<TITLE>
Directory Server Gateway: Authenticate
</TITLE>
</HEAD>

<FRAMESET ROWS=130,* BORDER=0>
    <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=authtitle.html" NAME="authTitleFrame" NORESIZE
	    SCROLLING="NO">
    <FRAME SRC="@cgiuri@/auth?<!-- GCONTEXT -->" NAME="authFrame" SCROLLING="auto">
</FRAMESET>
<NOFRAMES>
<H3>Frames-capable browser required</H3>
Sorry, but in order to use the Directory Server Gateway, you
must use a browser which supports HTML forms and JavaScript, such
as Mozilla Firefox.  To learn how to obtain Firefox, visit the
<A HREF="http://www.mozilla.org">Mozilla Home Page</A>.
</NOFRAMES>
</HTML>


--- NEW FILE authroot.html.in ---
<!-- --- 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.

 This Program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 You should have received a copy of the GNU General Public License along with
 this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.

 In addition, as a special exception, Red Hat, Inc. gives You the additional
 right to link the code of this Program with code not covered under the GNU
 General Public License ("Non-GPL Code") and to distribute linked combinations
 including the two, subject to the limitations in this paragraph. Non-GPL Code
 permitted under this exception must only link to the code of this Program
 through those well defined interfaces identified in the file named EXCEPTION
 found in the source code files (the "Approved Interfaces"). The files of
 Non-GPL Code may instantiate templates or use macros or inline functions from
 the Approved Interfaces without causing the resulting work to be covered by
 the GNU General Public License. Only Red Hat, Inc. may make changes or
 additions to the list of Approved Interfaces. You must obey the GNU General
 Public License in all respects for all of the Program code and other code used
 in conjunction with the Program except the Non-GPL Code covered by this
 exception. If you modify this file, you may extend this exception to your
 version of the file, but you are not obligated to do so. If you do not wish to
 provide this exception without modification, you must delete this exception
 statement from your version and license this file solely under the GPL without
 exception. 

 
 Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
  --- END COPYRIGHT BLOCK ---  -->
<HTML>
<HEAD>
<TITLE>
Directory Server Gateway: Authenticate
</TITLE>
</HEAD>
<FRAMESET ROWS=130,* BORDER=0>
    <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=authtitle.html" NAME="authTitleFrame" NORESIZE
	    SCROLLING="NO" MARGINHEIGHT=6 MARGINWIDTH=8>
    <FRAME SRC="@cgiuri@/auth?MANAGER&<!-- GCONTEXT -->" NAME="authFrame" 
NORESIZE SCROLLING="auto" MARGINHEIGHT=8 MARGINWIDTH=8>
</FRAMESET>
<NOFRAMES>
<H3>Frames-capable browser required</H3>
Sorry, but in order to use the Directory Server Gateway, you
must use a browser which supports HTML forms and JavaScript, such
as Mozilla Firefox.  To learn how to obtain Firefox, visit the
<A HREF="http://www.mozilla.org">Mozilla Home Page</A>.
</NOFRAMES>
</HTML>


--- NEW FILE authtitle.html.in ---
<!-- --- 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.

 This Program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 You should have received a copy of the GNU General Public License along with
 this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.

 In addition, as a special exception, Red Hat, Inc. gives You the additional
 right to link the code of this Program with code not covered under the GNU
 General Public License ("Non-GPL Code") and to distribute linked combinations
 including the two, subject to the limitations in this paragraph. Non-GPL Code
 permitted under this exception must only link to the code of this Program
 through those well defined interfaces identified in the file named EXCEPTION
 found in the source code files (the "Approved Interfaces"). The files of
 Non-GPL Code may instantiate templates or use macros or inline functions from
 the Approved Interfaces without causing the resulting work to be covered by
 the GNU General Public License. Only Red Hat, Inc. may make changes or
 additions to the list of Approved Interfaces. You must obey the GNU General
 Public License in all respects for all of the Program code and other code used
 in conjunction with the Program except the Non-GPL Code covered by this
 exception. If you modify this file, you may extend this exception to your
 version of the file, but you are not obligated to do so. If you do not wish to
 provide this exception without modification, you must delete this exception
 statement from your version and license this file solely under the GPL without
 exception. 

 
 Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
  --- END COPYRIGHT BLOCK ---  -->
<HTML>
<HEAD>
<TITLE>Directory Server</TITLE>
<LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css">
</HEAD>

<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">

<TABLE width="100%" cellspacing="0" cellpadding="0" border="0" class="bgColor4">
  <TR>
     <TD>
     <table class="bgColor1" border="0" cellpadding="0" cellspacing="0" width="100%">
       <tr>
         <td colspan="4"><img border="0" height="10" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </td>
       </tr>
       <tr>
         <td><img border="0" height="1" width="15" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td><img border="0" height="54" width="51" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=rolodex.gif"></td>
         <td><img border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td nowrap="true" align=left width="100%" class="appName">Directory Server Gateway</td>
       </tr>
       <tr>
         <td colspan="4"><img border="0" height="12" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </td>
       </tr>
     </table>
     <table class="bgColor1" border="0" cellpadding="0" cellspacing="0" width="100%">
       <tr>
         <td><img border="0" height="1" width="15" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/search?<!-- GCONTEXT -->" 
               TARGET="_top" onMouseOver="self.status='Standard Search'; return true;"
               onMouseOut="self.status=''; return true;"
               TITLE="Standard Search" ALT="Standard Search">Standard Search</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/csearch?<!-- GCONTEXT -->" 
               TARGET="_top" onMouseOver="self.status='Advanced Search'; return true;"
               onMouseOut="self.status=''; return true;"
               TITLE="Advanced Search" ALT="Advanced Search">Advanced Search</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/newentry?<!-- GCONTEXT -->" 
                TARGET="_top" onMouseOver="self.status='New Entry'; return true;"
                onMouseOut="self.status=''; return true;"
                TITLE="New Entry" ALT="New Entry">New Entry</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgAtTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_on.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_on.gif"></td>
             </tr>
             <tr>
               <td class="bgAtTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><A HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=auth.html" 
                TARGET="_top" onMouseOver="self.status='Authentication'; return true;" 
                onMouseOut="self.status=''; return true;" TITLE="Authentication" 
                ALT="Authentication" class="link7">Authentication</a></td>
             </tr>
             <tr>
               <td><img border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_bottom.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td><img border="0" height="1" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_bottom.gif"></td>
             </tr>
           </table>
         </td>

         <td width="100%"><img border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
       </TR>
       <TR>
         <TD class="bgRegTab" colspan="7"><IMG border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
         <TD class="bgAtTab"><IMG border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
         <TD class="bgRegTab" colspan="1"><IMG border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
     </TABLE>
     <TABLE class="bgAtTab" border="0" cellpadding="0" cellspacing="0" width="100%">
       <TR>
         <TD>
           <IMG border="0" height="43" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </TD> 
       </TR>
       <TR>
         <TD class="bgRegTab"><IMG border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
       <TR>
         <TD class="bgDarkRule"><IMG border="0" height="2" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
     </TABLE>
   </TD>
 </TR>
</TABLE>
</BODY>
</HTML>


--- NEW FILE confirm.html.in ---
<!-- --- 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.

 This Program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 You should have received a copy of the GNU General Public License along with
 this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.

 In addition, as a special exception, Red Hat, Inc. gives You the additional
 right to link the code of this Program with code not covered under the GNU
 General Public License ("Non-GPL Code") and to distribute linked combinations
 including the two, subject to the limitations in this paragraph. Non-GPL Code
 permitted under this exception must only link to the code of this Program
 through those well defined interfaces identified in the file named EXCEPTION
 found in the source code files (the "Approved Interfaces"). The files of
 Non-GPL Code may instantiate templates or use macros or inline functions from
 the Approved Interfaces without causing the resulting work to be covered by
 the GNU General Public License. Only Red Hat, Inc. may make changes or
 additions to the list of Approved Interfaces. You must obey the GNU General
 Public License in all respects for all of the Program code and other code used
 in conjunction with the Program except the Non-GPL Code covered by this
 exception. If you modify this file, you may extend this exception to your
 version of the file, but you are not obligated to do so. If you do not wish to
 provide this exception without modification, you must delete this exception
 statement from your version and license this file solely under the GPL without
 exception. 

 
 Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
  --- END COPYRIGHT BLOCK ---  -->
<HTML>
<!-- HEAD>
<TITLE>
<!-- DS_POSTEDVALUE "NAME=TITLE" -->
</TITLE>
<!-- DS_CONFIRM_SCRIPT -->
<LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css">
</HEAD>

<BODY class="bgColor4">
<TABLE COLS=2 WIDTH="100%"><TR VALIGN=CENTER>
<TD ALIGN=CENTER WIDTH=36><IMG SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=confirm.gif" HEIGHT=32 WIDTH=32 BORDER="0" ALT="Confirm"></TD><TD>
<!-- DS_POSTEDVALUE "NAME=MSG" -->
</TD></TR></TABLE>
<FORM><TABLE COLS=4 WIDTH="100%"><TR ALIGN=CENTER>
<TD></TD>
<TD>
<!-- DS_CONFIRM_BUTTON_OK -->
</TD><TD>
<!-- DS_CONFIRM_BUTTON_CANCEL -->
</TD>
<TD></TD>
</TR></TABLE></FORM>
</BODY></HTML>


--- NEW FILE csearchtitle.html.in ---
<!-- --- 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.

 This Program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 You should have received a copy of the GNU General Public License along with
 this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.

 In addition, as a special exception, Red Hat, Inc. gives You the additional
 right to link the code of this Program with code not covered under the GNU
 General Public License ("Non-GPL Code") and to distribute linked combinations
 including the two, subject to the limitations in this paragraph. Non-GPL Code
 permitted under this exception must only link to the code of this Program
 through those well defined interfaces identified in the file named EXCEPTION
 found in the source code files (the "Approved Interfaces"). The files of
 Non-GPL Code may instantiate templates or use macros or inline functions from
 the Approved Interfaces without causing the resulting work to be covered by
 the GNU General Public License. Only Red Hat, Inc. may make changes or
 additions to the list of Approved Interfaces. You must obey the GNU General
 Public License in all respects for all of the Program code and other code used
 in conjunction with the Program except the Non-GPL Code covered by this
 exception. If you modify this file, you may extend this exception to your
 version of the file, but you are not obligated to do so. If you do not wish to
 provide this exception without modification, you must delete this exception
 statement from your version and license this file solely under the GPL without
 exception. 

 
 Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
  --- END COPYRIGHT BLOCK ---  -->
<HTML>
<HEAD>
<TITLE>Directory Server</TITLE>
<LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css">
</HEAD>

<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">

<TABLE width="100%" cellspacing="0" cellpadding="0" border="0" class="bgColor4">
  <TR>
     <TD>
     <table class="bgColor1" border="0" cellpadding="0" cellspacing="0" width="100%">
       <tr>
         <td colspan="4"><img border="0" height="10" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </td>
       </tr>
       <tr>
         <td><img border="0" height="1" width="15" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td><img border="0" height="54" width="51" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=rolodex.gif"></td>
         <td><img border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td nowrap="true" align=left width="100%" class="appName">Directory Server Gateway</td>
       </tr>
       <tr>
         <td colspan="4"><img border="0" height="12" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </td>
       </tr>
     </table>
     <table class="bgColor1" border="0" cellpadding="0" cellspacing="0" width="100%">
       <tr>
         <td><img border="0" height="1" width="15" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/search?<!-- GCONTEXT -->" 
               TARGET="_top" onMouseOver="self.status='Standard Search'; return true;"
               onMouseOut="self.status=''; return true;"
               TITLE="Standard Search" ALT="Standard Search">Standard Search</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgAtTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_on.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_on.gif"></td>
             </tr>
             <tr>
               <td class="bgAtTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><A HREF="@cgiuri@/csearch?<!-- GCONTEXT -->" 
                TARGET="_top" onMouseOver="self.status='Advanced Search'; return true;" 
                onMouseOut="self.status=''; return true;" TITLE="Advanced Search" 
                ALT="Advanced Search" class="link7">Advanced Search</a></td>
             </tr>
             <tr>
               <td><img border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_bottom.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td><img border="0" height="1" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_bottom.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/newentry?<!-- GCONTEXT -->" 
               TARGET="_top" onMouseOver="self.status='New Entry'; return true;"
               onMouseOut="self.status=''; return true;"
               TITLE="New Entry" ALT="New Entry">New Entry</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=auth.html" 
                TARGET="_top" onMouseOver="self.status='Authentication'; return true;"
                onMouseOut="self.status=''; return true;"
                TITLE="Authentication" ALT="Authentication">Authentication</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>

         <td width="100%"><img border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
       </TR>
       <TR>
         <TD class="bgRegTab" colspan="3"><IMG border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
         <TD class="bgAtTab"><IMG border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
         <TD class="bgRegTab" colspan="5"><IMG border="0" height="1" width="5" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
     </TABLE>
     <TABLE class="bgAtTab" border="0" cellpadding="0" cellspacing="0" width="100%">
       <TR>
         <TD>
           <IMG border="0" height="43" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </TD> 
       </TR>
       <TR>
         <TD class="bgRegTab"><IMG border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
       <TR>
         <TD class="bgDarkRule"><IMG border="0" height="2" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
     </TABLE>
   </TD>
 </TR>
</TABLE>
</BODY>
</HTML>


--- NEW FILE greeting.html.in ---
<!-- --- 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.

 This Program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 You should have received a copy of the GNU General Public License along with
 this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.

 In addition, as a special exception, Red Hat, Inc. gives You the additional
 right to link the code of this Program with code not covered under the GNU
 General Public License ("Non-GPL Code") and to distribute linked combinations
 including the two, subject to the limitations in this paragraph. Non-GPL Code
 permitted under this exception must only link to the code of this Program
 through those well defined interfaces identified in the file named EXCEPTION
 found in the source code files (the "Approved Interfaces"). The files of
 Non-GPL Code may instantiate templates or use macros or inline functions from
 the Approved Interfaces without causing the resulting work to be covered by
 the GNU General Public License. Only Red Hat, Inc. may make changes or
 additions to the list of Approved Interfaces. You must obey the GNU General
 Public License in all respects for all of the Program code and other code used
 in conjunction with the Program except the Non-GPL Code covered by this
 exception. If you modify this file, you may extend this exception to your
 version of the file, but you are not obligated to do so. If you do not wish to
 provide this exception without modification, you must delete this exception
 statement from your version and license this file solely under the GPL without
 exception. 

 
 Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
  --- END COPYRIGHT BLOCK ---  -->
<HTML>
<HEAD>
<TITLE>Directory Server</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide from non-JavaScript browsers
function gotoURL(h) {
    top.location.href = h;
}
// End hiding -->
</SCRIPT>
<LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css">
</HEAD>

<BODY>

<CENTER> <TABLE CELLPADDING=5 CELLSPACING=5 WIDTH="80%">

<TR> <TD COLSPAN=2>
You are using the Directory Server Gateway.  This interface can be
used to search for, modify, and create entries that are stored in the Fedora Directory Server.
<P>
You are currently viewing the Standard Search screen, which provides an
easy and convenient way to search the directory.  Standard Search
examines what you type and automatically selects one or more methods
for searching the directory.  Enter a name, telephone number, user id,
or e-mail address in the Search For field and click the
Search button to quickly locate directory entries.  Click the Help
button if you need additional assistance.

<P>
The toolbar you see at the top of this window is always available when you
are using the Directory Server Gateway.  In addition to Standard Search,
you can click the other buttons to perform a variety of tasks.
If you want to modify your own directory entry, first search for it using
Standard or Advanced Search and then click the Edit Person button
within the entry display.

</TD> </TR>


<TR> <TD ALIGN="center" class="bgColor9">
 <A HREF="@cgiuri@/csearch?<!-- GCONTEXT -->" TARGET="_top" class="link14">
 <B>Advanced<BR>Search</B>
 </A></TD>

 <TD BGCOLOR="#CCCCCC">
With Advanced Search, you can specify exactly what you are looking
for, what attribute you wish to search for, and what type of matching
you wish to allow.

 </TD> </TR>
 
 <TR> <TD ALIGN="center" class="bgColor9"> 
 <A HREF="@cgiuri@/newentry?<!-- GCONTEXT -->" TARGET="_top" class="link14">
 <B>New Entry</B>
 </A></TD>
 
 <TD BGCOLOR="#CCCCCC">

New Entry allows you to create new entries in the directory.  Depending
on how the system administrator has set up your directory you may need
to be granted special permission to add new entries.  If you are not sure, ask
your system administrator.

 </TD> </TR>

 <TR> <TD ALIGN="center" class="bgColor9"> 
 <A HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=auth.html" TARGET="_top" class="link14">
 <B>Authenticate</B>
 </A></TD>
 
 <TD BGCOLOR="#CCCCCC">

You use the authentication screens to log into and out of the directory.
You need to authenticate before you can modify or add entries to the
directory.  You may also need to authenticate before searching the
directory, if your system administrator requires it.
 </TD> </TR>

</TABLE> </CENTER>

</BODY>
</HTML>


--- NEW FILE index.html.in ---
<!-- --- 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.

 This Program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 You should have received a copy of the GNU General Public License along with
 this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.

 In addition, as a special exception, Red Hat, Inc. gives You the additional
 right to link the code of this Program with code not covered under the GNU
 General Public License ("Non-GPL Code") and to distribute linked combinations
 including the two, subject to the limitations in this paragraph. Non-GPL Code
 permitted under this exception must only link to the code of this Program
 through those well defined interfaces identified in the file named EXCEPTION
 found in the source code files (the "Approved Interfaces"). The files of
 Non-GPL Code may instantiate templates or use macros or inline functions from
 the Approved Interfaces without causing the resulting work to be covered by
 the GNU General Public License. Only Red Hat, Inc. may make changes or
 additions to the list of Approved Interfaces. You must obey the GNU General
 Public License in all respects for all of the Program code and other code used
 in conjunction with the Program except the Non-GPL Code covered by this
 exception. If you modify this file, you may extend this exception to your
 version of the file, but you are not obligated to do so. If you do not wish to
 provide this exception without modification, you must delete this exception
 statement from your version and license this file solely under the GPL without
 exception. 

 
 Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
  --- END COPYRIGHT BLOCK ---  -->
<HTML>
<HEAD>
<TITLE>Directory Server Gateway</TITLE>
</HEAD>
<FRAMESET ROWS=130,* BORDER=0>
    <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=maintitle.html" NAME="buttonBarFrame" NORESIZE
	    SCROLLING="no">
    <FRAME SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=greeting.html" NAME="greetingFrame" 
   NORESIZE SCROLLING="auto">
</FRAMESET>
<NOFRAMES>
<H3>Frames-capable browser required</H3>
Sorry, but in order to use the Directory Server Gateway, you
must use a browser which supports HTML forms and JavaScript, such
as Mozilla Firefox.  To learn how to obtain Firefox, visit the
<A HREF="http://www.mozilla.org">Mozilla Home Page</A>.
</NOFRAMES>
</HTML>


--- NEW FILE maintitle.html.in ---
<!-- --- 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.

 This Program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 You should have received a copy of the GNU General Public License along with
 this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.

 In addition, as a special exception, Red Hat, Inc. gives You the additional
 right to link the code of this Program with code not covered under the GNU
 General Public License ("Non-GPL Code") and to distribute linked combinations
 including the two, subject to the limitations in this paragraph. Non-GPL Code
 permitted under this exception must only link to the code of this Program
 through those well defined interfaces identified in the file named EXCEPTION
 found in the source code files (the "Approved Interfaces"). The files of
 Non-GPL Code may instantiate templates or use macros or inline functions from
 the Approved Interfaces without causing the resulting work to be covered by
 the GNU General Public License. Only Red Hat, Inc. may make changes or
 additions to the list of Approved Interfaces. You must obey the GNU General
 Public License in all respects for all of the Program code and other code used
 in conjunction with the Program except the Non-GPL Code covered by this
 exception. If you modify this file, you may extend this exception to your
 version of the file, but you are not obligated to do so. If you do not wish to
 provide this exception without modification, you must delete this exception
 statement from your version and license this file solely under the GPL without
 exception. 

 
 Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
  --- END COPYRIGHT BLOCK ---  -->
<HTML>
<HEAD>
<TITLE>Directory Server</TITLE>
<LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css">
</HEAD>

<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">

<TABLE width="100%" cellspacing="0" cellpadding="0" border="0" class="bgColor4">
  <TR>
     <TD>
     <table class="bgColor1" border="0" cellpadding="0" cellspacing="0" width="100%">
       <tr>
         <td colspan="4"><img border="0" height="10" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </td>
       </tr>
       <tr>
         <td><img border="0" height="1" width="15" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td><img border="0" height="54" width="51" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=rolodex.gif"></td>
         <td><img border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td nowrap="true" align=left width="100%" class="appName">Directory Server Gateway</td>
       </tr>
       <tr>
         <td colspan="4"><img border="0" height="12" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </td>
       </tr>
     </table>
     <table class="bgColor1" border="0" cellpadding="0" cellspacing="0" width="100%">
       <tr>
         <td><img border="0" height="1" width="15" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/search?<!-- GCONTEXT -->" 
               TARGET="_top" onMouseOver="self.status='Standard Search'; return true;"
               onMouseOut="self.status=''; return true;"
               TITLE="Standard Search" ALT="Standard Search">Standard Search</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/csearch?<!-- GCONTEXT -->" 
               TARGET="_top" onMouseOver="self.status='Advanced Search'; return true;"
               onMouseOut="self.status=''; return true;"
               TITLE="Advanced Search" ALT="Advanced Search">Advanced Search</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/newentry?<!-- GCONTEXT -->" 
               TARGET="_top" onMouseOver="self.status='New Entry'; return true;"
               onMouseOut="self.status=''; return true;"
               TITLE="New Entry" ALT="New Entry">New Entry</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=auth.html" 
                TARGET="_top" onMouseOver="self.status='Authentication'; return true;"
                onMouseOut="self.status=''; return true;"
                TITLE="Authentication" ALT="Authentication">Authentication</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>

         <td width="100%"><img border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
       </TR>
       <TR>
         <TD class="bgRegTab" colspan="9"><IMG border="0" height="1" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
     </TABLE>
     <TABLE class="bgAtTab" border="0" cellpadding="0" cellspacing="0" width="100%">
       <TR>
         <TD>
           <IMG border="0" height="43" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </TD> 
       </TR>
       <TR>
         <TD class="bgRegTab"><IMG border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
       <TR>
         <TD class="bgDarkRule"><IMG border="0" height="2" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
     </TABLE>
   </TD>
 </TR>
</TABLE>
</BODY>
</HTML>


--- NEW FILE newentrytitle.html.in ---
<!-- --- 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.

 This Program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 You should have received a copy of the GNU General Public License along with
 this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.

 In addition, as a special exception, Red Hat, Inc. gives You the additional
 right to link the code of this Program with code not covered under the GNU
 General Public License ("Non-GPL Code") and to distribute linked combinations
 including the two, subject to the limitations in this paragraph. Non-GPL Code
 permitted under this exception must only link to the code of this Program
 through those well defined interfaces identified in the file named EXCEPTION
 found in the source code files (the "Approved Interfaces"). The files of
 Non-GPL Code may instantiate templates or use macros or inline functions from
 the Approved Interfaces without causing the resulting work to be covered by
 the GNU General Public License. Only Red Hat, Inc. may make changes or
 additions to the list of Approved Interfaces. You must obey the GNU General
 Public License in all respects for all of the Program code and other code used
 in conjunction with the Program except the Non-GPL Code covered by this
 exception. If you modify this file, you may extend this exception to your
 version of the file, but you are not obligated to do so. If you do not wish to
 provide this exception without modification, you must delete this exception
 statement from your version and license this file solely under the GPL without
 exception. 

 
 Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
  --- END COPYRIGHT BLOCK ---  -->
<HTML>
<HEAD>
<TITLE>Directory Server</TITLE>
<LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css">
</HEAD>

<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">

<TABLE width="100%" cellspacing="0" cellpadding="0" border="0" class="bgColor4">
  <TR>
     <TD>
     <table class="bgColor1" border="0" cellpadding="0" cellspacing="0" width="100%">
       <tr>
         <td colspan="4"><img border="0" height="10" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </td>
       </tr>
       <tr>
         <td><img border="0" height="1" width="15" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td><img border="0" height="54" width="51" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=rolodex.gif"></td>
         <td><img border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td nowrap="true" align=left width="100%" class="appName">Directory Server Gateway</td>
       </tr>
       <tr>
         <td colspan="4"><img border="0" height="12" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </td>
       </tr>
     </table>
     <table class="bgColor1" border="0" cellpadding="0" cellspacing="0" width="100%">
       <tr>
         <td><img border="0" height="1" width="15" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/search?<!-- GCONTEXT -->" 
               TARGET="_top" onMouseOver="self.status='Standard Search'; return true;"
               onMouseOut="self.status=''; return true;"
               TITLE="Standard Search" ALT="Standard Search">Standard Search</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/csearch?<!-- GCONTEXT -->" 
               TARGET="_top" onMouseOver="self.status='Advanced Search'; return true;"
               onMouseOut="self.status=''; return true;"
               TITLE="Advanced Search" ALT="Advanced Search">Advanced Search</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgAtTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_on.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_on.gif"></td>
             </tr>
             <tr>
               <td class="bgAtTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><A HREF="@cgiuri@/newentry?<!-- GCONTEXT -->" 
                TARGET="_top" onMouseOver="self.status='New Entry'; return true;" 
                onMouseOut="self.status=''; return true;" TITLE="New Entry" 
                ALT="New Entry" class="link7">New Entry</a></td>
             </tr>
             <tr>
               <td><img border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_bottom.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td><img border="0" height="1" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_bottom.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=auth.html" 
                TARGET="_top" onMouseOver="self.status='Authentication'; return true;"
                onMouseOut="self.status=''; return true;"
                TITLE="Authentication" ALT="Authentication">Authentication</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>

         <td width="100%"><img border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
       </TR>
       <TR>
         <TD class="bgRegTab" colspan="5"><IMG border="0" height="1" width="5" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
         <TD class="bgAtTab"><IMG border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
         <TD class="bgRegTab" colspan="3"><IMG border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
     </TABLE>
     <TABLE class="bgAtTab" border="0" cellpadding="0" cellspacing="0" width="100%">
       <TR>
         <TD>
           <IMG border="0" height="43" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </TD> 
       </TR>
       <TR>
         <TD class="bgRegTab"><IMG border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
       <TR>
         <TD class="bgDarkRule"><IMG border="0" height="2" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
     </TABLE>
   </TD>
 </TR>
</TABLE>
</BODY>
</HTML>


--- NEW FILE searchtitle.html.in ---
<!-- --- 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.

 This Program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 You should have received a copy of the GNU General Public License along with
 this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.

 In addition, as a special exception, Red Hat, Inc. gives You the additional
 right to link the code of this Program with code not covered under the GNU
 General Public License ("Non-GPL Code") and to distribute linked combinations
 including the two, subject to the limitations in this paragraph. Non-GPL Code
 permitted under this exception must only link to the code of this Program
 through those well defined interfaces identified in the file named EXCEPTION
 found in the source code files (the "Approved Interfaces"). The files of
 Non-GPL Code may instantiate templates or use macros or inline functions from
 the Approved Interfaces without causing the resulting work to be covered by
 the GNU General Public License. Only Red Hat, Inc. may make changes or
 additions to the list of Approved Interfaces. You must obey the GNU General
 Public License in all respects for all of the Program code and other code used
 in conjunction with the Program except the Non-GPL Code covered by this
 exception. If you modify this file, you may extend this exception to your
 version of the file, but you are not obligated to do so. If you do not wish to
 provide this exception without modification, you must delete this exception
 statement from your version and license this file solely under the GPL without
 exception. 

 
 Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 Copyright (C) 2005 Red Hat, Inc.
 All rights reserved.
  --- END COPYRIGHT BLOCK ---  -->
<HTML>
<HEAD>
<TITLE>Directory Server</TITLE>
<LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css">
</HEAD>

<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">

<TABLE width="100%" cellspacing="0" cellpadding="0" border="0" class="bgColor4">
  <TR>
     <TD>
     <table class="bgColor1" border="0" cellpadding="0" cellspacing="0" width="100%">
       <tr>
         <td colspan="4"><img border="0" height="10" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </td>
       </tr>
       <tr>
         <td><img border="0" height="1" width="15" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td><img border="0" height="54" width="51" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=rolodex.gif"></td>
         <td><img border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td nowrap="true" align=left width="100%" class="appName">Directory Server Gateway</td>
       </tr>
       <tr>
         <td colspan="4"><img border="0" height="12" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </td>
       </tr>
     </table>
     <table class="bgColor1" border="0" cellpadding="0" cellspacing="0" width="100%">
       <tr>
         <td><img border="0" height="1" width="15" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgAtTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_on.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_on.gif"></td>
             </tr>
             <tr>
               <td class="bgAtTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><A HREF="@cgiuri@/search?<!-- GCONTEXT -->" 
                TARGET="_top" onMouseOver="self.status='Standard Search'; return true;" 
                onMouseOut="self.status=''; return true;" TITLE="Standard Search" 
                ALT="Standard Search" class="link7">Standard Search</a></td>
             </tr>
             <tr>
               <td><img border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_bottom.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td><img border="0" height="1" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_bottom.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/csearch?<!-- GCONTEXT -->" 
               TARGET="_top" onMouseOver="self.status='Advanced Search'; return true;"
               onMouseOut="self.status=''; return true;"
               TITLE="Advanced Search" ALT="Advanced Search">Advanced Search</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/newentry?<!-- GCONTEXT -->" 
               TARGET="_top" onMouseOver="self.status='New Entry'; return true;"
               onMouseOut="self.status=''; return true;"
               TITLE="New Entry" ALT="New Entry">New Entry</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>
         <td><img border="0" height="1" width="3" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
         <td>
           <table class="bgRegTab" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td rowspan="3"><img border="0" height="23" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=left_off.gif"></td>
               <td colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td rowspan="3"><img border="0" height="23" width="9" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=right_off.gif"></td>
             </tr>
             <tr>
               <td class="bgRegTabHighlight" colspan="2"><img border="0" height="1" width="2" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
             <tr>
               <td><img border="0" height="21" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
               <td nowrap="true"><a class="link6" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=auth.html" 
                TARGET="_top" onMouseOver="self.status='Authentication'; return true;"
                onMouseOut="self.status=''; return true;"
                TITLE="Authentication" ALT="Authentication">Authentication</a></td>
             </tr>
             <tr>
               <td class="bgColor1" colspan="4"><img border="0" height="1" width="4" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
             </tr>
           </table>
         </td>

         <td width="100%"><img border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></td>
       </TR>
       <TR>
         <TD class="bgRegTab"><IMG border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
         <TD class="bgAtTab"><IMG border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
         <TD class="bgRegTab" colspan="7"><IMG border="0" height="1" width="7" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
     </TABLE>
     <TABLE class="bgAtTab" border="0" cellpadding="0" cellspacing="0" width="100%">
       <TR>
         <TD>
           <IMG border="0" height="43" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif">
         </TD> 
       </TR>
       <TR>
         <TD class="bgRegTab"><IMG border="0" height="1" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
       <TR>
         <TD class="bgDarkRule"><IMG border="0" height="2" width="1" src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif"></TD>
       </TR>
     </TABLE>
   </TD>
 </TR>
</TABLE>

</BODY>
</HTML>


--- alert.html DELETED ---


--- auth.html DELETED ---


--- authroot.html DELETED ---


--- authtitle.html DELETED ---


--- confirm.html DELETED ---


--- csearchtitle.html DELETED ---


--- greeting.html DELETED ---


--- index.html DELETED ---


--- maintitle.html DELETED ---


--- newentrytitle.html DELETED ---


--- searchtitle.html DELETED ---




More information about the Fedora-directory-commits mailing list