home *** CD-ROM | disk | FTP | other *** search
- <include sesfield.hei>
- <include layout/heilay.hei>
-
- <include dbs.hei>
-
-
- <session mode="create">
-
- <heitmlpage title="heitml - Outline Demo" banner="dbcity.gif">
-
-
- // Show Table of Content
- // <olTable c n>
- // <if len(n)<3><p></if>
- // <font size=+<?3- len(n)> <b> <olNum c> <a href="#<? c.file>"> <? c.name html> //
- // </a> </font> <br>
- // </olTable>
- <olTable c n>
- <nobr> //
- <if !isempty(c.kids) || len(n)==1> //
- <p>
- <font size=+2> <b> <olNum c> <a href="#<? c.file>"> <? c.name html> </a> </b> </font> <br>
- <else>
- <olNum c> <a href="#<? c.file>"> <? c.name html> </a> <br>
- </if> //
- </nobr>
- </olTable>
-
- <hr>
-
- // Set some variable, to show pages a nicer way
- //
- <let
- ff.Country="USA"; // Display all guests from USA
- se.help=true; // Show help in dbqdemo
- se.Advanced=true; // Show advanced options
- se.AdvancedHelp=true; // Show advanced help
- dbsQuery se.Scroller> Select * from guestbook </dbsQuery;
- // Show all all guests in the scroller
- ff.first="t"; // Show Guestbook
- >
-
- <olTable c n> // walk all pages
- <if c.sel && n[0]<7> // everything but section 6
- <a name=<? c.file quoted>> // create anchor
- // <? n><\include><? right(c.file,"/")><\/include> // show page
- <include><? right(c.file,"/")></include> // show page
- <hr>
- </if>
- </olTable>
-
-
- <p>
-
- <sa href="demo.hei"> back </sa>
- </heitmlpage>
- </session>
-
-