Subversion Repositories wimsdev

Rev

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

Rev 6967 Rev 12822
Line 6... Line 6...
6
  !set gott=$gottC
6
  !set gott=$gottC
7
!endif
7
!endif
8
 
8
 
9
!default gotcntC=0
9
!default gotcntC=0
10
!if $[$gotcntC + $gotcnt]=0
10
!if $[$gotcntC + $gotcnt]=0
11
 !href module=adm/class/classes&type=example $name_allexampleclass
11
  !href module=adm/class/classes&type=example $name_allexampleclass
12
!endif
12
!endif
13
 
13
 
14
<ul class="wims_home_result_list wims_class">
14
<ul class="wims_home_result_list wims_class">
15
!for i=1 to $gotcnt
15
!for i=1 to $gotcnt
16
 !set m_=!line $i of $gotm
16
  !set m_=!line $i of $gotm
17
 !set t_=!line $i of $gott
17
  !set t_=!line $i of $gott
18
 !set d_=!line $i of $gotd
18
  !set d_=!line $i of $gotd
19
 !set i_=!line $i of $gotiC
19
  !set i_=!line $i of $gotiC
20
 <li class="wims_home_result_list">
20
  <li class="wims_home_result_list">
21
 !href module=home&user=anonymous,$m_,anonymous $t_
21
  !href module=home&user=anonymous,$m_,anonymous $t_
22
.
22
  .
23
 !if $i_!=$m_
23
  !if $i_!=$m_
24
  $i_
24
    $i_
25
 !endif
25
  !endif
26
<span class="small">$d_</span>
26
  <span class="small">$d_</span>
27
</li>
27
  </li>
28
!next i
28
!next i
29
</ul>
29
</ul>