File: help.phtml

package info (click to toggle)
wims 2%3A4.29a%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 185,704 kB
  • sloc: xml: 366,687; javascript: 120,570; ansic: 62,341; java: 62,170; sh: 7,744; perl: 3,937; yacc: 3,217; cpp: 1,915; lex: 1,805; makefile: 1,084; lisp: 914; pascal: 601; python: 520; php: 318; asm: 7
file content (28 lines) | stat: -rw-r--r-- 853 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
!set listhelp=dependancies,allowtype,general,status,variable,feedback,series,score,sheetpage

!bound special_parm within $listhelp default $empty

!if $special_parm iswordof sheetpage
  !read help/$special_parm.phtml
  !exit
!endif

!if $special_parm=filter
  !changeto help/$moduclass_lang/$special_parm.phtml
  !exit
!endif

!set idle_time=!getdef idle_time in wimshome/log/wims.conf
!default idle_time=!getdef DF_idle_time in wimshome/public_html/bases/sys/defaults.conf
!set idle_time=$[floor($idle_time/60)]

!if $special_parm=score
  !set list=!record 0 of adm/class/sheetformula
  !set list=!items2lines $list
  !set wims_backslash_insmath=yes
  !let scoremax=!record 0 of wimshome/log/classes/$wims_class/sheet/.severity
  !let scoremax=!line 1 of $scoremax
  !default scoremax=10
!endif

!changeto lang/help.phtml.$moduclass_lang $special_parm