Rev 13318 | Rev 15057 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13318 | Rev 15052 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | $name_download4 |
36 | $name_download4 |
37 | !else |
37 | !else |
38 | $name_download5 |
38 | $name_download5 |
39 | !endif |
39 | !endif |
40 | 40 | ||
- | 41 | <script> |
|
- | 42 | !read arch/select_all.js |
|
- | 43 | </script> |
|
41 | !set selection=$select |
44 | !set selection=$select |
42 | ! |
45 | !set nb_select=!itemcnt $select |
- | 46 | !set nb_tot=!itemcnt $reclist |
|
43 | 47 | ||
- | 48 | <div class="check_all_selection"> |
|
- | 49 | <input type="checkbox" onClick="toggle()" id="check_all_selection" |
|
- | 50 | !if $nb_select >= $nb_tot |
|
- | 51 | checked |
|
- | 52 | !endif |
|
- | 53 | /><label for="check_all_selection">$name_toggle_all</label> |
|
- | 54 | </div> |
|
- | 55 | !set wims_html_mode=div |
|
- | 56 | <div class="arch_filters"> |
|
- | 57 | !formcheckbox selection list $reclist prompt $tot |
|
- | 58 | </div> |
|
44 | <p>$name_selective1 <input type="submit" value="$name_selective2" /> |
59 | <p>$name_selective1 <input type="submit" value="$name_selective2" /> |
45 | $name_selective3 |
60 | $name_selective3 |
46 | </p> |
61 | </p> |
47 | <div class="wims_msg info"> |
62 | <div class="wims_msg info"> |
48 | !read lang/names.phtml.$moduclass_lang download |
63 | !read lang/names.phtml.$moduclass_lang download |