View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsdweb
In directory usw-pr-cvs1:/tmp/cvs-serv2784

Modified Files:
        faq.htm 
Log Message:
Change to shift-F8 and shift-ctrl-B to search forward through history

Index: faq.htm
===================================================================
RCS file: /cvsroot/dqsd/dqsdweb/faq.htm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** faq.htm     11 Jul 2002 16:10:08 -0000      1.8
--- faq.htm     27 Jul 2002 14:48:08 -0000      1.9
***************
*** 4,20 ****
                <meta http-equiv="Content-Type" content="text/html; 
charset=windows-1252">
                <link rel="stylesheet" type="text/css" href="dqsd.css">
!                       <script language="Javascript1.2">
! function getDisplayMonth(iMonth) {
!     var monthArray = new 
Array("January","Febuary","March","April","May","June","July","August","September","October","November","December");
!     return monthArray[iMonth];
! }
! 
! function getDisplayDate(passedDate) {
!     theDate = new Date(passedDate);
!     sDisplayDate = getDisplayMonth(theDate.getMonth()) + " " + theDate.getDate() + 
", " + theDate.getFullYear();
!     return sDisplayDate;
! }
  
!                       </script>
        </head>
        <body>
--- 4,19 ----
                <meta http-equiv="Content-Type" content="text/html; 
charset=windows-1252">
                <link rel="stylesheet" type="text/css" href="dqsd.css">
!               <script language="Javascript1.2">
!                       function getDisplayMonth(iMonth) {
!                               var monthArray = new 
Array("January","Febuary","March","April","May","June","July","August","September","October","November","December");
!                               return monthArray[iMonth];
!                       }
  
!                       function getDisplayDate(passedDate) {
!                               theDate = new Date(passedDate);
!                               sDisplayDate = getDisplayMonth(theDate.getMonth()) + " 
" + theDate.getDate() + ", " + theDate.getFullYear();
!                               return sDisplayDate;
!                       }
!               </script>
        </head>
        <body>
***************
*** 231,235 ****
                                configurable in localprefs.js)
                                <li>
!                               Shift-Ctrl-B / Shift-F8 - Search the history for the 
current text as a prefix. 
                                (user configurable in localprefs.js)
                                <li>
--- 230,234 ----
                                configurable in localprefs.js)
                                <li>
!                               Shift-Ctrl-B / Shift-F8 - Search forward through the 
history for the current text. 
                                (user configurable in localprefs.js)
                                <li>




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to