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

Diff of /trunk2/output_template/tree.tt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 441 by dpavlin, Tue Sep 14 17:07:59 2004 UTC revision 448 by dpavlin, Wed Sep 15 16:53:51 2004 UTC
# Line 4  Line 4 
4   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"/>   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"/>
5   <script type="text/javascript" src="bfilter/hide.js"></script>   <script type="text/javascript" src="bfilter/hide.js"></script>
6   <script type="text/javascript" src="[% js %]"></script>   <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>  </head>
19    
20  <!--  <body onLoad="outline_url();">
 <body onLoad="show_hide_display(show,hide);">  
 -->  
 <body>  
21    
22  <span style="background: #e0e0e0;">  <span style="background: #e0e0e0;">
23      <a href="search.html">search</a> |      <a href="search.html">search</a> |
# Line 28  Folding: Line 36  Folding:
36  <br/>  <br/>
37  <a href="#" onClick="alert('show: '+show.length+', hide: '+hide.length+', changed:'+changed_display_ids.length+', positin: '+changed_display_pos);">debug</a>  <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'+id);">outline</a>  <a href="#" onClick="var id=prompt('Enter ID to outline','id'); outline_display(id);">outline</a>
40  </div>  </div>
41    
42  <ul>  <ul>

Legend:
Removed from v.441  
changed lines
  Added in v.448

  ViewVC Help
Powered by ViewVC 1.1.26