Rev 5882 | Rev 5927 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5882 | Rev 5894 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | to $wims_menu_items |
5 | to $wims_menu_items |
6 | !exit |
6 | !exit |
7 | !endif |
7 | !endif |
8 | !! for cn versions can be redefine in lang/names.phtml.xx |
8 | !! for cn versions can be redefine in lang/names.phtml.xx |
9 | !default name_name=$wims_name_name |
9 | !default name_name=$wims_name_name |
10 |
|
10 | $table_header |
11 | <caption>$name_dev</caption> |
11 | <caption>$name_dev</caption> |
12 | $table_hdtr |
12 | $table_hdtr |
13 | <th>$wims_name_Login</th><th>$name_name</th><th>$wims_name_action</th></tr> |
13 | <th>$wims_name_Login</th><th>$name_name</th><th>$wims_name_action</th></tr> |
14 | !for d=1 to $devcnt |
14 | !for d=1 to $devcnt |
15 | !distribute lines $(drec$d) into login,passwd,name,email |
15 | !distribute lines $(drec$d) into login,passwd,name,email |
16 | !read namewriting.phtml $name |
16 | !read namewriting.phtml $name |
17 | $table_tr |
17 | $table_tr |
18 | <td align="center">$login |
18 | <td align="center">$login</td> |
19 | <td align="center"> |
19 | <td align="center"> |
20 | <a href="mailto:$email">$script_out</a> |
20 | <a href="mailto:$email">$script_out</a></td> |
21 | <td |
21 | <td wrap="nowrap"> |
22 | !set wims_ref_class=wims_button |
22 | !set wims_ref_class=wims_button |
23 | !href cmd=reply&job2=del1&devno=$d $wims_name_erase |
23 | !href cmd=reply&job2=del1&devno=$d $wims_name_erase |
24 | |
24 | |
25 | !set wims_ref_class=wims_button |
25 | !set wims_ref_class=wims_button |
26 | !href cmd=reply&job2=mod1&devno=$d $wims_name_properties |
26 | !href cmd=reply&job2=mod1&devno=$d $wims_name_properties |
27 | |
27 | |
28 | !set wims_ref_class=wims_button |
28 | !set wims_ref_class=wims_button |
29 | !href module=adm/modtool&login=$login&passwd=$passwd&jobreq=modname $name_visit |
29 | !href module=adm/modtool&login=$login&passwd=$passwd&jobreq=modname $name_visit |
- | 30 | </td></tr> |
|
30 | !next d |
31 | !next d |
31 | $table_end |
32 | $table_end |
32 | 33 | ||
33 | !set wims_menu_items=!append line adddevel,1,cmd=reply&job2=mod1&devno=0\ |
34 | !set wims_menu_items=!append line adddevel,1,cmd=reply&job2=mod1&devno=0\ |
34 | to $wims_menu_items |
35 | to $wims_menu_items |
35 | 36 | ||
36 | !form reply |
37 | !form reply |