View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsdweb
In directory sc8-pr-cvs1:/tmp/cvs-serv28469
Modified Files:
faq.htm faq.xsl
Log Message:
fixed "Last Updated"
Index: faq.htm
===================================================================
RCS file: /cvsroot/dqsd/dqsdweb/faq.htm,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** faq.htm 8 Feb 2003 15:43:27 -0000 1.15
--- faq.htm 8 Feb 2003 16:23:09 -0000 1.16
***************
*** 6,10 ****
<body><a name="#top"></a><h2>Dave's Quick Search Deskbar FAQ</h2>
<div class="lastupdate"><nobr>Last updated:
! <script><!--document.write( getDisplayDate(
document.lastModified ) );--></script></nobr></div>
<div class="homepage">[
<a href="doc.htm">Dave's Quick Search Deskbar</a>
--- 6,12 ----
<body><a name="#top"></a><h2>Dave's Quick Search Deskbar FAQ</h2>
<div class="lastupdate"><nobr>Last updated:
! <script>
! document.write( getDisplayDate( document.lastModified
) );
! </script></nobr></div>
<div class="homepage">[
<a href="doc.htm">Dave's Quick Search Deskbar</a>
Index: faq.xsl
===================================================================
RCS file: /cvsroot/dqsd/dqsdweb/faq.xsl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** faq.xsl 8 Feb 2003 05:23:58 -0000 1.10
--- faq.xsl 8 Feb 2003 16:23:09 -0000 1.11
***************
*** 25,42 ****
<div class="lastupdate">
<nobr>Last updated:
! <script>
!
! <xsl:comment> document.write( getDisplayDate( document.lastModified )
);
! </xsl:comment>
!
!
!
!
!
!
!
!
!
! </script>
</nobr>
</div>
--- 25,31 ----
<div class="lastupdate">
<nobr>Last updated:
! <script>
! document.write( getDisplayDate( document.lastModified
) );
! </script>
</nobr>
</div>
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/