Rev 8699 | Rev 12155 | 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 |
||
5894 | bpr | 10 | $table_header |
2486 | bpr | 11 | <caption>$name_dev</caption> |
23 | reyssat | 12 | $table_hdtr |
4324 | bpr | 13 | <th>$wims_name_Login</th><th>$name_name</th><th>$wims_name_action</th></tr> |
23 | reyssat | 14 | !for d=1 to $devcnt |
15 | !distribute lines $(drec$d) into login,passwd,name,email |
||
4324 | bpr | 16 | !read namewriting.phtml $name |
23 | reyssat | 17 | $table_tr |
5932 | bpr | 18 | <td>$login</td> |
19 | <td> |
||
5894 | bpr | 20 | <a href="mailto:$email">$script_out</a></td> |
8699 | obado | 21 | <td> |
7973 | bpr | 22 | !set wims_ref_class=wims_button wims_warning |
2221 | bpr | 23 | !href cmd=reply&job2=del1&devno=$d $wims_name_erase |
23 | reyssat | 24 | |
3070 | bpr | 25 | !set wims_ref_class=wims_button |
2221 | bpr | 26 | !href cmd=reply&job2=mod1&devno=$d $wims_name_properties |
23 | reyssat | 27 | |
3070 | bpr | 28 | !set wims_ref_class=wims_button |
2486 | bpr | 29 | !href module=adm/modtool&login=$login&passwd=$passwd&jobreq=modname $name_visit |
5894 | bpr | 30 | </td></tr> |
23 | reyssat | 31 | !next d |
5894 | bpr | 32 | $table_end |
2221 | bpr | 33 | |
1436 | bpr | 34 | !set wims_menu_items=!append line adddevel,1,cmd=reply&job2=mod1&devno=0\ |
35 | to $wims_menu_items |
||
23 | reyssat | 36 | |
37 | !form reply |
||
6235 | bpr | 38 | <input type="hidden" name="job2" value="pub" /> |
11938 | bpr | 39 | $(name_allowed[1]) |
5874 | bpr | 40 | <div class="wimscenter"> |
11938 | bpr | 41 | <label for="devpublisher">$(name_allowed[2])</label> |
42 | <input size="50" name="devpublisher" value="$devpublisher" id="devpublisher" /> |
||
5874 | bpr | 43 | </div> |
44 | <div class="wimscenter wimsform"> |
||
6235 | bpr | 45 | <input type="submit" value="$wims_name_tosave" /> |
5874 | bpr | 46 | </div> |
23 | reyssat | 47 | |
5927 | bpr | 48 | !formend |
49 | |||
23 | reyssat | 50 | !reset job2,devno,devlogin,devpasswd,devname,devemail,devpublisher |
51 |