Rev 9255 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9255 | Rev 12348 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | <h3 class="title_box" onclick="jQuery('#oef_indlegend .box_content').slideToggle();" style="cursor:pointer;">$oef_color_legend</h3> |
7 | <h3 class="title_box" onclick="jQuery('#oef_indlegend .box_content').slideToggle();" style="cursor:pointer;">$oef_color_legend</h3> |
8 | <div class="box_content" style="display:none;"> |
8 | <div class="box_content" style="display:none;"> |
9 | <ul> |
9 | <ul> |
10 | <li class="oef_indgood">$indgood</li> |
10 | <li class="oef_indgood">$indgood</li> |
11 | <li class="oef_indbad">$indbad</li> |
11 | <li class="oef_indbad">$indbad</li> |
12 |
|
12 | !if $display_forget=yes |
13 | <li class="oef_indforget">$indforget</li> |
13 | <li class="oef_indforget">$indforget</li> |
14 |
|
14 | !endif |
15 |
|
15 | !if $display_partial=yes |
16 | <li class="oef_indpartial">$indpartial</li> |
16 | <li class="oef_indpartial">$indpartial</li> |
17 |
|
17 | !endif |
18 |
|
18 | !if $display_precreply=yes |
19 | <li class="oef_indprec">$indprec</li> |
19 | <li class="oef_indprec">$indprec</li> |
20 |
|
20 | !endif |
21 | </ul> |
21 | </ul> |
22 | </div> |
22 | </div> |
23 | </div> |
23 | </div> |
24 | !endif |
24 | !endif |