/[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

Annotation of /trunk2/output_template/tree.tt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 444 - (hide annotations)
Tue Sep 14 21:00:15 2004 UTC (19 years, 6 months ago) by dpavlin
File size: 1312 byte(s)
outline any element to debug

1 dpavlin 441 <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     </head>
8    
9     <!--
10     <body onLoad="show_hide_display(show,hide);">
11     -->
12     <body>
13    
14     <span style="background: #e0e0e0;">
15     <a href="search.html">search</a> |
16     <a href="thesaurus.html">thesarus</a> |
17     <a href="browse.html"><b>browse</b></a>
18     </span>
19    
20     <div style="float: right; width: 10em; text-align: center; margin: 0.5m; background: #e0e0e0; border: 1px dashed #c0c0c0; z-index: 1;">
21     Folding:
22     <br/>
23     <a href="#" onClick="back_display();">&laquo;</a>&nbsp;<a href="#" onClick="default_display();">default</a>&nbsp;<a href="#" onClick="forward_display();">&raquo;</a>
24     <br/>
25     <a href="#" onClick="show_hide_display(show,hide);">reset</a>
26     <a href="#" onClick="show_display(show); show_display(hide);">all</a>
27     <a href="#" onClick="hide_display(hide); hide_display(show);">none</a>
28     <br/>
29     <a href="#" onClick="alert('show: '+show.length+', hide: '+hide.length+', changed:'+changed_display_ids.length+', positin: '+changed_display_pos);">debug</a>
30    
31 dpavlin 444 <a href="#" onClick="var id=prompt('Enter ID to outline','id'); outline_display(id);">outline</a>
32 dpavlin 441 </div>
33    
34     <ul>
35     [% tree %]
36     </ul>
37     </body>
38     </html>

  ViewVC Help
Powered by ViewVC 1.1.26