Rev 16891 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16891 | Rev 16903 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | ! |
2 | !readproc lang/names.phtml.$moduclass_lang |
3 | !read adm/class/classname.phtml $wims_classname\ |
3 | !read adm/class/classname.phtml $wims_classname\ |
4 | $wims_institutionname |
4 | $wims_institutionname |
- | 5 | !if $job_title=$empty |
|
5 | !set module_title_lang=!module title_$lang |
6 | !set module_title_lang=!module title_$lang |
6 | !default module_title_lang=$module_title |
7 | !default module_title_lang=$module_title |
- | 8 | !else |
|
- | 9 | !set module_title_lang=$job_title |
|
- | 10 | !endif |
|
7 | !read adm/css.phtml |
11 | !read adm/css.phtml |
8 | !if $cmd=help |
12 | !if $cmd=help |
9 | !header |
13 | !header |
10 | !changeto help.phtml |
14 | !changeto help.phtml |
11 | !endif |
15 | !endif |
Line 18... | Line 22... | ||
18 | to $wims_html_header |
22 | to $wims_html_header |
19 | !header1 |
23 | !header1 |
20 | !read adm/title.phtml 1\ |
24 | !read adm/title.phtml 1\ |
21 | $classname\ |
25 | $classname\ |
22 | $(module_title_lang) |
26 | $(module_title_lang) |
- | 27 | ||
23 | 28 | ||
24 | !if $error!=$empty |
29 | !if $error!=$empty |
25 | <div class="wims_msg alert"> |
30 | <div class="wims_msg alert"> |
- | 31 | <strong>$wims_name_Error:</strong> |
|
26 |
|
32 | !read msg.phtml $error |
- | 33 | !reset error |
|
27 | </div> |
34 | </div> |
- | 35 | !if $notallowed=1 |
|
28 | !goto end |
36 | !goto end |
- | 37 | !endif |
|
- | 38 | !else |
|
- | 39 | !if $success!=$empty |
|
- | 40 | <div class="wims_msg success"> |
|
- | 41 | !read msg.phtml $success |
|
- | 42 | !reset success |
|
- | 43 | </div> |
|
- | 44 | !endif |
|
- | 45 | !if $warning!=$empty |
|
- | 46 | <div class="wims_msg warning"> |
|
- | 47 | !read msg.phtml $warning |
|
- | 48 | !reset warning |
|
- | 49 | </div> |
|
- | 50 | !endif |
|
29 | !endif |
51 | !endif |
30 | 52 | ||
31 | !read $job.phtml |
53 | !read $job.phtml |
32 | 54 | ||
33 | :end |
55 | :end |
Line 41... | Line 63... | ||
41 | !endif |
63 | !endif |
42 | !set wims_menu_items=!append line itemsep,0,$wims_name_Evaluation\ |
64 | !set wims_menu_items=!append line itemsep,0,$wims_name_Evaluation\ |
43 | $sc,1,module=adm/class/userscore$parmuser1\ |
65 | $sc,1,module=adm/class/userscore$parmuser1\ |
44 | $li,1,module=adm/class/livret$parmuser2\ |
66 | $li,1,module=adm/class/livret$parmuser2\ |
45 | to $wims_menu_items |
67 | to $wims_menu_items |
- | 68 | !if $job!=workingtime |
|
- | 69 | !set wims_menu_items=!append line workingtime,1,module=adm/class/activity&+job=workingtime&+user=$user to $wims_menu_items |
|
- | 70 | !endif |
|
46 | !if $status=OK |
71 | !if $status=OK |
47 | !set wims_menu_items=!append line itemsep,0,\ |
72 | !set wims_menu_items=!append line itemsep,0,\ |
48 | back2,1,module=adm/class/activity\ |
73 | back2,1,module=adm/class/activity\ |
49 | to $wims_menu_items |
74 | to $wims_menu_items |
50 | !endif |
75 | !endif |