/[webpac]/trunk2/output_template/tree.tt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk2/output_template/tree.tt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 448 - (show annotations)
Wed Sep 15 16:53:51 2004 UTC (19 years, 6 months ago) by dpavlin
File size: 1502 byte(s)
Major changes this time: updated for new bfilter (filtering on first
element), outline in sorted index when found in thesaurus.

1 <html>
2 <head>
3 <title>Browse</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"/>
5 <script type="text/javascript" src="bfilter/hide.js"></script>
6 <script type="text/javascript" src="[% js %]"></script>
7 <script type="text/javascript" src="js/getargs.js"></script>
8 <script type="text/javascript">
9
10 function outline_url() {
11 var args = getArgs();
12
13 if (args['o']) outline_display('o'+args['o']);
14 return null;
15 }
16
17 </script>
18 </head>
19
20 <body onLoad="outline_url();">
21
22 <span style="background: #e0e0e0;">
23 <a href="search.html">search</a> |
24 <a href="thesaurus.html">thesarus</a> |
25 <a href="browse.html"><b>browse</b></a>
26 </span>
27
28 <div style="float: right; width: 10em; text-align: center; margin: 0.5m; background: #e0e0e0; border: 1px dashed #c0c0c0; z-index: 1;">
29 Folding:
30 <br/>
31 <a href="#" onClick="back_display();">&laquo;</a>&nbsp;<a href="#" onClick="default_display();">default</a>&nbsp;<a href="#" onClick="forward_display();">&raquo;</a>
32 <br/>
33 <a href="#" onClick="show_hide_display(show,hide);">reset</a>
34 <a href="#" onClick="show_display(show); show_display(hide);">all</a>
35 <a href="#" onClick="hide_display(hide); hide_display(show);">none</a>
36 <br/>
37 <a href="#" onClick="alert('show: '+show.length+', hide: '+hide.length+', changed:'+changed_display_ids.length+', positin: '+changed_display_pos);">debug</a>
38
39 <a href="#" onClick="var id=prompt('Enter ID to outline','id'); outline_display(id);">outline</a>
40 </div>
41
42 <ul>
43 [% tree %]
44 </ul>
45 </body>
46 </html>

  ViewVC Help
Powered by ViewVC 1.1.26