Rev 12478 | Go to most recent revision | 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 |
||
13487 | bpr | 22 | !set wims_menu_items=!append line mod_$j,1,cmd=reply&job=$j \ |
12478 | bpr | 23 | to $wims_menu_items |
1346 | bpr | 24 | !endif |
12478 | bpr | 25 | !if $wims_theme_version=0 or $wims_theme_version= |
26 | |
||
27 | !endif |
||
23 | reyssat | 28 | !next j |
5914 | bpr | 29 | !if $wims_theme_version=0 or $wims_theme_version= |
30 | </div> |
||
31 | !endif |
||
23 | reyssat | 32 | |
33 | !read $job.phtml |
||
5788 | bpr | 34 | !set wims_menu_items=!append line rss_new,2,$w_/rss/new.xml,external\ |
35 | rss_modif,2,$w_/rss/modif.xml,external\ |
||
1336 | bpr | 36 | to $wims_menu_items |
23 | reyssat | 37 | |
38 | !tail |