1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>의료기관평가코드 HELP</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <educlist/>
- </main>
- <target>
- <educnm/>
- <educdd/>
- <educlactr/>
- <educcnts/>
- <educvalu/>
- </target>
- <init>
- </init>
- <send>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- txt_educcnts.attribute("imemode") = "hangul";
- model.setFocus("txt_educcnts");
-
- model.refresh();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/educationmngtweb/js/RPS001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="500" pageheight="450" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:475px; height:390px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:80px; x2:473px; y2:80px; "/>
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:473px; height:60px; "/>
- <textarea id="txt_educcnts" ref="/root/target/educcnts" maxlength="200" style="left:82px; top:86px; width:391px; height:143px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.refresh();
- ]]>
- </script>
- </textarea>
- <caption id="cap_educcnts" class="cell_1" style="left:0px; top:85px; width:80px; height:145px; text-align:center; vertical-align:middle; ">
- <![CDATA[교 육
- 내 용]]>
- </caption>
- <textarea id="txt_educvalu" ref="/root/target/educvalu" maxlength="200" style="left:82px; top:234px; width:391px; height:143px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.refresh();
- ]]>
- </script>
- </textarea>
- <caption id="cap_educvalu" class="cell_1" style="left:0px; top:233px; width:80px; height:145px; text-align:center; vertical-align:middle; ">
- <![CDATA[교 육
- 평 가]]>
- </caption>
- <caption id="cap_eductitle" class="search_name" style="left:2px; top:10px; width:101px; height:17px; ">교육과정명 :</caption>
- <caption id="cap_educdd" class="search_name" style="left:2px; top:35px; width:101px; height:17px; ">일 시 :</caption>
- <caption id="cap_educlactr" class="search_name" style="left:270px; top:35px; width:80px; height:17px; ">강 사 :</caption>
- <output id="opt_eductitle" ref="/root/target/educnm" style="left:102px; top:8px; width:363px; height:19px; "/>
- <output id="opt_educdd" ref="/root/target/educdd" style="left:102px; top:35px; width:163px; height:19px; "/>
- <output id="opt_educlactr" ref="/root/target/educlactr" style="left:350px; top:35px; width:115px; height:19px; "/>
- <caption id="caption4" style="left:170px; top:66px; width:300px; height:15px; ">* 교육내용과 교육평가는 200자 까지 입력 가능합니다.</caption>
- <line id="line2" class="line_2" style="x1:0px; y1:231px; x2:473px; y2:231px; "/>
- <line id="line3" class="line_3" style="x1:0px; y1:378px; x2:473px; y2:378px; "/>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:395px; width:470px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:414px; top:2px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.opener.model.setValue("/root/temp/educcnts", txt_educcnts.value);
- window.opener.model.setValue("/root/temp/educvalu", txt_educvalu.value);
- window.opener.ipt_educcnts.dispatch("xforms-value-changed");
- window.close();
- ]]>
- </script>
- </button>
- <caption id="caption1" style="left:5px; top:5px; width:412px; height:20px; ">* 확인을 클릭 후 본 화면 우측 상단의 저장을 반드시 누름. 이후 출력 가능</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|