Rev 12155 | Rev 16887 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12155 | Rev 14839 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | !exit |
6 | !exit |
7 | !endif |
7 | !endif |
8 | 8 | ||
9 | !! for cn versions : can be redefined in lang/names.phtml.xx |
9 | !! for cn versions : can be redefined in lang/names.phtml.xx |
10 | !default name_name=$wims_name_name |
10 | !default name_name=$wims_name_name |
- | 11 | !set table_class=sortable |
|
- | 12 | !set table_id=TABLE_devlist |
|
11 | $table_header |
13 | $table_header |
12 | <caption>$name_dev</caption> |
14 | <caption>$name_dev</caption> |
13 | $table_hdtr |
15 | <thead>$table_hdtr |
14 | <th>$wims_name_Login</th><th>$name_name</th><th>$wims_name_action</th> |
16 | <th>$wims_name_Login</th><th>$name_name</th><th>$wims_name_action</th> |
- | 17 | </tr></thead> |
|
15 | < |
18 | <tbody> |
16 | !for d=1 to $devcnt |
19 | !for d=1 to $devcnt |
17 | !distribute lines $(drec$d) into login,passwd,name,email |
20 | !distribute lines $(drec$d) into login,passwd,name,email |
18 | !read namewriting.phtml $name |
21 | !read namewriting.phtml $name |
19 | $table_tr |
22 | $table_tr |
20 | <td>$login</td> |
23 | <td>$login</td> |
Line 29... | Line 32... | ||
29 | !set wims_ref_class=wims_button wims_warning |
32 | !set wims_ref_class=wims_button wims_warning |
30 | !href cmd=reply&job2=del1&devno=$d $wims_name_erase |
33 | !href cmd=reply&job2=del1&devno=$d $wims_name_erase |
31 | </td> |
34 | </td> |
32 | </tr> |
35 | </tr> |
33 | !next d |
36 | !next d |
- | 37 | </tbody> |
|
34 | $table_end |
38 | $table_end |
- | 39 | !read tablesort.phtml |
|
35 | 40 | ||
36 | !set wims_menu_items=!append line adddevel,1,cmd=reply&job2=mod1&devno=0\ |
41 | !set wims_menu_items=!append line adddevel,1,cmd=reply&job2=mod1&devno=0\ |
37 | to $wims_menu_items |
42 | to $wims_menu_items |
38 | 43 | ||
39 | !form reply |
44 | !form reply |