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-serv6045

Modified Files:
        faq.xsl 
Log Message:
i added to the body of the document...
1. links to www.dqsd.net.
2. Page 'title'.
3. Last Updated (couldn't get the script to pull the modified date though but it 
should probably get mod date from faq.xml properties anyhow).


Index: faq.xsl
===================================================================
RCS file: /cvsroot/dqsd/dqsdweb/faq.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** faq.xsl     15 Aug 2002 15:47:21 -0000      1.5
--- faq.xsl     15 Aug 2002 18:44:07 -0000      1.6
***************
*** 37,40 ****
--- 37,51 ----
        </HEAD>
        <BODY>
+       <center>
+       <h2>DQSD Frequently Asked Questions</h2>
+       <div class="lastupdate"><nobr><i>Last updated:
+       <script>document.write( getDisplayDate( document.lastModified ) );</script>
+       </i>
+       </nobr>
+       </div>
+       <div>
+       <br/>[ <a href="doc.htm">Dave's Quick Search Deskbar</a> ]
+       </div>
+       </center>
        <xsl:for-each select="/faqs/category">
          <div class="category">
***************
*** 56,59 ****
--- 67,74 ----
          </xsl:for-each>
        </xsl:for-each>
+       <br/>
+       <br/>
+       <div align="center">[ <a href="doc.htm">DQSD home page</a> ]
+       </div>
        </BODY>
      </HTML>




-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
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