Subversion Repositories wimsdev

Rev

Rev 5971 | Rev 17170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5971 Rev 12733
Line 2... Line 2...
2
 
2
 
3
!if $job iswordof read print
3
!if $job iswordof read print
4
 !set wims_html_header=!append line $header to $wims_html_header
4
  !set wims_html_header=!append line $header to $wims_html_header
5
!endif
5
!endif
6
!read adm/css.phtml
6
!read adm/css.phtml
7
 
7
 
8
!if $job=help
8
!if $job=help
9
 !header1
9
  !header1
10
 !changeto ./docu/help.phtml
10
  !changeto ./docu/help.phtml
11
!endif
11
!endif
12
 
12
 
13
!if help isin $wims_session and $doc!=$helpd
13
!if help isin $wims_session and $doc!=$helpd
14
 !set wims_html_onload=!append word window.close(); to $wims_html_onload
14
  !set wims_html_onload=!append word window.close(); to $wims_html_onload
15
 !header1
15
  !header1
16
 $n_helpclose
16
  $n_helpclose
17
 !tail
17
  !tail
18
 !exit
18
  !exit
19
!endif
19
!endif
20
 
20
 
21
!if $cmd=help and $special_parm=about
21
!if $cmd=help and $special_parm=about
22
 !changeto ./docu/about.phtml
22
  !changeto ./docu/about.phtml
23
!endif
23
!endif
24
 
24
 
25
!read docu/menu.phtml
25
!read docu/menu.phtml
26
 
26
 
27
!read ./docu/$job.phtml
27
!read ./docu/$job.phtml
Line 29... Line 29...
29
!reset rEg,preview,abandon,Titb,Keyw,Next,Prev,Upbl,currcont,\
29
!reset rEg,preview,abandon,Titb,Keyw,Next,Prev,Upbl,currcont,\
30
       titr,authorr,descr,emailr,coder,coder1,coder2,copyrightr,docopenr,dlangr,\
30
       titr,authorr,descr,emailr,coder,coder1,coder2,copyrightr,docopenr,dlangr,\
31
       foldin,foldout,readcntadv,job2
31
       foldin,foldout,readcntadv,job2
32
 
32
 
33
!for i=1 to 20
33
!for i=1 to 20
34
 !reset parm$i
34
  !reset parm$i
35
!next i
35
!next i
36
 
36
 
37
!if robot isin $session
37
!if robot isin $session
38
 <p class="small">
38
  <p class="small">
39
 $wims_name_Description $module_description
39
  $wims_name_Description $module_description
40
 <br/>
40
  <br/>
41
 $wims_name_Keywords: $module_keywords, $wims_site_keywords
41
  $wims_name_Keywords: $module_keywords, $wims_site_keywords
42
 </p>
42
  </p>
43
!endif
43
!endif
44
 
44
 
45
!tail
45
!tail