!read adm/title.phtml 3\
\
$title
!if $save!=$empty
!if $error!=$empty
<div class="wims_alertmsg">
!read lang/msg.phtml.$modu_lang
</div>
!else
!if $changed<1
$name_config
!else
$name_updated
!endif
!endif
!endif
!form reply
$table_header
!for i=1 to $confcnt
!set r_=!record $i of lang/confdata.$modu_lang
!set t_=!word 1 of $r_
!if $catname isitemof $t_
!distribute lines $r_ into a_,b_,c_,e_
!distribute words $a_ into t_,n_,N_
!set D_=$($n_)
$table_tr
<td>$b_ </td><td>
!set wims_ref_class=wims_button_help
!href cmd=help&help_subject=conf&help_conf=$i $wims_name_help
!if $c_ iswordof free int
<br />
<span class="small">
<a href="#" onclick="document.forms[0].conf_$i.value='$(DF_$n_)'">$name_default</a>
</span>
!endif
</td><td nowrap="nowrap" style="text-align:left;">
!if $c_=free
<input size="40" name="conf_$i" value="$D_" />
!endif
!if $c_=int
<input size="10" name="conf_$i" value="$D_" />
!endif
!if $c_=choice
!set conf_$i=$D_
!set e_=!translate ; to $\
$ in $e_
!distribute lines $e_ into x_,y_
!formselect conf_
$i list $x_ prompt
$y_
!endif
!if $c_=checkbox
!set conf_$i=$D_
!set e_=!translate ; to $\
$ in $e_
!distribute lines $e_ into x_,y_
!formcheckbox conf_
$i list $x_ prompt
$y_
!endif
</td></tr>
!endif
$table_end
<div class="wimscenter wimsform">
<input type="submit" name="save" value="$wims_name_tosave" />
<input type="submit" name="abandon" value="$wims_name_giveup" />
</div>
!formend
<span class="wims_warning">$wims_name_warning</span>. $name_warning
!read conf/$catname.phtml