Subversion Repositories wimsdev

Rev

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

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