<%
tmp1=web_dim(19)
if not(isnumeric(tmp1)) then tmp1=0
tmp1=int(tmp1)
%>
<tr>
<td>审核用户:</td>
<td>
<select name=web_pass size=1>
<%
dim dim_tmp
for i=0 to ubound(dim_user)
dim_tmp=split(dim_user(i),":")
response.write vbcrlf&"<option value='"&dim_tmp(0)&"'"
if web_dim(19)=dim_tmp(0) then response.write " selected"
response.write ">"&dim_tmp(1)&"("&dim_tmp(0)&",系数:"&dim_tmp(2)&")</option>"
next
%></select>
</td>
<td class=gray>具有不审核用户组</td>
</tr>