Rev 6146 | Rev 6685 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6146 | Rev 6235 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !if $error!=$empty |
2 | !if $error!=$empty |
3 | <div class="wims_alertmsg"> |
3 | <div class="wims_alertmsg"> |
4 | !read docu/$modu_lang/msg.phtml |
4 | !read docu/$modu_lang/msg.phtml |
5 | </div> |
5 | </div> |
6 | <hr/> |
6 | <hr /> |
7 | !endif |
7 | !endif |
8 | 8 | ||
9 | !if $doccnt<1 |
9 | !if $doccnt<1 |
10 | !if $wims_class!=$empty and $wims_user!=supervisor |
10 | !if $wims_class!=$empty and $wims_user!=supervisor |
11 | $name_home_warning |
11 | $name_home_warning |
Line 49... | Line 49... | ||
49 | 49 | ||
50 | !if $wims_class=$empty and $wims_ismanager<2 |
50 | !if $wims_class=$empty and $wims_ismanager<2 |
51 | !form reply |
51 | !form reply |
52 | <p> |
52 | <p> |
53 | $name_listauthor: |
53 | $name_listauthor: |
54 | <input size="20" name="authoring" value="$authoring"/> |
54 | <input size="20" name="authoring" value="$authoring" /> |
55 | <input type="submit" value="$wims_name_tosave"/> |
55 | <input type="submit" value="$wims_name_tosave" /> |
56 | </p> |
56 | </p> |
57 | 57 | ||
58 | !formend |
58 | !formend |
59 | !endif |
59 | !endif |
60 | 60 |