Subversion Repositories wimsdev

Rev

Rev 5874 | Rev 10325 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !if $help_conf isitemof 35,36
  2.  !readproc mu/publishdownload.def
  3. !endif
  4. !if NaN isin $[$help_conf]
  5.  !set r=!recordcnt lang/confdata.$modu_lang
  6.  !for i=1 to $r
  7.   !set t=!record $i of lang/confdata.$modu_lang
  8.   !set n=!word 2 of $t
  9.   !if $n=$help_conf
  10.    !goto out
  11.   !endif
  12.  !next i
  13.  :out
  14. !else
  15.  !set t=!record $help_conf of lang/confdata.$modu_lang
  16. !endif
  17. !set tt=!line 2 of $t
  18. !set sitehelp=!record 0 of lang/sitehelp.phtml.$modu_lang
  19. !set bgimgs=!filelist gifs/bg
  20.  
  21. <h3 class="wimscenter">Config: $tt</h3>
  22.  
  23. <p>
  24. !line 5 to -1 of $t
  25. </p><p>
  26. !set n_=!word 2 of $t
  27. !if $n_ issametext css
  28.   <pre>
  29.   !record 0 of  wimshome/public_html/bases/sys/css_classes
  30.   </pre>
  31. !endif
  32. !if $n_ issametext trusted_modules
  33.   <pre>
  34.   !record 0 of wimshome/public_html/bases/site/trusted_modules
  35.   </pre>
  36. !endif
  37.  
  38. !set d_=$(DF_$n_)
  39. !default d_=[empty]
  40. $name_default: <span class="tt">$d_</span>
  41.  
  42.