Rev 17228 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17228 | Rev 17238 | ||
---|---|---|---|
Line 62... | Line 62... | ||
62 | <p>Click on a title to expand or fold out its content.</p> |
62 | <p>Click on a title to expand or fold out its content.</p> |
63 | !for set in user,ref,dev |
63 | !for set in user,ref,dev |
64 | <hr><h2 class="wimscenter">$(title_$set)</h2> |
64 | <hr><h2 class="wimscenter">$(title_$set)</h2> |
65 | !for i in $($(set)_doc) |
65 | !for i in $($(set)_doc) |
66 | !if ,$i isin $expand |
66 | !if ,$i isin $expand |
67 | <hr><h3 id="$i" class="wims_folding |
67 | <hr><h3 id="$i" class="wims_folding is-active"> |
68 | !href cmd=resume&op=close&subject=$i#$i $(title_$i) |
68 | !href cmd=resume&op=close&subject=$i#$i $(title_$i) |
69 | </h3> |
69 | </h3> |
70 | !read $i.phtml |
70 | !read $i.phtml |
71 | <hr> |
71 | <hr> |
72 | !else |
72 | !else |