Rev 5953 | Rev 7486 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3081 | bpr | 1 | !read adm/title.phtml 3\ |
2 | \ |
||
3 | $title |
||
23 | reyssat | 4 | |
5 | !if $job2=one |
||
6 | !read mu/one.phtml |
||
7 | !reset auto muauto |
||
8 | !exit |
||
9 | !endif |
||
10 | |||
11 | !if $job2=all |
||
5877 | bpr | 12 | <p> |
2486 | bpr | 13 | $name_scheduled |
6235 | bpr | 14 | </p> <hr style="width:70%" /> |
23 | reyssat | 15 | !set job2=first |
3165 | bpr | 16 | !reset auto muauto |
23 | reyssat | 17 | !endif |
18 | |||
3081 | bpr | 19 | $name_canupdate |
20 | !href cmd=reply&job=conf&confcat=6 $name_click |
||
21 | $name_automatic |
||
22 | |
||
23 | !set wims_ref_class=wims_button_help |
||
24 | !href cmd=help&help_subject=publication $wims_name_help |
||
25 | |||
23 | reyssat | 26 | !form reply |
6235 | bpr | 27 | <input type="hidden" name="muauto" value="check" /> |
5953 | bpr | 28 | !reset table_center |
3019 | guerimand | 29 | $table_header |
3084 | bpr | 30 | $table_tr |
6235 | bpr | 31 | <td><input type="submit" value="$wims_name_search" /> $name_mod |
3081 | bpr | 32 | </td> |
5953 | bpr | 33 | <td> |
3030 | guerimand | 34 | !let nb=!itemcnt $mu_download_site |
3019 | guerimand | 35 | !if $nb>1 |
3081 | bpr | 36 | <ol> |
3030 | guerimand | 37 | !for k in $mu_download_site |
38 | <li>$(depotname_$k) ($k)</li> |
||
3019 | guerimand | 39 | !next depot |
3081 | bpr | 40 | </ol> |
3019 | guerimand | 41 | !else |
3030 | guerimand | 42 | $(depotname_$(mu_download_site)) ($mu_download_site) |
3019 | guerimand | 43 | !endif |
44 | </td> |
||
45 | </tr> |
||
3084 | bpr | 46 | $table_tr |
5932 | bpr | 47 | <td>$name_zone</td> |
6235 | bpr | 48 | <td><input size="40" name="muzone" value="$muzone" /></td> |
3019 | guerimand | 49 | </tr> |
3084 | bpr | 50 | $table_tr |
5932 | bpr | 51 | <td>$name_cat</td> |
6235 | bpr | 52 | <td><input size="40" name="mucat" value="$mucat" /> </td> |
3019 | guerimand | 53 | </tr> |
3221 | bpr | 54 | $table_tr |
5932 | bpr | 55 | <td>$name_change</td> |
6235 | bpr | 56 | <td><input size="4" name="mudelay" value="$mudelay" /> $name_ago</td> |
3019 | guerimand | 57 | </tr> |
23 | reyssat | 58 | $table_end |
59 | |||
5927 | bpr | 60 | !formend |
61 | |||
6235 | bpr | 62 | <hr style="width:70%" /> |
23 | reyssat | 63 | |
2487 | bpr | 64 | $name_youneed |
65 | !href cmd=reply&job=mkindex $name_rebuild |
||
66 | $name_after. |
||
23 | reyssat | 67 | |
2487 | bpr | 68 | $name_rss |
3156 | bpr | 69 | !href cmd=reply&job=rss RSS |
70 | . |
||
23 | reyssat | 71 | !if $auto=check |
72 | !read mu/$auto.phtml |
||
73 | !endif |
||
74 | |||
75 | !reset muauto |