[Fedora-directory-commits] dsgw/pbhtml alert.html.in, NONE, 1.1 carded.html.in, NONE, 1.1 confirm.html.in, NONE, 1.1 index.html.in, NONE, 1.1 intro.html.in, NONE, 1.1 modify.html.in, NONE, 1.1 nullStringError.html.in, NONE, 1.1 phone.html.in, NONE, 1.1 report.html.in, NONE, 1.1 alert.html, 1.1.1.1, NONE carded.html, 1.1.1.1, NONE confirm.html, 1.1.1.1, NONE index.html, 1.1.1.1, NONE intro.html, 1.1.1.1, NONE modify.html, 1.1.1.1, NONE nullStringError.html, 1.1.1.1, NONE phone.html, 1.1.1.1, NONE report.html, 1.1.1.1, NONE

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


Author: nkinder

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

Added Files:
	alert.html.in carded.html.in confirm.html.in index.html.in 
	intro.html.in modify.html.in nullStringError.html.in 
	phone.html.in report.html.in 
Removed Files:
	alert.html carded.html confirm.html index.html intro.html 
	modify.html nullStringError.html phone.html report.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=32-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 carded.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>vCard</title>
<LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css">
  </head>

<script language=javascript>

function autoCloser(){

var closeHTML=
'<body bgcolor="#CCCCCC">\n' +
'<center>\n' +
'<form name=adios>\n' +
'<font face="primasans bt,verdana,arial,helvetica,sans-serif" size="-1">\n' +
'<input type=button value="Close Window" onclick="window.parent.close()">\n' +
'</font>\n' +
'</form>\n' +
'</center>\n' +
'</body></html>';

self.closer.document.write(closeHTML);

}


function init(){
autoCloser();
}

</script>

<frameset rows="200,50" border="0" onload="init();">
  <frame name="cards" src="javascript:parent.emptyFrame" scrolling="AUTO">
  <frame name="closer" src="javascript:parent.emptyFrame" scrolling="NO">
</frameset>

</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>
<TABLE COLS=2 WIDTH="100%"><TR VALIGN=CENTER>
<TD ALIGN=CENTER WIDTH=36><IMG SRC="@cgiuri@/lang?<!-- GCONTEXT -->&file=32-alert.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 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>
<meta name="description" content="Directory Express: 
    A Searchable Index of People and Resources for your enterprise.">
<meta name="keywords" content="phonebook, directory, express, search, enterprise, people, users, conference rooms, spooky!">
<title>Directory Express</title>

</head>

<frameset rows="64,*" frameborder="no" border="0" framespacing="0">
    <frame 
      src="@cgiuri@/lang?<!-- GCONTEXT -->&file=phone.html" 
      name="buttonBarFrame" 
      marginwidth="0" 
      marginheight="0" 
      scrolling="no"
    >
    <frame 
      src="@cgiuri@/lang?<!-- GCONTEXT -->&file=intro.html"
      name="resultframe" 
      marginwidth="10" 
      marginheight="10" 
      scrolling="auto"
    >
</frameset>
<noframe>
<body>

</body>
</noframe>	
</html>


--- NEW FILE intro.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 Express</title>
<LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css">
</head>

<body bgcolor="#FFFFFF">

<!-- single-pixel gif to enforce left alignment -->
<img src="@cgiuri@/lang?<!-- GCONTEXT -->&file=pixel.gif" height="0" width="0" hspace="20" align="left" border="0">

<table border="0" cellpadding="0" cellspacing="0" width="90%" align="left">
  <tr>
    <td colspan=5 align="left">
      <p>
         <br>
          <span class="text31"><B>About Directory Express</B></span>
        <br> 
      </p>
    </td>
  </tr>
  <tr>
    <td colspan=5 align="left">
      Directory Express displays people, conference rooms, buildings and branch offices.
      If multiple entries are found, the results are displayed in a table:
    </td>
  </tr>
  <tr>
    <td>
       
    </td>
  </tr>
</table>

<br clear="ALL">

<!-- single-pixel gif to enforce left alignment -->
<img src="@cgiuri@/lang?<!-- GCONTEXT -->&file=pixel.gif" height="0" width="0" hspace="20" align="left" border="0">


<table width="90%" border="0" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC" align="left">
  <tr valign="top">
    <td align="left" bgcolor="#FFFFFF">
        Found <b>x</b> entries where the name or user ID matches '<b>your search</b>'. 
        <br> 
    </td>
  </tr>
  <tr>
    <td>
<!-- ------------------------------------------------------------- -->
<table border="0" cellpadding="1" cellspacing="0" width="100%" bgcolor="white">
  <tr align="left" class="bgColor4">
    <td class="bgColor4">
       
    </td>
    <td nowrap class="bgColor4">
        <b>Name</b>
    </td>
    <td nowrap class="bgColor4">
        <b>ID</b>
    </td>
    <td nowrap class="bgColor4">
        <b>Phone</b>
    </td>
    <td nowrap class="bgColor4">
        <b>E-mail</b>
    </td>
    <td nowrap class="bgColor4">
        <b>Group</b> 
     </td> 
  </tr>
  <tr align="left">
    <td width="10">
      <a href="javascript:void(0)" onMouseOver="top.status='This entry is a person.'; return true" name="Person"><img src="@cgiuri@/lang?<!-- GCONTEXT -->&file=16-person.gif" height="16" width="16" vspace="3" border="0"></a>
    </td>
    <td nowrap>
        Jane Castle
    </td>
    <td nowrap>
        <a href="javascript:void(0)" onMouseOver="top.status='Click the entry\'s ID to view the entire record.'; return true">jane</a>
    </td>
    <td nowrap>
        4444
    </td>
    <td nowrap>
        <a href="javascript:void(0)" onMouseOver="top.status='Click the entry\'s Email address to send a message.'; return true">jane at example.com</a>
    </td>
    <td nowrap>
        engineering 
     </td> 
  </tr>
    <tr>
    <td colspan="6"></td>
  </tr>
  <tr align="left" bgcolor="#FFFFFF">
    <td width="10">
      <a href="javascript:void(0)" onMouseOver="top.status='This entry is a person.'; return true" name="Person"><img src="@cgiuri@/lang?<!-- GCONTEXT -->&file=16-person.gif" height="16" width="16" vspace="3" border="0"></a>
    </td>
    <td nowrap>
        John Castle
    </td>
    <td nowrap>
        <a href="javascript:void(0)" onMouseOver="top.status='Click the entry\'s ID to view the entire record.'; return true">john</a>
    </td>
    <td nowrap>
        5555
    </td>
    <td nowrap>
        <a href="javascript:void(0)" onMouseOver="top.status='Click the entry\'s Email address to send a message.'; return true">john at example.com</a>
    </td>
    <td nowrap>
        marketing
     </td> 
  </tr>
  <tr>
    <td colspan="6"></td>
  </tr>
  <tr align="left" bgcolor="#FFFFFF">
    <td width="10">
      <a href="javascript:void(0)" onMouseOver="top.status='This entry is a conference room.'; return true" name="Conference Room"><img src="@cgiuri@/lang?<!-- GCONTEXT -->&file=16-conference.gif" height="16" width="16" vspace="3" border="0"></a>
    </td>
    <td nowrap>
        King's Castle
    </td>
    <td nowrap>
        <a href="javascript:void(0)" onMouseOver="top.status='Click the entry\'s ID to view the entire record.'; return true">King's Castle</a>
    </td>
    <td nowrap>
        2121
    </td>
    <td nowrap>
       
    </td>
    <td nowrap>
       
     </td> 
  </tr>
  <tr>
    <td colspan="6"></td>
  </tr>  <tr align="left" bgcolor="#FFFFFF">
    <td width="10">
      <a href="javascript:void(0)" onMouseOver="top.status='This entry is a person.'; return true" name="Person"><img src="@cgiuri@/lang?<!-- GCONTEXT -->&file=16-person.gif" height="16" width="16" vspace="3" border="0"></a>
    </td>
    <td nowrap>
        Quincy Castlegate
    </td>
    <td nowrap>
        <a href="javascript:void(0)" onMouseOver="top.status='Click the entry\'s ID to view the entire record.'; return true">quincy</a>
    </td>
    <td nowrap>
        7777
    </td>
    <td nowrap>
        <a href="javascript:void(0)" onMouseOver="top.status='Click the entry\'s Email address to send a message.'; return true">quincy at example.com</a>
    </td>
    <td nowrap>
        product development
     </td> 
  </tr>
  <tr>
    <td colspan="6"></td>
  </tr>
</table>
<!-- ------------------------------------------------------------- -->
    </td>
  </tr>
  <tr align="left" bgcolor="#FFFFFF">
    <td bgcolor="white" align="left">
         <br>
        Click on an entry's ID to bring up more information about that entry.
    </td>
  </tr>
</table>

<br clear="ALL">

<!-- single-pixel gif to enforce left alignment -->
<img src="@cgiuri@/lang?<!-- GCONTEXT -->&file=pixel.gif" height="0" width="0" hspace="20" align="left" border="0">

<table border="0" cellpadding="0" cellspacing="0" width="90%" align="left">
  <tr>
    <td>
       
    </td>
  </tr>
  <tr>
    <td colspan=5 bgcolor="white" align="left">
      If a single, unique entry is found, all information pertaining to that entry is 
      displayed. Users can edit portions of their personal information by displaying 
      their information as described above, and clicking the "Edit Person"
      button at the bottom of the their entry. 
    </td>
  </tr>
</table>

</body>
</html>






***** Error reading new file: [Errno 2] No such file or directory: 'modify.html.in'

--- NEW FILE nullStringError.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>Error!</title>
<LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css">
</head>
<body bgcolor="white">

<p>
   
</p>
<table width="360" border="1" bgcolor="#CCCCCC" align="center">
  <tr>
    <td>

<table border="0" cellpadding="18" cellspacing="0">
  <tr>
    <td>
      <center>
        
        <table border="0">
          <tr> 
            <td>
              <img src="@cgiuri@/lang?<!-- GCONTEXT -->&file=32-alert.gif" height="32" width="32" border="0">
            </td>
            <td>
               
            </td>
            <td>
              No search term entered. 
            </td>
          </tr>
          <tr>
            <td colspan="2">
               
            </td>
          </tr>
          <tr>
            <td colspan="2">
               
            </td>
            <td>
              Directory Express searches against an entry's name, user ID, and phone extension.
              Please enter a search term and try again.
            </td>
          </tr>
        </table>
      
      </center>
    </td>
  </tr>
</table>

    </td>
  </tr>
</table>

</body>
</html>


--- NEW FILE phone.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>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Directory Express</title>

<script language="javascript">
//<!--

function gotourl(i){
window.location.href=i;
}

//-->
</script>
<script language="javascript" src="/clients/dsgw/pbhtml/phone.js">
</script>
<LINK REL=stylesheet TYPE="text/css" HREF="@cgiuri@/lang?<!-- GCONTEXT -->&file=style.css">
</head>

<body class="Search" onLoad="fieldFocus();" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">

<form method="post" name="searchform" target="resultframe" action="@cgiuri@/dosearch" onSubmit="return checkForNullString()"> 

  <!-- hidden fields: edit these to customize your Directory Express. -->
  <input type=hidden 	name="type"        value="people">
  <input type=hidden 	name="mode"        value="smart">
  <input type=hidden 	name="querytype"   value="people">
<!-- PCONTEXT -->

<table BORDER="0" width="100%" cellpadding=0 cellspacing=0>

<TR>
<TD valign="top" colspan="5" width="100%"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="1" height="5" border="0"></TD>
</TR>

<tr>
<td>
<IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="10" height="40" border="0">
</td>
<TD ALIGN=LEFT VALIGN=CENTER nowrap>
<img src="@cgiuri@/lang?<!-- GCONTEXT -->&file=rolodex.gif" width="51" height="54" border="0" align="left"></td>
<TD valign="center" class="appName" nowrap>Directory Express</td>
<TD ALIGN=LEFT width="75%">
		<TABLE BORDER=0>
		<TR>
                <TD valign="top"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="15" height="1" border="0"></TD>
                <TD nowrap VALIGN=CENTER ALIGN=CENTER>
		<span class="apptext">Search for:</span>
		</TD>
		<TD nowrap VALIGN=CENTER>
		<span class="apptext">
			<font face=\"verdana, Arial, Helvetica, sans-serif\" style=\"font-size: 12px\">
                        <input type="text" name="searchstring" size=30>
                        <input type="submit" value="Search" name="submitbutton">
			</font>
			</span>
			</TD>
		</TR></TABLE>
</TD>
</tr>

<!-- TR>
<td></td>
<td></td>
<td align=left class="text30">(Enter any part of a name, user ID, or phone number)
</td></tr -->

<TR>
<TD valign="top" colspan="5" width="100%"><IMG src="@cgiuri@/lang?<!-- GCONTEXT -->&file=clear.gif" width="1" height="5" border="0"></TD>
</TR>

</table>
</form>
</body>
</html>


--- NEW FILE report.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 ---  -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
   <TITLE>Telephone Book: Reports</TITLE>
   <META NAME="GENERATOR" CONTENT="User-Agent: Mozilla/3.01Gold-C (Macintosh; U; PPC)">
</HEAD>
<BODY TEXT="#0B0547" BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#551A8B" ALINK="#0000FF">

<CENTER><P><FORM method="GET" action="@cgiuri@/report.pl" TARGET="response"></P></CENTER>

<CENTER><P><IMG SRC="@cgiuri@/lang?<!-- GCONTEXT -->&pbrd.jpg" HEIGHT=46 WIDTH=491 ALIGN=ABSCENTER></P></CENTER>

<CENTER><P><B><FONT SIZE=+1>Make a report that looks like this table:</FONT></B>
</P></CENTER>

<CENTER><P>
<HR SIZE=3 WIDTH="95%"></P></CENTER>

<CENTER><TABLE>
<TR>
<TD>
<CENTER><P><INPUT name="num_fields" type=hidden value="7"></P></CENTER>
</TD>

<TD><SELECT name="field1" SIZE=1><OPTION SELECTED><FONT SIZE=-1>FullName
<OPTION>LastName <OPTION>FirstName <OPTION>Initials <OPTION>Email <OPTION>Phone
<OPTION>Fax <OPTION>Pager <OPTION>Mobile <OPTION>Dept# <OPTION>Group <OPTION>Title
<OPTION>Admin <OPTION>Location <OPTION>Floor <OPTION>Cube# <OPTION>Mailstop
<OPTION>EmpType <OPTION>Emp# <OPTION>MailAddr <OPTION>MailSrvr <OPTION>Car#
</FONT></SELECT></TD>

<TD><SELECT name="field2" SIZE=1><OPTION><FONT SIZE=-1>FullName <OPTION>LastName
<OPTION>FirstName <OPTION>Initials <OPTION SELECTED>Email <OPTION>Phone
<OPTION>Fax <OPTION>Pager <OPTION>Mobile <OPTION>Dept# <OPTION>Group <OPTION>Title
<OPTION>Admin <OPTION>Location <OPTION>Floor <OPTION>Cube# <OPTION>Mailstop
<OPTION>EmpType <OPTION>Emp# <OPTION>MailAddr <OPTION>MailSrvr <OPTION>BLANK
</FONT></SELECT></TD>

<TD><SELECT name="field3" SIZE=1><OPTION><FONT SIZE=-1>FullName <OPTION>LastName
<OPTION>FirstName <OPTION>Initials <OPTION>Email <OPTION SELECTED>Phone
<OPTION>Fax <OPTION>Pager <OPTION>Mobile <OPTION>Dept# <OPTION>Group <OPTION>Title
<OPTION>Admin <OPTION>Location <OPTION>Floor <OPTION>Cube# <OPTION>Mailstop
<OPTION>EmpType <OPTION>Emp# <OPTION>MailAddr <OPTION>MailSrvr <OPTION>Car#
<OPTION>BLANK </FONT></SELECT></TD>

<TD><SELECT name="field4" SIZE=1><OPTION><FONT SIZE=-1>FullName <OPTION>LastName
<OPTION>FirstName <OPTION>Initials <OPTION>Email <OPTION>Phone <OPTION>Fax
<OPTION>Pager <OPTION>Mobile <OPTION>Dept# <OPTION SELECTED>Group <OPTION>Title
<OPTION>Admin <OPTION>Location <OPTION>Floor <OPTION>Cube# <OPTION>Mailstop
<OPTION>EmpType <OPTION>Emp# <OPTION>MailAddr <OPTION>MailSrvr <OPTION>Car#
<OPTION>BLANK </FONT></SELECT></TD>

<TD><SELECT name="field5" SIZE=1><OPTION><FONT SIZE=-1>Email <OPTION>Phone
<OPTION>Fax <OPTION>Pager <OPTION>Mobile <OPTION SELECTED>Dept# <OPTION>Group
<OPTION>Title <OPTION>Admin <OPTION>Location <OPTION>Floor <OPTION>Cube#
<OPTION>Mailstop <OPTION>EmpType <OPTION>Emp# <OPTION>MailAddr <OPTION>MailSrvr
<OPTION>Car# <OPTION>BLANK </FONT></SELECT></TD>

<TD><SELECT name="field6" SIZE=1><OPTION><FONT SIZE=-1>Email <OPTION>Phone
<OPTION>Fax <OPTION>Pager <OPTION>Mobile <OPTION>Dept# <OPTION>Group <OPTION>Title
<OPTION>Admin <OPTION SELECTED>Location <OPTION>Floor <OPTION>Cube# <OPTION>Mailstop
<OPTION>EmpType <OPTION>Emp# <OPTION>MailAddr <OPTION>MailSrvr <OPTION>Car#
<OPTION>BLANK </FONT></SELECT></TD>

<TD><SELECT name="field7" SIZE=1><OPTION><FONT SIZE=-1>Email <OPTION>Phone
<OPTION>Fax <OPTION>Pager <OPTION>Mobile <OPTION>Dept# <OPTION>Group <OPTION>Title
<OPTION SELECTED>Admin <OPTION>Location <OPTION>Floor <OPTION>Cube# <OPTION>Mailstop
<OPTION>EmpType <OPTION>Emp# <OPTION>MailAddr <OPTION>MailSrvr <OPTION>Car#
<OPTION>BLANK </FONT></SELECT></TD>
</TR>
</TABLE></CENTER>

<CENTER><P>
<HR SIZE=3 WIDTH="95%"></P></CENTER>

<CENTER><TABLE>
<TR>
<TD><B>The report has entries where</B> </TD>

<TD><SELECT name="searchfor" SIZE=1><OPTION SELECTED>FullName <OPTION>LastName
<OPTION>FirstName <OPTION>Email <OPTION>Phone <OPTION>Fax <OPTION>Dept#
<OPTION>Group <OPTION>Title <OPTION>Admin <OPTION>Location <OPTION>Floor
<OPTION>Cube# <OPTION>Mailstop <OPTION>EmpType <OPTION>MailAddr <OPTION>MailSrvr
<OPTION>Car# </SELECT></TD>

<TD><B>includes</B> </TD>

<TD><INPUT name="contains" size=20 maxsize=128 value=""></TD>
</TR>
</TABLE></CENTER>

<CENTER><TABLE>
<TR>
<TD>
<CENTER><P><INPUT name="num_sorts" type=hidden value="3"></P></CENTER>
</TD>

<TD><B>and is sorted by</B> </TD>

<TD><SELECT name="sortattr1" SIZE=1><OPTION SELECTED>FullName <OPTION>LastName
<OPTION>FirstName <OPTION>Initials <OPTION>Email <OPTION>Phone <OPTION>Fax
<OPTION>Pager <OPTION>Mobile <OPTION>Dept# <OPTION>Group <OPTION>Title
<OPTION>Admin <OPTION>Location <OPTION>Floor <OPTION>Cube# <OPTION>Mailstop
<OPTION>EmpType <OPTION>Emp# <OPTION>MailAddr <OPTION>MailSrvr <OPTION>BLANK
</SELECT></TD>

<TD><B>and then by</B> </TD>

<TD><SELECT name="sortattr2" SIZE=1><OPTION>FullName <OPTION>LastName <OPTION>FirstName
<OPTION>Initials <OPTION>Email <OPTION>Phone <OPTION>Fax <OPTION>Pager
<OPTION>Mobile <OPTION>Dept# <OPTION SELECTED>Group <OPTION>Title <OPTION>Admin
<OPTION>Location <OPTION>Floor <OPTION>Cube# <OPTION>EmpType <OPTION>Mailstop
<OPTION>Emp# <OPTION>MailAddr <OPTION>MailSrvr <OPTION>BLANK </SELECT></TD>

<TD><B>and then by</B> </TD>

<TD><SELECT name="sortattr3" SIZE=1><OPTION>FullName <OPTION>LastName <OPTION>FirstName
<OPTION>Initials <OPTION>Email <OPTION>Phone <OPTION>Fax <OPTION>Pager
<OPTION>Mobile <OPTION SELECTED>Dept# <OPTION>Group <OPTION>Title <OPTION>Admin
<OPTION>Location <OPTION>Floor <OPTION>Cube# <OPTION>Mailstop <OPTION>EmpType
<OPTION>Emp# <OPTION>MailAddr <OPTION>MailSrvr <OPTION>BLANK </SELECT><B>.</B>
</TD>
</TR>
</TABLE></CENTER>

<CENTER><TABLE>
<TR>
<TD><B>Should the report have multiple smaller tables? </B> <INPUT type="radio" name="grouping" value="on" CHECKED>Yes
<INPUT type="radio" name="grouping" value="off">No </TD>
</TR>
</TABLE></CENTER>

<CENTER><P><BR>
<BR>
<BR>
</P></CENTER>

<CENTER><TABLE>
<TR>
<TD><INPUT type="reset" value="Reset"></TD>

<TD><INPUT type="submit" value="Make Report"></TD>
</TR>
</TABLE></CENTER>

<P></FORM></P>

</BODY>
</HTML>


--- alert.html DELETED ---


--- carded.html DELETED ---


--- confirm.html DELETED ---


--- index.html DELETED ---


--- intro.html DELETED ---


--- modify.html DELETED ---


--- nullStringError.html DELETED ---


--- phone.html DELETED ---


--- report.html DELETED ---




More information about the Fedora-directory-commits mailing list