Subversion Repositories wimsdev

Rev

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

Rev 17025 Rev 17026
Line 25... Line 25...
25
  !if $i_ != $empty
25
  !if $i_ != $empty
26
    , $i_
26
    , $i_
27
  !else
27
  !else
28
    .
28
    .
29
  !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>
-
 
51
  </li>
30
  </li>
52
!next i
31
!next i
53
</ul>
32
</ul>