Rev 3092 | Rev 5769 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3092 | Rev 5766 | ||
---|---|---|---|
Line 50... | Line 50... | ||
50 | !next set |
50 | !next set |
51 | </ul> |
51 | </ul> |
52 | !else # folding |
52 | !else # folding |
53 | <p>Click on a title to expand or fold out its content. |
53 | <p>Click on a title to expand or fold out its content. |
54 | !for set in user,ref |
54 | !for set in user,ref |
55 | <p><hr><center><h2>$(title_$set)</h2></center> |
55 | <p><hr/><center><h2>$(title_$set)</h2></center> |
56 | !for i in $($(set)_doc) |
56 | !for i in $($(set)_doc) |
57 | <a name="$i"></a> |
57 | <a name="$i"></a> |
58 | !if ,$i isin $expand |
58 | !if ,$i isin $expand |
59 | <hr><h3> |
59 | <hr/><h3> |
60 | !href cmd=resume&op=close&subject=$i#$i $(title_$i) |
60 | !href cmd=resume&op=close&subject=$i#$i $(title_$i) |
61 | </h3> |
61 | </h3> |
62 | !read $i.phtml |
62 | !read $i.phtml |
63 | <p><hr> |
63 | <p><hr/> |
64 | !else |
64 | !else |
65 | <h4>$(ref1)$i$(ref2)$i">$(title_$i)</a></h4> |
65 | <h4>$(ref1)$i$(ref2)$i">$(title_$i)</a></h4> |
66 | !endif |
66 | !endif |
67 | !next i |
67 | !next i |
68 | !next set |
68 | !next set |
69 | !endif integral or indexed versus folding |
69 | !endif integral or indexed versus folding |
70 | 70 | ||
71 | !if $style=integral |
71 | !if $style=integral |
72 | !for i in $user_doc,$ref_doc |
72 | !for i in $user_doc,$ref_doc |
73 | <hr><center><h3><a name="$i">$(title_$i)</a></h3></center> |
73 | <hr/><center><h3><a name="$i">$(title_$i)</a></h3></center> |
74 | 74 | ||
75 | !read $i.phtml |
75 | !read $i.phtml |
76 | <p> |
76 | <p> |
77 | <a href="#index">Table of Contents</a> |
77 | <a href="#index">Table of Contents</a> |
78 | !next i |
78 | !next i |
Line 80... | Line 80... | ||
80 | 80 | ||
81 | !if $style=indexed |
81 | !if $style=indexed |
82 | !for set in $user_doc,$ref_doc |
82 | !for set in $user_doc,$ref_doc |
83 | !if $set isin $subject |
83 | !if $set isin $subject |
84 | <a name="$set"></a> |
84 | <a name="$set"></a> |
85 | <hr><center><h3>$(title_$set)</h3></center> |
85 | <hr/><center><h3>$(title_$set)</h3></center> |
86 | !read $set.phtml |
86 | !read $set.phtml |
87 | <p> |
87 | <p> |
88 | !endif |
88 | !endif |
89 | !next set |
89 | !next set |
90 | !endif |
90 | !endif |