Subversion Repositories wimsdev

Rev

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

Rev 15064 Rev 15069
Line 2... Line 2...
2
!read name.phtml.$lang
2
!read name.phtml.$lang
3
!read themes/_lang/name.phtml.$lang
3
!read themes/_lang/name.phtml.$lang
4
!read themes/$wims_theme/lang/name.phtml.$lang
4
!read themes/$wims_theme/lang/name.phtml.$lang
5
!default wims_name_bgcolor=$wims_ref_bgcolor
5
!default wims_name_bgcolor=$wims_ref_bgcolor
6
!if $wims_hm$wims_home_items$wims_link_close!=$empty
6
!if $wims_hm$wims_home_items$wims_link_close!=$empty
7
 !goto defend
7
  !goto defend
8
!endif
8
!endif
9
 
9
 
10
!if $module=adm/class/tchat and $job=viewpage
10
!if $module=adm/class/tchat and $job=viewpage
11
  !reset wims_hm,wims_home_items,wims_link_close
11
  !reset wims_hm,wims_home_items,wims_link_close
12
  !let wims_hm=back,3,window.close();$wims_href_opener
12
  !let wims_hm=back,3,window.close();$wims_href_opener
Line 167... Line 167...
167
    !set wims_ariane_self=no
167
    !set wims_ariane_self=no
168
  !else
168
  !else
169
    !set 1_=!append line intro,1,module=$module&cmd=intro&special_parm=$special_parm&special_parm2=$special_parm2&special_parm3=$special_parm3&special_parm4=$special_parm4 to $1_
169
    !set 1_=!append line intro,1,module=$module&cmd=intro&special_parm=$special_parm&special_parm2=$special_parm2&special_parm3=$special_parm3&special_parm4=$special_parm4 to $1_
170
  !endif
170
  !endif
171
!endif
171
!endif
172
!! ------------ had link for sendbug (TEST TO BE IMPROVED ?)
172
!! ------------ add link for sendbug (TEST TO BE IMPROVED ?)
173
!! TODO : change name of the window to open should be deleted when
173
!! TODO : change name of the window to open should be deleted when
174
!if $wims_class!=$empty and $wims_user=supervisor and adm/ notin $module and classes/ notin $module and devel/ notin $module and $module!=home and $cmd!=intro
174
!if $wims_class!=$empty and $wims_user=supervisor and adm/ notin $module and classes/ notin $module and devel/ notin $module and $module!=home and $cmd!=intro
175
  !let number_=!randint 1,1000
175
  !let number_=!randint 1,1000
176
  !set 1_=!append line sendbug,4,module=adm/sendbug&cmd=new,sendbug$(number_) to $1_
176
  !set 1_=!append line sendbug,4,module=adm/sendbug&cmd=new,sendbug$(number_) to $1_
177
!endif
177
!endif