123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507 |
- <?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="">
- <send>
- <data1>
- <insukind/>
- <clamflagcd/>
- <clamym/>
- <clamdg/>
- <clamdeptcd/>
- <ioflag>O</ioflag>
- <suppkindyn/>
- <orddeptcd/>
- <orddrid/>
- <judgrid/>
- </data1>
- </send>
- <main>
- <list1/>
- </main>
- <init>
- <!-- 보험유형 -->
- <P0008list>
- <P0008>
- <cdnm/>
- <cdid/>
- <cdnm>보험+보호</cdnm>
- <cdid>1</cdid>
- <cdnm>보호전체</cdnm>
- <cdid>2</cdid>
- </P0008>
- </P0008list>
- <!-- 명세서구분코드(청구구분) -->
- <P0155list>
- <P0155>
- <cdnm/>
- <cdid/>
- </P0155>
- </P0155list>
- </init>
- <hidden>
- <item_all>
- <judgid/>
- <clamym/>
- <ioflag/>
- </item_all>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // 2. 화면초기화
- fInitialize();
- ]]>
- </script>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRPID20407" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" resultref="/root/init/clamdg"/>
- <submission id="TRPID20201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/hidden/item_all" replace="instance" resultref="/root/hidden/tmp"/>
- <submission id="TRPID22001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../pam/aftjudgweb/js/SMPID20000.js"/>
- <script type="javascript">
- <![CDATA[
-
- // 화면 초기화
- function fInitialize() {
-
- // 1. 조회부 초기화
- model.setValue("/root/send/data1/insukind", "");
- model.setValue("/root/send/data1/clamflagcd", "");
- var today = new Date();
- var baseyear = today.getDateFormat("YYYY");
- var basemonth = today.getDateFormat("MM");
- var baseday = today.getDateFormat("DD");
- var currentym = baseyear + basemonth;
- var currentdd = baseyear + basemonth + baseday;
- model.setValue("/root/send/data1/clamym", currentym);
- model.setValue("/root/send/data1/clamdg", "");
- model.setValue("/root/send/data1/suppkindyn", "");
-
- // 1-1. 공통코드 조회
- zbcfGetCodeList(
- new Array("P0008" // 보험유형
- ,"P0155" // 청구구분
- ),
- new Array("/root/init/P0008list"
- ,"/root/init/P0155list"
- ) );
-
- // 1-2. 청구과, 진료과, 진료의, 청구차수 조회
- var userid = getUserId();
- model.setValue("/root/hidden/item_all/clamym", currentym );
- model.setValue("/root/hidden/item_all/judgid", userid );
- model.setValue("/root/hidden/item_all/ioflag", model.getValue("/root/send/data1/ioflag") );
- submit("TRPID20201");
- model.makeNode("/root/init/orddrid");
- model.makeNode("/root/init/clamdept");
- model.makeNode("/root/init/orddeptcd");
- model.makeNode("/root/init/orddeptcd");
- model.makeNode("/root/init/judgrid");
- model.makeNode("root/init/clamdg");
- model.copyNode("/root/init/orddrid", "/root/hidden/tmp/orddrid");
- model.copyNode("/root/init/clamdept", "/root/hidden/tmp/clamdept");
- model.copyNode("/root/init/orddeptcd", "/root/hidden/tmp/orddeptcd");
- model.copyNode("root/init/clamdg", "root/hidden/tmp/clamdg");
- model.copyNode("/root/init/judgrid", "root/hidden/tmp/judgrid");
- model.removeNodeset("/root/hidden/tmp/judgrid");
- model.removeNodeset("/root/hidden/tmp/suppkind");
- model.removeNodeset("/root/hidden/tmp/orddrid");
- model.removeNodeset("/root/hidden/tmp/clamdept");
- model.removeNodeset("/root/hidden/tmp/orddeptcd");
- model.removeNodeset("root/hidden/tmp/item3");
- model.removeNodeset("root/hidden/tmp/clamdg");
- model.removeNodeset("root/hidden/tmp/judgrid");
-
- // 주치의 비활성화
- cmb_orddrid.disabled = true;
- // 전체 청구과를 표시한다.
- cmb_clamdeptcd.choices.itemset.attribute("nodeset") = "/root/init/clamdept/clamdeptlist";
- // 전체 진료과, 진료의를 표시한다.
- cmb_orddeptcd.choices.itemset.attribute("nodeset") = "/root/init/orddeptcd/orddeptcdlist";
-
- model.refreshpart("/root/init/clamdg");
- cmb_clamdg.select(0);
-
-
- // 2. 그리드 초기화
- model.removenode("/root/main/list1");
- model.makeNode("/root/main/list1");
-
- model.refresh();
- }
-
- // 조회
- function fGetSuppChangeList() {
- if (model.getValue("/root/send/data1/clamym") == "") {
- messageBox("청구년월이", "I004");
- return false;
- }
- if (model.getValue("/root/send/data1/clamdg") == "") {
- messageBox("청구차수가", "I004");
- return false;
- }
-
- if (submit("TRPID22001")) {
- grd_clbslist.refresh();
- grd_clbslist.row = 2;
- }
- }
-
- function fGetClamdg() {
- // 청구년월에 대한 청구차수 조회
- model.removeNodeset("/root/init/clamdg");
- model.makeNode("/root/init/clamdg");
- submit("TRPID20407");
- cmb_clamdg.select(0);
- model.refreshpart("/root/init/clamdg");
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:186px; height:13px; ">수정내역 및 요율변경 리스트</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:732px; ">
- <switch id="switch1" style="left:0px; top:103px; width:1195px; height:622px; border-style:none; ">
- <case id="case1" selected="true">
- <caption id="caption11" class="tit_2" style="left:5px; top:10px; width:187px; height:14px; ">요율변경 내역</caption>
- <line id="line1" class="line_1" style="x1:1px; y1:25px; x2:1191px; y2:25px; "/>
- <button id="btn_judgexcel" class="btn2_letter4" style="left:1125px; top:3px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (grd_clbslist.rows == 2) {
- return;
- }
-
- var fileName = window.fileDialog("save", ",", false, "요율변경내역및수정차액조회", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- grd_clbslist.saveExcel(fileName, "sheetname:요율변경내역및수정차액조회; colhiddenextend:false; rowhiddenextend:true; exportfalsecols:; exportfalserows:;");
- messageBox("EXCEL 저장이 완료되었습니다.","I999");
- }
- ]]>
- </script>
- </button>
- <datagrid id="grd_clbslist" nodeset="/root/main/list1/clbs" caption="환자번호^수진자^진료년월^청구년월^청구
구분^차
수^환자일련^진료시작일^청구과^진료과^심사자^보험^이전
보조^이후
보조^심사후(청구)^심사후(청구)^심사전(생성)^심사전(생성)^후총진료비액-전총진료비액
(총진료비차액)^후청구액-
전청구액
(청구차액)^심사후(청구)^심사후(청구)^심사후(청구)^심사후(청구)^심사후(청구)^심사후(청구)^심사후(청구)^심사전(생성)^심사전(생성)^심사전(생성)^심사전(생성)^심사전(생성)^심사전(생성)^심사전(생성)^진료의|환자번호^수진자^진료년월^청구년월^청구
구분^차
수^환자일련^진료시작일^청구과^진료과^심사자^보험^이전
보조^이후
보조^본인부담율^청구율^본인부담율^청구율^후총진료비액-전총진료비액
(총진료비차액)^후청구액-
전청구액
(청구차액)^총진료비^본인부담금^청구액^상한액^지원금^장애인의료비^대불금^총진료비^본인부담금^청구액^상한액^지원금^장애인의료비^대불금^진료의^삭제" colsep="^" colwidth="60, 50, 60, 50, 55, 25, 35, 68, 70, 45, 65, 35, 35, 35, 70, 60, 70, 60, 85, 80, 65, 70, 65, 65, 65, 80, 65, 65, 70, 65, 65, 65, 80, 65, 70" explorerbar="sortshowmove" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" fixed-rows="2" style="left:1px; top:31px; width:1190px; height:584px; ">
- <col ref="pid" style="text-align:center; "/>
- <col ref="patnm" style="text-align:center; "/>
- <col ref="ordym" format="yyyy-mm" style="text-align:center; "/>
- <col ref="clamym" visibility="hidden" format="yyyy-mm" style="text-align:center; "/>
- <col disabled="true" ref="clamflagcd" style="text-align:left; "/>
- <col ref="clamdg" style="text-align:center; "/>
- <col ref="pidsn" visibility="hidden" style="text-align:center; "/>
- <col ref="ordfromdd" visibility="hidden" format="yyyy-mm-dd" style="text-align:center; "/>
- <col disabled="true" ref="clamdeptcd" style="text-align:center; "/>
- <col ref="orddeptcd" style="text-align:center; "/>
- <col disabled="true" ref="judgrid;"/>
- <col ref="insukind" style="text-align:center; "/>
- <col ref="prevsuppkind" style="text-align:center; "/>
- <col ref="nextsuppkind" style="text-align:center; "/>
- <col ref="aftownbrate" format="###" style="text-align:right; "/>
- <col ref="aftclamrate" format="###" style="text-align:right; "/>
- <col ref="bfrownbrate" format="###" style="text-align:right; "/>
- <col ref="bfrclamrate" format="###" style="text-align:right; "/>
- <col ref="totorddifamt" format="#,###" style="text-align:right; "/>
- <col ref="insuclamdifamt" format="#,###" style="text-align:right; "/>
- <col ref="afttotordamt" format="#,###" style="text-align:right; "/>
- <col ref="aftownbamt" format="#,###" style="text-align:right; "/>
- <col ref="aftinsuclamamt" format="#,###" style="text-align:right; "/>
- <col ref="aftownbmaxexamt" format="#,###" style="text-align:right; "/>
- <col ref="aftsuppamt" format="#,###" style="text-align:right; "/>
- <col ref="afthandcaprfund" format="#,###" style="text-align:right; "/>
- <col ref="aftsubtamt" format="#,###" style="text-align:right; "/>
- <col ref="bfrtotordamt" format="#,###" style="text-align:right; "/>
- <col ref="bfrownbamt" format="#,###" style="text-align:right; "/>
- <col ref="bfrinsuclamamt" format="#,###" style="text-align:right; "/>
- <col ref="bfrownbmaxexamt" format="#,###" style="text-align:right; "/>
- <col ref="bfrsuppamt" format="#,###" style="text-align:right; "/>
- <col ref="bfrhandcaprfund" format="#,###" style="text-align:right; "/>
- <col ref="bfrsubtamt" format="#,###" style="text-align:right; "/>
- <col ref="orddrid" style="text-align:center; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_clbslist.gridToInstance();
- grd_clbslist.row = 2;
- ]]>
- </script>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if (grd_clbslist.isCell(event.target) && grd_clbslist.mouseRow >= grd_clbslist.fixedRows) {
- var row = grd_clbslist.row - 1;
- var clamym = model.getValue("/root/main/list1/clbs[" + row + "]/clamym");
- var clamdg = model.getValue("/root/main/list1/clbs[" + row + "]/clamdg");
- var pid = model.getValue("/root/main/list1/clbs[" + row + "]/pid");
- var pidsn = model.getValue("/root/main/list1/clbs[" + row + "]/pidsn");
- var ordfromdd = model.getValue("/root/main/list1/clbs[" + row + "]/ordfromdd");
- if (clamym != "" && clamdg != "" && pid != "" && pidsn != "" && ordfromdd != "") {
- setParameter("SPPID21301_clamym", clamym);
- setParameter("SPPID21301_clamdg", clamdg);
- setParameter("SPPID21301_pid", pid);
- setParameter("SPPID21301_pidsn", pidsn);
- setParameter("SPPID21301_insukind", "");
- setParameter("SPPID21301_suppkind", "");
- setParameter("SPPID21301_ordfromdd", ordfromdd);
- setParameter("SPPID21301_item1", "");
- setParameter("SPPID21301_item2", "");
- btn_sw2.dispatch("onclick");
- }
-
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- // 셀 복사 Ctrl + C 키를 누른 경우
- if (grd_clbslist.isCell(event.target) && grd_clbslist.row >= grd_clbslist.fixedRows) {
- var row = grd_clbslist.row;
- var col = grd_clbslist.col;
- var clip = grd_clbslist.labelMatrix(row, col);
- window.clipBoardData = clip;
- }
- ]]>
- </script>
- <script type="javascript" ev:event="oncopy">
- <![CDATA[
- grid_oncopy();
- ]]>
- </script>
- </datagrid>
- </case>
- <case id="case2">
- <iviewer id="ivw_difflist" src="../../../pam/aftjudgweb/xrw/SPPID21302_차액상세조회.xrw" style="left:0px; top:0px; width:1193px; height:620px; border-style:none; "/>
- </case>
- </switch>
- <shape id="roundrect1" appearance="roundrect" style="left:0px; top:7px; width:1195px; height:68px; "/>
- <caption id="caption2" class="search_name" style="left:267px; top:19px; width:86px; height:17px; ">보험유형 :</caption>
- <caption id="caption1" class="search_name" style="left:266px; top:46px; width:112px; height:17px; ">외래입원구분 :</caption>
- <caption id="caption4" class="search_name" style="left:1px; top:46px; width:86px; height:17px; ">청구구분 :</caption>
- <button id="btn_up" class="icon_up" style="left:164px; top:18px; width:10px; height:9px; ">
- <caption/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- // 청구년월 다음월
- var nowym = model.getValue("/root/send/data1/clamym");
- var upym;
- upym = pidfCalMonth(1, nowym);
- model.setValue("/root/send/data1/clamym", upym);
- ipt_clamym.refresh();
-
- // 청구년월에 대한 청구차수 조회
- model.removeNodeset("/root/init/clamdg");
- model.makeNode("/root/init/clamdg");
- submit("TRPID20407");
- cmb_clamdg.select(0);
- model.refreshpart("/root/init/clamdg");
- ]]>
- </script>
- </button>
- <select1 id="cmb_clamdg" ref="/root/send/data1/clamdg" appearance="minimal" style="left:179px; top:18px; width:62px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/clamdg/clamdglist">
- <label ref="clamdgnm"/>
- <value ref="clamdgcd"/>
- </itemset>
- </choices>
- </select1>
- <button id="btn_down" class="icon_down" style="left:164px; top:28px; width:10px; height:9px; ">
- <caption/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- // 청구년월 이전월
- var nowym = model.getValue("/root/send/data1/clamym");
- var downym;
- downym = pidfCalMonth(-1, nowym);
- model.setValue("/root/send/data1/clamym", downym);
- ipt_clamym.refresh();
-
- // 청구년월에 대한 청구차수 조회
- model.removeNodeset("/root/init/clamdg");
- model.makeNode("/root/init/clamdg");
- submit("TRPID20407");
- cmb_clamdg.select(0);
- model.refreshpart("/root/init/clamdg");
- ]]>
- </script>
- </button>
- <input id="ipt_clamym" ref="/root/send/data1/clamym" class="input_search" navindex="3" inputtype="date" format="yyyy-mm" style="left:91px; top:18px; width:69px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- pidfGetClamdg();
- ]]>
- </script>
- </input>
- <line id="line3" class="line_4" style="x1:1117px; y1:16px; x2:1117px; y2:68px; "/>
- <button id="btn_search" class="btn1_letter2" navindex="32" style="left:1133px; top:30px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetSuppChangeList();
- ]]>
- </script>
- </button>
- <select1 id="cmb_docuflagcd" ref="/root/send/data1/clamflagcd" class="combo_search" navindex="2" appearance="minimal" showvalue="true" style="left:91px; top:46px; width:109px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0155list/P0155">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <output id="opt_insukind" ref="/root/send/data1/insukind" class="output_search" style="left:442px; top:19px; width:25px; height:19px; text-align:center; "/>
- <select1 id="cmb_insukind" ref="/root/send/data1/insukind" class="combo_search" navindex="1" appearance="minimal" style="left:357px; top:19px; width:82px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0008list/P0008">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption7" class="search_name" style="left:1px; top:19px; width:86px; height:17px; ">청구년월 :</caption>
- <button id="btn_sw1" class="btn_sw" group="tab" selected="true" style="left:0px; top:81px; width:105px; height:22px; font-size:8pt; ">
- <caption>명단조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.toggle("case1");
- ]]>
- </script>
- </button>
- <button id="btn_sw2" class="btn_sw" group="tab" style="left:105px; top:81px; width:105px; height:22px; font-size:8pt; ">
- <caption>수정내역조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.toggle("case2");
- ivw_difflist.window.javaScript.fInitialize();
- ]]>
- </script>
- </button>
- <select1 id="cmb_ioflag" ref="/root/send/data1/ioflag" class="combo_search" navindex="5" appearance="minimal" style="left:381px; top:46px; width:85px; height:19px; ">
- <choices>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetClamdg();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_clamdeptcd" ref="/root/send/data1/clamdeptcd" class="combo_search" navindex="4" appearance="minimal" style="left:577px; top:18px; width:98px; height:19px; ">
- <!-- <itemset nodeset="/root/init/P0287list[P0287 or P0288]">-->
- <choices>
- <itemset nodeset="/root/init/clamdept/clamdeptlist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption35" class="search_name" style="left:496px; top:19px; width:73px; height:17px; ">청구과 :</caption>
- <select1 id="cmb_orddeptcd" ref="/root/send/data1/orddeptcd" class="combo_search" navindex="7" appearance="minimal" itemcount="20" style="left:779px; top:15px; width:98px; height:19px; ">
- <!-- <itemset nodeset="/root/init/P0287list[P0287 or P0288]">-->
- <choices>
- <itemset nodeset="/root/init/orddeptcd/orddeptcdlist">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var orddeptcd = model.getValue("/root/send/data1/orddeptcd");
-
- if (orddeptcd) {
- cmb_orddrid.choices.itemset.attribute("nodeset") = "/root/init/orddrid/orddridlist[dp='" + orddeptcd + "']";
- cmb_orddrid.disabled = false;
- } else {
- cmb_orddrid.disabled = true;
- }
- model.setValue("/root/send/data1/orddrid", ""); // 주치의 선택을 초기화한다.
- cmb_orddrid.refresh();
- ]]>
- </script>
- </select1>
- <caption id="caption46" class="search_name" style="left:701px; top:15px; width:73px; height:17px; ">진료과 :</caption>
- <select1 id="cmb_orddrid" ref="/root/send/data1/orddrid" class="combo_search" navindex="8" appearance="minimal" itemcount="20" style="left:779px; top:44px; width:98px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/orddrid/orddridlist">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption40" class="search_name" style="left:700px; top:44px; width:73px; height:17px; ">진료의 :</caption>
- <select id="checkbox3" ref="/root/send/data1/suppkindyn" class="checkbox_search" navindex="6" overflow="visible" appearance="full" style="left:500px; top:50px; width:175px; height:19px; ">
- <choices>
- <item>
- <label>외래 요율변경건만 조회</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select1 id="cmb_judgrid" ref="/root/send/data1/judgrid" class="combo_search" navindex="8" appearance="minimal" style="left:985px; top:15px; width:116px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/judgrid/judgridlist">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption15" class="search_name" style="left:901px; top:16px; width:73px; height:17px; ">심사자</caption>
- <button id="button2" class="btn2_letter3" style="left:958px; top:107px; width:53px; height:19px; ">
- <caption>셀카피</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- grd_clbslist.attribute("selectionmode") = "free";
- ]]>
- </script>
- </button>
- <button id="button1" class="btn2_letter3" style="left:1014px; top:107px; width:53px; height:19px; ">
- <caption>열카피</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- grd_clbslist.attribute("selectionmode") = "bycol";
-
- ]]>
- </script>
- </button>
- <button id="button7" class="btn2_letter3" style="left:1070px; top:107px; width:53px; height:19px; ">
- <caption>행카피</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- grd_clbslist.attribute("selectionmode") = "byrow";
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:745px; width:1195px; height:27px; ">
- <button id="button3" class="btn4_letter3" style="left:1126px; top:5; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|