📄 educationquery.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="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="60" 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="90" 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="120" caption="职 务* " />
<ehfs:sec init="1" id="callSec" valueCol="value" textCol="text" width="110" left="450" top="150" caption="职 称* " />
<ehfs:maskedit id="schoolfromMaskEdit" width="140" left="200" top="180" caption="毕业学校 " init="1" />
<ehfs:datepicker id="schoolDatePicker" caption="毕业时间 " left="200" width="140" top="210" init="1"></ehfs:datepicker>
<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="180" caption="学 历 " />
<ehfs:sec init="1" id="pSec" valueCol="value" textCol="text" width="110" left="450" top="210" caption="专 业 " />
<ehfs:sec init="1" id="classSec" valueCol="value" textCol="text" width="110" left="450" top="240" caption="班 次 " />
<ehfs:datepicker id="receiveDatePicker" caption="取得职称日期 " left="200" width="123" top="300" init="1"></ehfs:datepicker>
<ehfs:datepicker id="instateDatePicker" caption="职务聘任日期 " left="200" width="123" top="330" init="1"></ehfs:datepicker>
<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="270" caption="是否在岗 " />
<ehfs:btn id="addBtn" left="450" top="430" width="60" caption="提交" init="0" />
<ehfs:btn id="editBtn" left="550" top="430" width="80" caption="保存并添加" init="0" />
<!--
<ehfs:btn id="queryBtn" left="481" top="60" width="60" caption="查询" init="0" />
<ehfs:sec init="1" id="IDOfZY" valueCol="value" textCol="text" width="150" left="33" top="30" caption="专业 " />
<ehfs:sec init="1" id="IDOfXL" valueCol="value" textCol="text" width="100" left="227" top="30" caption="学历 " />
<ehfs:datepicker id="stattime" width="120" height="18" left="10" top="60" init="1" caption="统计日期 " />
<ehfs:datepicker id="endtime" width="120" height="18" left="210" top="60" init="1" caption=" 到 " />
<ehfs:DBGrid id="myDBGrid" init="0" top="110" hasController="no" selectionMode="tr" width="530" height="340" hasFixedCol="1" hasTotalLine="yes" dataXML="../xml/717Data.xml" titleXML="../xml/717Title.xml" />
<ehfs:btn id="addBtn" left="270" top="463" width="60" caption="添加" init="0" />
<ehfs:btn id="editBtn" left="340" top="463" width="60" caption="修改" init="0" />
<ehfs:btn id="delBtn" left="410" top="463" width="60" caption="删除" init="0" />
<ehfs:btn id="detailBtn" left="480" top="463" width="60" caption="详细信息" init="0" />
-->
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -