Subversion Repositories wimsdev

Rev

Rev 17018 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17018 Rev 17025
Line 16... Line 16...
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 $gotiS
19
  !set i_=!line $i of $gotiS
20
  !set n_=!line $i of $gotm_
20
  !set n_=!line $i of $gotm_
21
  !if $i_=$n_ or $i_ issametext
-
 
22
    !set i_=$d_
-
 
23
  !endif
21
 
24
  !if $i_=$empty
22
  !default i_=$d_
25
    !set i_=!lookup $n_ in wimshome/public_html/$basedir/information
-
 
26
  !endif
-
 
27
 <li class="wims_home_result_list">
23
   <li class="wims_home_result_list">
28
  !href module=adm/sheet&job=read&sh=$m_ $t_
24
  !href module=adm/sheet&job=read&sh=$m_ $t_
29
  !if $i_ != $empty
25
  !if $i_ != $empty
30
    , $i_
26
    , $i_
31
  !else
27
  !else
32
    .
28
    .
33
  !endif
29
  !endif
-
 
30
  !set serial=!lookup $m_ in wimshome/public_html/$basedir/serial
-
 
31
  !set information=!lookup $serial in wimshome/public_html/$basedir/information
-
 
32
  !set titre=!lookup $serial in wimshome/public_html/$basedir/title
-
 
33
  !set desc=!lookup $serial in wimshome/public_html/$basedir/description
-
 
34
 
-
 
35
  !set all=!record 0 of wimshome/public_html/bases/sheet/$m_.def
-
 
36
 
-
 
37
  <pre>data from modind
-
 
38
  serial=$serial
-
 
39
  titre=$titre
-
 
40
  information=$information
-
 
41
  desc=$desc
-
 
42
  </pre><pre>
-
 
43
  data directly from the sheet=$all
-
 
44
  </pre>
-
 
45
  <pre>
-
 
46
  m_=$m_
-
 
47
  t_=$t_
-
 
48
  i_=$i_
-
 
49
  d_=$d_
-
 
50
</pre>
34
  </li>
51
  </li>
35
!next i
52
!next i
36
</ul>
53
</ul>