!if $job2 iswordof mod1 mod2 del1
!read developer/$job2.phtml
!set wims_menu_items=!append line develaccount,1,cmd=reply&job2=first\
to $wims_menu_items
!endif
!! for cn versions : can be redefined in lang/names.phtml.xx
!default name_name=$wims_name_name
!set table_class=sortable
!set table_id=TABLE_devlist
$table_header
<caption>$name_dev</caption>
<thead>$table_hdtr
<th>$wims_name_Login</th><th>$name_name</th><th>$wims_name_action</th>
</tr></thead>
<tbody>
!for d=1 to $devcnt
!distribute lines $(drec$d) into login,passwd,name,email
!read namewriting.phtml $name
$table_tr
<td>$login</td>
<td><a class="text_icon mail" href="mailto:$email">$script_out</a></td>
<td>
!set wims_ref_class=wims_button
!href cmd=reply&job2=mod1&devno=$d $wims_name_properties
!set wims_ref_class=wims_button
!href module=adm/modtool&login=$login&passwd=$passwd&jobreq=modname $name_visit
!set wims_ref_class=wims_button wims_warning
!href cmd=reply&job2=del1&devno=$d $wims_name_erase
</td>
</tr>
</tbody>
$table_end
!read tablesort.phtml
!set wims_menu_items=!append line adddevel,1,cmd=reply&job2=mod1&devno=0\
to $wims_menu_items
!set table_class=sortable
!set table_id=TABLE_devlist
$table_header
<caption>$(name_allowed[1])</caption>
<thead>$table_hdtr
<th>$wims_name_Login</th>
</tr></thead>
<tbody>
!for allowed in $devpublisher
<tr><td>$allowed</td></tr>
</tbody>
$table_end
!form reply
<input type="hidden" name="job2" value="pub">
<div class="wimscenter">
<label for="devpublisher">$(name_allowed[2])</label>
<input size="50" name="devpublisher" value="$devpublisher" id="devpublisher">
</div>
<div class="wimscenter wimsform">
<input type="submit" value="$wims_name_tosave">
</div>
!formend
!if bad_devpub iswordof $error
<div class="wims_msg warning">
$name_bad_devpub
</div>
!endif
!reset job2
,devno
,devlogin
,devpasswd
,devname
,devemail
,devpublisher