📄 userinfo.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:ehfs>
<HEAD>
<link type="text/css" rel="stylesheet" href="../css/control.css">
<XML id='sex'>
<root>
<r value='1' text='男' />
<r value='2' text='女' />
</root>
</XML>
<XML id='choose'>
<root>
<r value='1' text='是' />
<r value='1' text='否' />
</root>
</XML>
<script language="javascript">
function load(){
sexQueryArea.xmlSource = sex;
chooseMaskEdit.xmlSource = choose;
}
</script>
</HEAD>
<BODY onload="load()">
<FIELDSET style="position:absolute;top:15;left:150;width:480;height:400;border:solid 1px #A6C4E1">
<legend id="searchLegend" style="position:absolute;font-size:20;font-weight:bold;
color:#333366;left:0;face:'宋体'">详细信息</legend>
</FIELDSET>
<ehfs:maskedit id="useidMaskEdit" width="60" left="450" top="60" caption="用 户 名* " init="1" />
<ehfs:maskedit id="idMaskEdit" width="80" left="200" top="60" caption="姓 名* " init="1" />
<ehfs:sec init="1" id="sexQueryArea" valueCol="value" textCol="text" width="110" left="450" top="90" caption="性 别 " />
<ehfs:datepicker id="DatePicker" caption="出生年月* " left="200" width="115" top="90" init="1"></ehfs:datepicker>
<ehfs:sec init="1" id="nationSec" valueCol="value" textCol="text" width="110" left="450" top="120" caption="民 族 " />
<ehfs:maskedit id="bodyNoMaskEdit" width="140" left="200" top="120" caption="身份证号* " init="1" />
<ehfs:maskedit id="accountNoMaskEdit" width="140" left="200" top="150" caption="居 住 地 " init="1" />
<ehfs:sec init="1" id="positionSec" valueCol="value" textCol="text" width="110" left="450" top="150" caption="职 务* " />
<ehfs:sec init="1" id="callSec" valueCol="value" textCol="text" width="110" left="450" top="180" caption="职 称* " />
<ehfs:maskedit id="schoolfromMaskEdit" width="140" left="200" top="180" caption="毕业学校 " init="1" />
<ehfs:sec init="1" id="schoolDatePicker" caption="国 籍 " left="200" width="140" top="210"/>
<ehfs:sec init="1" id="capSec" valueCol="value" textCol="text" width="205" left="200" top="240" caption="所在单位* " />
<ehfs:sec init="1" id="departmentSec" valueCol="value" textCol="text" width="205" left="200" top="270" caption="所在部门 " />
<ehfs:sec init="1" id="eduSec" valueCol="value" textCol="text" width="110" left="450" top="210" caption="学 历 " />
<ehfs:sec init="1" id="pSec" valueCol="value" textCol="text" width="110" left="450" top="240" caption="专 业 " />
<ehfs:sec init="1" id="classSec" valueCol="value" textCol="text" width="110" left="450" top="270" caption="健康状况 " />
<ehfs:maskedit id="receiveDatePicker" caption="Email " left="200" width="163" top="300" init="1"/>
<ehfs:maskedit id="instateDatePicker" caption="手 机 " left="200" width="143" top="330" init="1"/>
<ehfs:maskedit id="phoneMaskEdit" width="140" left="200" top="360" caption="联系电话* " init="1" />
<ehfs:sec init="1" id="chooseMaskEdit" valueCol="value" textCol="text" width="110" left="450" top="300" caption="是否在岗 " />
<ehfs:sec init="1" id="yes_or_noMaskEdit" valueCol="value" textCol="text" width="110" left="450" top="330" caption="婚 否 " />
<ehfs:sec init="1" id="MaskEdit" valueCol="value" textCol="text" width="110" left="450" top="360" caption="血 型 " />
<ehfs:btn id="changeBtn" left="490" top="430" width="60" caption="修改" init="0" />
<ehfs:btn id="editBtn" left="570" top="430" width="60" caption="关闭" init="0" />
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -