Rev 2486 | Rev 2560 | 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 |
||
8 | |||
9 | <p>$table_header |
||
2486 | bpr | 10 | <caption>$name_dev</caption> |
23 | reyssat | 11 | $table_hdtr |
2229 | bpr | 12 | <th>$wims_name_Login<th>$wims_name_name<th>$wims_name_action |
23 | reyssat | 13 | !for d=1 to $devcnt |
14 | !distribute lines $(drec$d) into login,passwd,name,email |
||
15 | $table_tr |
||
16 | <td align=center>$login |
||
17 | <td align=center> |
||
18 | <a href="mailto:$email">$name</a> |
||
19 | <td nowrap><small> |
||
2221 | bpr | 20 | !href cmd=reply&job2=del1&devno=$d $wims_name_erase |
23 | reyssat | 21 | |
2221 | bpr | 22 | !href cmd=reply&job2=mod1&devno=$d $wims_name_properties |
23 | reyssat | 23 | |
2486 | bpr | 24 | !href module=adm/modtool&login=$login&passwd=$passwd&jobreq=modname $name_visit |
1045 | bpr | 25 | </small> |
23 | reyssat | 26 | !next d |
1436 | bpr | 27 | $table_end <p> |
2221 | bpr | 28 | |
1436 | bpr | 29 | !set wims_menu_items=!append line adddevel,1,cmd=reply&job2=mod1&devno=0\ |
30 | to $wims_menu_items |
||
23 | reyssat | 31 | |
32 | !form reply |
||
33 | <input type=hidden name=job2 value=pub> |
||
2497 | bpr | 34 | $name_allowed |
35 | <p><center> |
||
23 | reyssat | 36 | <input size=50 name=devpublisher value="$devpublisher"> |
2497 | bpr | 37 | </center> |
38 | <p><center> |
||
2221 | bpr | 39 | <input type=submit value="$wims_name_tosave"> |
2497 | bpr | 40 | </center> |
23 | reyssat | 41 | </form> |
42 | |||
43 | !reset job2,devno,devlogin,devpasswd,devname,devemail,devpublisher |
||
44 |