Rev 5932 | Rev 6235 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5932 | Rev 5953 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | !set wims_ref_class=wims_button_help |
23 | !set wims_ref_class=wims_button_help |
24 | !href cmd=help&help_subject=publication $wims_name_help |
24 | !href cmd=help&help_subject=publication $wims_name_help |
25 | 25 | ||
26 | !form reply |
26 | !form reply |
27 | <input type="hidden" name="muauto" value="check"/> |
27 | <input type="hidden" name="muauto" value="check"/> |
- | 28 | !reset table_center |
|
28 | $table_header |
29 | $table_header |
29 | $table_tr |
30 | $table_tr |
30 | <td><input type="submit" value="$wims_name_search"/> $name_mod |
31 | <td><input type="submit" value="$wims_name_search"/> $name_mod |
31 | </td> |
32 | </td> |
32 | <td |
33 | <td> |
33 | !let nb=!itemcnt $mu_download_site |
34 | !let nb=!itemcnt $mu_download_site |
34 | !if $nb>1 |
35 | !if $nb>1 |
35 | <ol> |
36 | <ol> |
36 | !for k in $mu_download_site |
37 | !for k in $mu_download_site |
37 | <li>$(depotname_$k) ($k)</li> |
38 | <li>$(depotname_$k) ($k)</li> |
Line 42... | Line 43... | ||
42 | !endif |
43 | !endif |
43 | </td> |
44 | </td> |
44 | </tr> |
45 | </tr> |
45 | $table_tr |
46 | $table_tr |
46 | <td>$name_zone</td> |
47 | <td>$name_zone</td> |
47 | <td |
48 | <td><input size="40" name="muzone" value="$muzone"/></td> |
48 | </tr> |
49 | </tr> |
49 | $table_tr |
50 | $table_tr |
50 | <td>$name_cat</td> |
51 | <td>$name_cat</td> |
51 | <td |
52 | <td><input size="40" name="mucat" value="$mucat"/> </td> |
52 | </tr> |
53 | </tr> |
53 | $table_tr |
54 | $table_tr |
54 | <td>$name_change</td> |
55 | <td>$name_change</td> |
55 | <td |
56 | <td><input size="4" name="mudelay" value="$mudelay"/> $name_ago</td> |
56 | </tr> |
57 | </tr> |
57 | $table_end |
58 | $table_end |
58 | 59 | ||
59 | !formend |
60 | !formend |
60 | 61 |