Subversion Repositories wimsdev

Rev

Rev 13487 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2204 bpr 1
!!language independant
2369 bpr 2
 
2220 bpr 3
!set mod_title=!defof title_$modu_lang in index
4
!default mod_title=$module_title
1133 bpr 5
!header1
1346 bpr 6
!read adm/title.phtml 2\
2220 bpr 7
$mod_title\
1346 bpr 8
$httpd_HTTP_HOST
1133 bpr 9
 
5914 bpr 10
!if $wims_theme_version=0 or $wims_theme_version=
11
  <div class="wimscenter">
12
!endif
23 reyssat 13
!for j in $joblist
12478 bpr 14
  !if $j=$job
15
    !if $wims_theme_version=0 or $wims_theme_version=
16
      <u><b>$(wims_name_mod_$j)</b></u>
17
    !endif
18
  !else
19
    !if $wims_theme_version=0 or $wims_theme_version=
20
      !href cmd=reply&job=$j $(wims_name_mod_$j)
21
    !endif
16950 bpr 22
    !if $j!=depr or ($j=depr and $job=modif)
23
      !set wims_menu_items=!append line mod_$j,1,cmd=reply&job=$j \
24
        to $wims_menu_items
25
    !endif
1346 bpr 26
  !endif
12478 bpr 27
  !if $wims_theme_version=0 or $wims_theme_version=
28
    &nbsp;
29
  !endif
23 reyssat 30
!next j
5914 bpr 31
!if $wims_theme_version=0 or $wims_theme_version=
32
  </div>
33
!endif
23 reyssat 34
 
35
!read $job.phtml
5788 bpr 36
!set wims_menu_items=!append line rss_new,2,$w_/rss/new.xml,external\
37
rss_modif,2,$w_/rss/modif.xml,external\
1336 bpr 38
to $wims_menu_items
23 reyssat 39
 
40
!tail