Rev 10228 | Rev 12490 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10228 | Rev 10461 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | - | ||
2 | !if $error!=$empty |
1 | !if $error!=$empty |
3 | <div class="wims_msg alert"> |
2 | <div class="wims_msg alert"> |
4 | !read docu/$modu_lang/msg.phtml |
3 | !read docu/$modu_lang/msg.phtml |
5 | </div> |
4 | </div> |
6 | - | ||
7 | !endif |
5 | !endif |
8 | 6 | ||
9 | !if $doccnt<1 |
7 | !if $doccnt<1 |
10 | !if $wims_class!=$empty and $wims_user!=supervisor |
8 | !if $wims_class!=$empty and $wims_user!=supervisor |
11 | $name_home_warning |
9 | $name_home_warning |
12 | !else |
10 | !else |
13 | !if $authoring=$empty |
11 | !if $authoring=$empty |
14 | $name_nodocument1 |
12 | $name_nodocument1 |
15 | !else |
13 | !else |
16 | $name_nodocument2 |
14 | $name_nodocument2 |
17 | !endif |
15 | !endif |
18 | !endif |
16 | !endif |
19 | !else |
17 | !else |
20 | !if $ii>0 |
18 | !if $ii>0 |
21 | !read scripts/table.phtml |
19 | !read scripts/table.phtml |
22 | !else |
20 | !else |
23 | !if $wims_class!=$empty |
21 | !if $wims_class!=$empty |
Line 33... | Line 31... | ||
33 | !set t_=!trim $t_ |
31 | !set t_=!trim $t_ |
34 | !default t_=$n_notitle |
32 | !default t_=$n_notitle |
35 | <li> |
33 | <li> |
36 | !href module=$module&cmd=reply&job=read&doc=$s_&block=main $t_ |
34 | !href module=$module&cmd=reply&job=read&doc=$s_&block=main $t_ |
37 | !if $wims_ismanager=2 |
35 | !if $wims_ismanager=2 |
38 |
|
36 | $ |
39 | !set wims_ref_class=wims_button wims_warning |
37 | !set wims_ref_class=wims_button wims_warning |
40 | !href cmd=reply&job=erase&doc=$s_ $wims_name_erase |
38 | !href cmd=reply&job=erase&doc=$s_ $wims_name_erase |
41 |
|
39 | $ |
42 | !endif |
40 | !endif |
43 | <span class="small">$n_by $a_</span> |
41 | <span class="small">$n_by $a_</span> |
44 | </li> |
42 | </li> |
45 | !next t |
43 | !next t |
46 | </ul> |
44 | </ul> |
Line 54... | Line 52... | ||
54 | <input size="20" name="authoring" value="$authoring" /> |
52 | <input size="20" name="authoring" value="$authoring" /> |
55 | <input type="submit" value="$wims_name_tosave" /> |
53 | <input type="submit" value="$wims_name_tosave" /> |
56 | </p> |
54 | </p> |
57 | 55 | ||
58 | !formend |
56 | !formend |
59 | !endif |
57 | !endif |
60 | 58 | ||
61 | !if $wims_ismanager<2 and ($wims_class=$empty or $wims_user=supervisor) |
59 | !if $wims_ismanager<2 and ($wims_class=$empty or $wims_user=supervisor) |
62 | !set wims_menu_items=!append line createdoc,1, cmd=reply&job=creat\ |
60 | !set wims_menu_items=!append line createdoc,1, cmd=reply&job=creat\ |
63 | doctry,1,cmd=reply&job=auth2&doc=$draftd&block=main&coder=dddd\ |
61 | doctry,1,cmd=reply&job=auth2&doc=$draftd&block=main&coder=dddd\ |
64 | to $wims_menu_items |
62 | to $wims_menu_items |
65 | !endif |
63 | !endif |
66 | 64 | ||
67 | !tail |
65 | !tail |
68 | - |