📄 en_control1.asp
字号:
</SELECT> <font color="#FF0000">*</font></td>
<td height="40" width="32%"> </td>
</tr>
<tr>
<td height="40" width="25%" align="center">每小单价:</td>
<td width="43%" height="40" bgcolor="#E7E7E7">
<INPUT TYPE="text" NAME="fund" SIZE="6" MAXLENGTH=6 VALUE="<%=rs("fund")%>" STYLE="border: 1px solid #000000; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFfFFF">
元人民币<font color="#FF0000">* 可填“面议” </font></td>
<td height="40" width="32%"> </td>
</tr>
<tr>
<td height="40" width="25%" align="center">教员性别:</td>
<td height="40" width="43%">
<INPUT TYPE="radio"<%if rs("yuangong") ="男" then Response.Write "checked"%> VALUE="男" NAME="yuangong">
男 <INPUT TYPE="radio" <%if rs("yuangong") ="女" then Response.Write "checked"%> NAME="yuangong" VALUE="女">
女 <font color="#FF0000">*</font></td>
<td height="40" width="32%"> </td>
</tr>
<tr>
<td height="40" width="25%" align="center">服务区域:</td>
<td height="40" width="43%">
<%
set rss=server.createobject("adodb.recordset")
sqls="select * from province where shengNo="&int(rs("province"))
rss.open sqls,conn,1,1
if rss.eof then
end if
if rs("province") =0 then
response.write "不详"
end if
shengid=rss("id")
sheng=rss("shengname")
rss.close
set rss=nothing
%>
<%
set rss=server.createobject("adodb.recordset")
sqls="select * from city where Shengid="&shengid&" and shino="&int(rs("city"))
rss.open sqls,conn,1,1
if rss.eof then
end if
shi=rss("shiname")
rss.close
set rss=nothing
%>
当前设置:<font color=#ff0000><%=sheng%><%=shi%><%=rs("xian")%></font><br>
省份:<select size="1" name="province" onChange=chsel() style=" font-size: 12px; background-color: #fff4e5">
<option value="0" selected>选择省份</option>
<%dim tmpShengid
tmpShengid=0
province=int(province)
city=int(city)
set rs1_s=server.createobject("adodb.recordset")
sql2="select * from province order by shengorder"
rs1_s.open sql2,conn,1,1
while not rs1_s.eof
if rs1_s("ShengNo") =province then
tmpShengid=rs1_s("id")
%>
<option value="<%=rs1_s("ShengNo")%>" selected ><%=trim(rs1_s("ShengName"))%></option>
<%
else
%>
<option value="<%=rs1_s("ShengNo")%>" ><%=trim(rs1_s("ShengName"))%></option>
<%
end if
rs1_s.movenext
wend
rs1_s.close
set rs1_s=nothing
%></select><br>
城市:<select size="1" size="18" name="city" style=" font-size: 12px; background-color: #fff4e5" >
<option value="0" >选择城市</option>
<%
set rs1_s=server.createobject("adodb.recordset")
sql2="select * from city where shengid="&tmpShengid&" order by shiorder"
rs1_s.open sql2,conn,1,1
while not rs1_s.eof
%><option value="<%=rs1_s("ShiNo")%>" <%if city=rs1_s("ShiNo") then%>selected<%end if%>><%=trim(rs1_s("ShiName"))%></option>
<%
rs1_s.movenext
wend
rs1_s.close
set rs1_s=nothing
%>
</select><br>
县区:<input name="xian" type="text" style="border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px" size="20" maxlength="8"></td>
<td width="32%" height="0"><font color=#ff0000>不修改请不要设置;</font>如果无法选择城市,请再点一下相应的省份后再选;如没有县区,请<font color=#ff0000>留空</font>,县区要在省市存在的情况下才有效。</td>
<td height="40" width="32%"> </td>
</tr>
<tr>
<td height="40" width="25%" align="center">每次最少辅导:</td>
<td width="43%" height="20">
<INPUT TYPE="text" NAME="faren" SIZE="5" MAXLENGTH=2 VALUE="<%=rs("faren")%>" STYLE="border: 1px solid #000000; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFfFFF">
小时<font color="#FF0000">*</font></td>
<td width="32%" height="40" rowspan="3"> </td>
</tr>
<tr>
<td height="40" align="center">服务方式:</td>
<td width="43%" height="0"><SELECT SIZE=1 NAME=fwff STYLE="border: 1px solid #000000; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFfFFF">
<OPTION VALUE="0" <%if rs("fwff") ="" then Response.Write "selected"%>>请在以下列表中选择</OPTION>
<OPTION VALUE=教员上门 <%if rs("fwff") ="教员上门" then Response.Write "selected"%>>教员上门</OPTION>
<OPTION VALUE=学员上门 <%if rs("fwff") ="学员上门" then Response.Write "selected"%>>学员上门</OPTION>
<OPTION VALUE=其它方式 <%if rs("fwff") ="其它方式" then Response.Write "selected"%>>其它方式</OPTION>
</SELECT>
<font color="#FF0000">*</font> </td>
</tr>
<tr>
<td height="40" align="center">有效期限:</td>
<td width="43%" height="20">
<SELECT SIZE=1 NAME=yxq STYLE="border: 1px solid #000000; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFfFFF">
<OPTION VALUE="0" <%if rs("yxq") ="" then Response.Write "selected"%>>请在以下列表中选择</OPTION>
<OPTION VALUE=一个月 <%if rs("yxq") ="一个月" then Response.Write "selected"%>>一个月</OPTION>
<OPTION VALUE=三个月 <%if rs("yxq") ="三个月" then Response.Write "selected"%>>三个月</OPTION>
<OPTION VALUE=半年 <%if rs("yxq") ="半年" then Response.Write "selected"%>>半年</OPTION>
<OPTION VALUE=一年 <%if rs("yxq") ="一年" then Response.Write "selected"%>>一年</OPTION>
<OPTION VALUE=长期有效 <%if rs("yxq") ="长期有效" then Response.Write "selected"%>>长期有效</OPTION>
</SELECT>
<font color="#FF0000">*</font> </td>
</tr>
<tr>
<td height="40" colspan="3" bgcolor="#FFFBF7">
<p align="center">教员简介
<font color="#FF0000">*</font>300字以内</td>
</tr>
<tr>
<td height="40" colspan="3" bgcolor="#E7E7E7">
<p align="center">
<TEXTAREA ROWS="10" NAME="jianj" COLS="53" STYLE="border:1px solid #000000; background-color: #FFfFFF; color: #000060; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1"><%=rs("jianj")%></TEXTAREA></td>
</tr>
<tr>
<td height="40" width="25%" align="center">具体地址:</td>
<td width="43%" height="40" bgcolor="#FFFBF7">
<INPUT TYPE="text" NAME="address" SIZE="30" MAXLENGTH=40 VALUE="<%=rs("address")%>" STYLE="border: 1px solid #000000; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFfFFF"></td>
<td height="40" width="32%"> </td>
</tr>
<tr>
<td height="40" width="25%" align="center">邮政编码:</td>
<td width="43%" height="40" bgcolor="#FFFBF7">
<INPUT TYPE="text" NAME="zip" SIZE="13" MAXLENGTH=6 VALUE="<%=rs("zip")%>" STYLE="border: 1px solid #000000; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFfFFF"></td>
<td height="40" width="32%"> </td>
</tr>
<tr>
<td height="40" width="25%" align="center">联系电话:</td>
<td height="40" colspan="2">
<% if Request.Cookies("vip")="true" or rs("rz")=true then %>
<INPUT TYPE="text" NAME="phone" SIZE="15" MAXLENGTH=40 VALUE="<%=rs("phone")%>" STYLE="border: 1px solid #000000; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFfFFF">
<%else%>
<INPUT TYPE="text" NAME="phone" SIZE="15" readonly MAXLENGTH=40 VALUE="<%=rs("phone")%>" STYLE="border: 1px solid #000000; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFfFFF">
<%end if %>
<font color="#FF0000">*普通用户禁止修改,修改提供证件[<a href="nomo.html" target="_blank">查看原因</a>]</font></td>
</tr>
<tr>
<td height="40" width="25%" align="center">电子信箱:</td>
<td height="40" width="43%"> <INPUT TYPE="text" NAME="email" SIZE="20" MAXLENGTH=40 VALUE="<%=rs("email")%>" STYLE="border: 1px solid #000000; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFfFFF">
<font color="#FF0000">*</font></td>
<td height="40" width="32%"> </td>
</tr>
<tr>
<td height="40" width="25%" align="center">QQ号码:</td>
<td height="40" width="43%">
<INPUT TYPE="text" NAME="rstel" SIZE="20" MAXLENGTH=40 VALUE="<%=rs("rstel")%>" STYLE="border: 1px solid #000000; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFfFFF"></td>
<td height="40" width="32%"> </td>
</tr>
<tr>
<td height="40" width="25%" align="center">个人网站:</td>
<td height="40" width="43%">
<INPUT TYPE="text" NAME="web" SIZE="15" MAXLENGTH=50 VALUE="<%=rs("web")%>" STYLE="border: 1px solid #000000; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFfFFF">
<a href="http://www.job528.net/boke/" target="_blank"><font color=#ff0000>免费申请个人博客</font></a></td>
<td height="40" width="32%"> </td>
</tr>
<tr>
<td height="40" colspan="3">
<p align="center">
<input type="submit" value="完成" name="B1"></td>
</tr>
</table>
</form>
<span class="STYLE1">提示:如果点“完成”出错,说明你登录超时,请重新登录埴写本页内容。</span> </td>
</tr>
</table>
</div>
<%'表格%></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<%
rs.close
set rs=nothing
set conn=nothing
%>
<!--#include file="base.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -