Rev 9254 | Rev 12348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9254 | Rev 9255 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !! Color legend, when good answer is set to be displayed (presentgood), and there is at least 1 answeranalysis |
2 | !! Color legend, when good answer is set to be displayed (presentgood), and there is at least 1 answeranalysis |
3 | 3 | ||
4 | !if $presentgood!=0 |
4 | !if $presentgood!=0 and $display_noanalyze!=yes |
5 | !read ./oef/$module_language/answer.phtml |
5 | !read ./oef/$module_language/answer.phtml |
6 | <div id="oef_indlegend" class="wims_widget_box float_right small"> |
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> |
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> |