Skip to content

Commit e908c8c

Browse files
committed
More
1 parent 3006ff9 commit e908c8c

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

corout.fdoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+

tmp.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,9 @@
306306
}
307307
var allbuttons = [
308308
"Top",
309-
"next"
309+
"next",
310+
"high",
311+
"med"
310312
];
311313
function expand_all(dummy)
312314
{
@@ -369,7 +371,11 @@
369371
<div class=sm id=menu1>
370372
<div class=m2><a href="#next_h">next</a></div>
371373
</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>
373379
</div>
374380
<!--End Left Margin Toc-->
375381

@@ -385,6 +391,12 @@ <h1 id='Top_h'><img src='/share/src/web/images/minus.gif' id='Top' onclick='togg
385391
<p>stuff
386392
</p><p><pre class='flxbg'><span class="lineno" id=line1></span> blah
387393
</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
388400
</p></div></div><!--Main Content Body End-->
389401

390402
</div> <!-- rightpanel contents end -->

0 commit comments

Comments
 (0)