File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+ @title coroutines
3
+ @h1 Top
4
+ blam
5
+ @h2 next
6
+ stuff
7
+ @felix
8
+ blah
9
+ @
10
+ stuff
11
+ @h1 high
12
+ blam
13
+ @h2 med
14
+ stuff
15
+ @felix
16
+ blah
17
+ @
18
+ stuff
19
+
20
+
Original file line number Diff line number Diff line change 306
306
}
307
307
var allbuttons = [
308
308
"Top" ,
309
- "next"
309
+ "next" ,
310
+ "high" ,
311
+ "med"
310
312
] ;
311
313
function expand_all ( dummy )
312
314
{
369
371
< div class =sm id =menu1 >
370
372
< div class =m2 > < a href ="#next_h "> next</ a > </ div >
371
373
</ div >
372
- < script > counter_max = 1 ; </ script >
374
+ < div class =m1 onclick ="mshow('menu2','#high_h') "> < a href ="#high_h "> high</ a > </ div >
375
+ < div class =sm id =menu2 >
376
+ < div class =m2 > < a href ="#med_h "> med</ a > </ div >
377
+ </ div >
378
+ < script > counter_max = 2 ; </ script >
373
379
</ div >
374
380
<!--End Left Margin Toc-->
375
381
@@ -385,6 +391,12 @@ <h1 id='Top_h'><img src='/share/src/web/images/minus.gif' id='Top' onclick='togg
385
391
< p > stuff
386
392
</ p > < p > < pre class ='flxbg '> < span class ="lineno " id =line1 > </ span > blah
387
393
</ pre > </ p > < p > stuff
394
+ </ p > </ div > </ div > < h1 id ='high_h '> < img src ='/share/src/web/images/minus.gif ' id ='high ' onclick ='toggle(this,"high_d") ' alt ='+ '/> 2 high</ h1 > < div id ='high_d ' style ='display:block '>
395
+ < p > blam
396
+ </ p > < h2 id ='med_h '> < img src ='/share/src/web/images/minus.gif ' id ='med ' onclick ='toggle(this,"med_d") ' alt ='+ '/> 2.1 med</ h2 > < div id ='med_d ' style ='display:block '>
397
+ < p > stuff
398
+ </ p > < p > < pre class ='flxbg '> < span class ="lineno " id =line1 > </ span > blah
399
+ </ pre > </ p > < p > stuff
388
400
</ p > </ div > </ div > <!--Main Content Body End-->
389
401
390
402
</ div > <!-- rightpanel contents end -->
You can’t perform that action at this time.
0 commit comments