File: tree.js

package info (click to toggle)
libcgi 1.0-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 940 kB
  • ctags: 268
  • sloc: sh: 2,700; ansic: 2,134; makefile: 232
file content (10 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
foldersTree = gFld("<b>LibCGI</b>", "", "")
     insDoc(foldersTree, gLnk("Main Page", "", "main.html"))
aux1 = insFld(foldersTree, gFld("Modules", "", "modules.html"))
       insDoc(aux1, gLnk("CGI manipulation", "", "group__libcgi__cgi.html"))
       insDoc(aux1, gLnk("Cookies", "", "group__libcgi__cookie.html"))
       insDoc(aux1, gLnk("General purpose", "", "group__libcgi__general.html"))
       insDoc(aux1, gLnk("Session Handling", "", "group__libcgi__session.html"))
       insDoc(aux1, gLnk("Strings", "", "group__libcgi__string.html"))
aux1 = insFld(foldersTree, gFld("Related Pages", "", "pages.html"))
       insDoc(aux1, gLnk("Todo List", "", "todo.html"))