Rev 2497 | Rev 3049 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !if $job2 iswordof mod1 mod2 del1 |
||
3 | !read developer/$job2.phtml |
||
1436 | bpr | 4 | !set wims_menu_items=!append line develaccount,1,cmd=reply&job2=first\ |
5 | to $wims_menu_items |
||
23 | reyssat | 6 | !exit |
7 | !endif |
||
2560 | bpr | 8 | !! for cn versions can be redefine in lang/names.phtml.xx |
9 | !default name_name=$wims_name_name |
||
23 | reyssat | 10 | <p>$table_header |
2486 | bpr | 11 | <caption>$name_dev</caption> |
23 | reyssat | 12 | $table_hdtr |
2560 | bpr | 13 | <th>$wims_name_Login<th>$name_name<th>$wims_name_action |
23 | reyssat | 14 | !for d=1 to $devcnt |
15 | !distribute lines $(drec$d) into login,passwd,name,email |
||
16 | $table_tr |
||
17 | <td align=center>$login |
||
18 | <td align=center> |
||
19 | <a href="mailto:$email">$name</a> |
||
20 | <td nowrap><small> |
||
2221 | bpr | 21 | !href cmd=reply&job2=del1&devno=$d $wims_name_erase |
23 | reyssat | 22 | |
2221 | bpr | 23 | !href cmd=reply&job2=mod1&devno=$d $wims_name_properties |
23 | reyssat | 24 | |
2486 | bpr | 25 | !href module=adm/modtool&login=$login&passwd=$passwd&jobreq=modname $name_visit |
1045 | bpr | 26 | </small> |
23 | reyssat | 27 | !next d |
1436 | bpr | 28 | $table_end <p> |
2221 | bpr | 29 | |
1436 | bpr | 30 | !set wims_menu_items=!append line adddevel,1,cmd=reply&job2=mod1&devno=0\ |
31 | to $wims_menu_items |
||
23 | reyssat | 32 | |
33 | !form reply |
||
34 | <input type=hidden name=job2 value=pub> |
||
2497 | bpr | 35 | $name_allowed |
36 | <p><center> |
||
23 | reyssat | 37 | <input size=50 name=devpublisher value="$devpublisher"> |
2497 | bpr | 38 | </center> |
39 | <p><center> |
||
2221 | bpr | 40 | <input type=submit value="$wims_name_tosave"> |
2497 | bpr | 41 | </center> |
23 | reyssat | 42 | </form> |
43 | |||
44 | !reset job2,devno,devlogin,devpasswd,devname,devemail,devpublisher |
||
45 |