Rev 14882 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14882 | Rev 14944 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <h1 class="wims_docu_title">$tit</h1> |
1 | <h1 class="wims_docu_title">$tit</h1> |
- | 2 | <div class="wims_content"> |
|
- | 3 | !if $error!=$empty |
|
- | 4 | <div class="wims_msg alert"> |
|
- | 5 | !read docu/$modu_lang/msg.phtml |
|
- | 6 | </div> |
|
- | 7 | !endif |
|
2 | 8 | ||
3 | !if |
9 | !if $erase!=$empty |
4 |
|
10 | <div class="wims_msg info">$name_have_been_erased</div> |
5 | !read docu/$modu_lang/msg.phtml |
- | |
6 | </div> |
- | |
7 | !endif |
11 | !endif |
8 | 12 | ||
9 | ! |
13 | !if $quota_free<1 |
10 | <div class="wims_msg |
14 | <div class="wims_msg alert">$name_warning</div> |
- | 15 | !else |
|
- | 16 | !set wims_form_method=file |
|
- | 17 | !form reply |
|
- | 18 | <input type="hidden" name="job2" value="deposit" /> |
|
- | 19 | <fieldset> |
|
- | 20 | <legend>$name_upload</legend> |
|
- | 21 | <input type="file" size="35" name="wims_deposit" /> |
|
- | 22 | <input type="submit" /> |
|
- | 23 | </fieldset> |
|
- | 24 | !formend |
|
11 | !endif |
25 | !endif |
12 | 26 | ||
13 | ! |
27 | !if $flist!=$empty |
14 | <div class="wims_msg alert">$name_warning</div> |
- | |
15 | !else |
- | |
16 | !set wims_form_method=file |
- | |
17 | !form reply |
- | |
18 | <input type="hidden" name="job2" value="deposit" /> |
- | |
19 | <fieldset> |
- | |
20 |
|
28 | !read lang/names.phtml.$modu_lang file |
21 | <input type="file" size="35" name="wims_deposit" /> |
- | |
22 | <input type="submit" /> |
- | |
23 | </fieldset> |
- | |
24 | !formend |
- | |
25 | !endif |
29 | !endif |
26 | 30 | ||
27 | !if $flist!=$empty |
- | |
28 | !read lang/names.phtml.$modu_lang file |
- | |
29 | !endif |
- | |
30 | - | ||
31 | < |
31 | <hr/> |
32 | !! $n_freespace1 $quota_total Meg. |
32 | !! $n_freespace1 $quota_total Meg. |
33 | !! $n_freespace2 $quota_free Meg. |
33 | !! $n_freespace2 $quota_free Meg. |
34 | !read adm/class/quotafree.proc html |
34 | !read adm/class/quotafree.proc html |
35 | </div> |
35 | </div> |
36 | 36 | ||
37 | !set wims_menu_items=!append line properties,1,cmd=reply&job=prop\ |
37 | !set wims_menu_items=!append line properties,1,cmd=reply&job=prop\ |
38 | blocklist,1,cmd=reply&job=list\ |
38 | blocklist,1,cmd=reply&job=list\ |