123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?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>연구용 검색 - 조건 저장 및 저장 조건 불러오기</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <dscdno/>
- <conduserid/>
- <condusernm/>
- <creatdd/>
- <condnm/>
- </cond>
- <condlist>
- <condlist>
- <dscdno/>
- <condnm/>
- <conduserid/>
- <condusernm/>
- <creatdd/>
- </condlist>
- </condlist>
- </main>
- <temp>
- </temp>
- <hidden>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TXMRD01700" ref="/root/main/cond" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/hidden"/>
- <submission id="TRMRD01700" ref="/root/main/cond" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/main/condlist/condlist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../emr/dschanalyweb/js/SMMRD01700.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="630" pageheight="320" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <line id="line29" class="line_2" style="x1:2px; y1:61px; x2:612px; y2:61px; "/>
- <caption id="caption16" class="cell_1" style="left:144px; top:39px; width:80px; height:23px; ">작성자</caption>
- <caption id="caption1" class="tit_2" style="left:7px; top:19px; width:111px; height:14px; ">조건등록 정보</caption>
- <line id="line1" class="line_1" style="x1:2px; y1:34px; x2:612px; y2:34px; "/>
- <output id="output1" ref="/root/main/cond/condusernm" navindex="39" class="output_fix" appearance="output" style="left:227px; top:40px; width:70px; height:19px; "/>
- <caption id="caption2" class="cell_1" style="left:301px; top:39px; width:80px; height:23px; ">작성일</caption>
- <output id="output2" ref="/root/main/cond/creatdd" navindex="39" class="output_fix" format="yyyy-mm-dd" appearance="output" style="left:384px; top:40px; width:70px; height:19px; "/>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:147px; height:14px; ">연구용 검색 조건 관리</caption>
- <caption id="caption4" class="cell_1" style="left:2px; top:63px; width:80px; height:23px; ">조건명</caption>
- <input id="input1" ref="/root/main/cond/condnm" class="input_essential" style="left:85px; top:64px; width:525px; height:19px; "/>
- <line id="line2" class="line_3" style="x1:2px; y1:86px; x2:612px; y2:86px; "/>
- <caption id="caption5" class="tit_2" style="left:7px; top:90px; width:111px; height:14px; ">조건목록</caption>
- <line id="line3" class="line_1" style="x1:2px; y1:105px; x2:612px; y2:105px; "/>
- <line id="line4" class="line_3" style="x1:2px; y1:317px; x2:612px; y2:317px; "/>
- <caption id="caption7" class="cell_1" style="left:2px; top:39px; width:80px; height:23px; ">일련번호</caption>
- <output id="output4" ref="/root/main/cond/dscdno" navindex="39" class="output_fix" appearance="output" style="left:85px; top:40px; width:56px; height:19px; "/>
- <button id="btn_save" class="btn4_letter4" visibility="hidden" style="left:530px; top:10px; width:80px; height:22px; ">
- <caption>조건저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSave();
-
- ]]>
- </script>
- </button>
- <datagrid id="grd_condlist" nodeset="/root/main/condlist/condlist" caption="일련번호^조건명^^작성자^작성일" colwidth="100, 490, 0, 0, 0" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:2px; top:111px; width:610px; height:204px; ">
- <col ref="dscdno"/>
- <col ref="condnm"/>
- <col ref="conduserid"/>
- <col ref="condusernm"/>
- <col ref="creatdd"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //alert(model.getValue("/root/main/condlist/condlist"));
- copyNodeType("/root/main/cond", "/root/main/condlist/condlist[" +grd_condlist.row+"]", "replace");
- model.refresh();
-
- ]]>
- </script>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if(opener.javascript.getParameter("flag") != "S"){
- opener.model.removenode("/root/send/condsave");
- opener.model.makeValue("/root/send/condsave/dscdno", model.getValue("/root/main/cond/dscdno"));
- opener.window.javaScript.GetCondSave();
- window.close();
- }
- ]]>
- </script>
- </datagrid>
- <button id="btn_reset" class="btn4_letter3" visibility="hidden" style="left:460px; top:10px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.reload();
-
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|