Subversion Repositories wimsdev

Rev

Rev 12348 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12348 Rev 16453
Line 1... Line 1...
1
 
1
 
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
 
4
!if $presentgood!=0 and $display_noanalyze!=yes
5
!if $presentgood!=0 and $display_noanalyze!=yes
5
  !read ./oef/$module_language/answer.phtml
6
  !read ./oef/$module_language/answer.phtml
6
  <div id="oef_indlegend" class="wims_widget_box float_right small">
7
  <div id="oef_indlegend" class="oef_indlegend 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
    <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;">
9
    <div class="box_content" style="display:none;">
9
        <ul>
10
        <ul class="legend_$(replytype$i)">
10
          <li class="oef_indgood">$indgood</li>
11
          <li class="oef_indgood">$indgood</li>
11
          <li class="oef_indbad">$indbad</li>
12
          <li class="oef_indbad">$indbad</li>
12
  !if $display_forget=yes
13
          !if $display_forget=yes
13
           <li class="oef_indforget">$indforget</li>
14
            <li class="oef_indforget">$indforget</li>
14
  !endif
15
          !endif
15
  !if $display_partial=yes
16
          !if $display_partial=yes
16
           <li class="oef_indpartial">$indpartial</li>
17
            <li class="oef_indpartial">$indpartial</li>
17
  !endif
18
          !endif
18
  !if $display_precreply=yes
19
          !if $display_precreply=yes
19
           <li class="oef_indprec">$indprec</li>
20
            <li class="oef_indprec">$indprec</li>
20
  !endif
21
          !endif
21
        </ul>
22
        </ul>
22
    </div>
23
    </div>
23
  </div>
24
  </div>
24
!endif
25
!endif