frameset.html 507 B

12345678910111213141516171819
  1. <!--
  2. This file is part of the DITA Open Toolkit project hosted on
  3. Sourceforge.net. See the accompanying license.txt file for
  4. applicable licenses.
  5. (C) Copyright Shawn McKenzie, 2007. All Rights Reserved.
  6. *-->
  7. <html>
  8. <head>
  9. <title>Documentation for TOCJS</title>
  10. <link rel="stylesheet" type="text/css" href="commonltr.css"/>
  11. </head>
  12. <frameset cols="30%,*">
  13. <frame name="tocwin" src="tocnav.html">
  14. <frame name="contentwin" src="concepts/about.html">
  15. </frameset>
  16. </html>