Texis Web Script source code for: /texis/site/demos/demonav.vs
Note: Click on links to view the documentation for HTML tags which are special to the Vortex compiler.
<SCRIPT LANGUAGE=VORTEX>

<!-- $Id$ -->

<!-- Include site-wide navigation/look/feel module: -->
<uses thundernav=../thundernav>

<!-- ===================================================================== -->
<A NAME=demolook EXPORT title baseTarget="">
<local pageMenuNames pageMenuLinks>
  <!-- Build left-side page menu: -->
  <$pageMenuNames = $pageMenuNames "Thunderstone Home">
  <$pageMenuLinks = $pageMenuLinks "/texis/site/pages/">
  <$pageMenuNames = $pageMenuNames "Other Code Examples">
  <$pageMenuLinks = $pageMenuLinks "/texis/site/pages/Code_Examples.html">
  <!-- Add link to view source, if it exists: -->
  <vxinfo sourcepath>
  <stat $ret />
  <if "" eq $ret.err>
    <$pageMenuNames = $pageMenuNames "View Script Source">
    <sandr ">>=/texis/site" "" $urlroot>
    <strfmt "/texis/site/demos/dox/?demo=%U.vs" $ret>
    <$pageMenuLinks = $pageMenuLinks $ret>
  </if>
  <!-- Show site-wide navigation and look/feel, with our page menu: -->
  <look title=$title pageMenuTitle="Code Examples"
        pageMenuNames=$pageMenuNames pageMenuLinks=$pageMenuLinks
        baseTarget=$baseTarget>
</A>

<!-- ===================================================================== -->
<A NAME=/demolook EXPORT>
  </look>
</A>

</SCRIPT>

Back to the Code Example List

The Source Viewer is also a Code Example.
Click Here to see its source.
Copyright © 1992-1999 Thunderstone Software
Copyright © 2024 Thunderstone Software LLC. All rights reserved.