5 This is a navigation bar to go across the page. (Or down the side, or
6 whatetver you want to do with it.) It displays all the tables which are
7 accessible, with a link to the list page for each one.
11 <div id="navcontainer">
14 FOR table = config.display_tables;
15 '<li '; 'id="active"' IF table == classmetadata.table; '>';
17 link(table, "list", "", table);