Subversion Repositories wimsdev

Rev

Rev 12348 | Details | Compare with Previous | 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
 
16453 obado 4
 
9255 bpr 5
!if $presentgood!=0 and $display_noanalyze!=yes
8700 obado 6
  !read ./oef/$module_language/answer.phtml
16453 obado 7
  <div id="oef_indlegend" class="oef_indlegend wims_widget_box float_right small">
8821 bpr 8
    <h3 class="title_box" onclick="jQuery('#oef_indlegend .box_content').slideToggle();" style="cursor:pointer;">$oef_color_legend</h3>
9254 obado 9
    <div class="box_content" style="display:none;">
16453 obado 10
        <ul class="legend_$(replytype$i)">
8700 obado 11
          <li class="oef_indgood">$indgood</li>
12
          <li class="oef_indbad">$indbad</li>
16453 obado 13
          !if $display_forget=yes
14
            <li class="oef_indforget">$indforget</li>
15
          !endif
16
          !if $display_partial=yes
17
            <li class="oef_indpartial">$indpartial</li>
18
          !endif
19
          !if $display_precreply=yes
20
            <li class="oef_indprec">$indprec</li>
21
          !endif
8700 obado 22
        </ul>
23
    </div>
24
  </div>
8821 bpr 25
!endif