Subversion Repositories wimsdev

Rev

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

  1. !!!### language independant
  2. !!
  3. !set idle_time=!defof idle_time in wimshome/log/wims.conf
  4. !default idle_time=!defof DF_idle_time in wimshome/public_html/bases/sys/defaults.conf
  5. !set list_specialparm=general,allowtype,dependency,options,\
  6.   contenu,session,cutt,weight
  7.  
  8. !if $special_parm=filter
  9.   !changeto help/$moduclass_lang/$special_parm.phtml
  10.   !exit
  11. !endif
  12.  
  13. !read lang/names.phtml.$moduclass_lang
  14. !if $special_parm!=$empty
  15.   !bound special_parm within $list_specialparm default contenu
  16. !endif
  17. !if $special_parm=weight
  18.   !changeto adm/lang/weight.fr
  19. !endif
  20.  
  21. !changeto lang/help.phtml.$moduclass_lang $special_parm
  22.