Rev 8821 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8700 | obado | 1 | |
2 | !! Color legend, when good answer is set to be displayed (presentgood), and there is at least 1 answeranalysis |
||
3 | |||
4 | !if $presentgood!=0 |
||
5 | !read ./oef/$module_language/answer.phtml |
||
6 | <div id="oef_indlegend" class="wims_widget_box float_right small"> |
||
7 | <h3 class="title_box" onclick="jQuery('#oef_indlegend .box_content').slideToggle();" style="cursor:pointer;">$oef_color_legend:</h3> |
||
8 | <div class="box_content"> |
||
9 | <ul> |
||
10 | <li class="oef_indgood">$indgood</li> |
||
11 | <li class="oef_indbad">$indbad</li> |
||
12 | <li class="oef_indforget">$indforget</li> |
||
13 | </ul> |
||
14 | </div> |
||
15 | </div> |
||
16 | !endif |