123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <구분>1</구분>
- <순서>1</순서>
- <분류>1</분류>
- <약품분류/>
- <복지부코드/>
- <복지부/>
- <조회/>
- <조회코드/>
- <grid>
- <itemset>
- <약품코드>IAABKA</약품코드>
- <처방명칭>Habekacin inj.</처방명칭>
- <한글명칭>하베카신주 75MG</한글명칭>
- <약정보/>
- </itemset>
- <itemset>
- <약품코드>IAABKA</약품코드>
- <처방명칭>aHabekacin inj.</처방명칭>
- <한글명칭>하베카신주 75MG</한글명칭>
- <약정보/>
- </itemset>
- <itemset>
- <약품코드>IAABKA</약품코드>
- <처방명칭>kacin inj.</처방명칭>
- <한글명칭>하베카신주 75MG</한글명칭>
- <약정보/>
- </itemset>
- <itemset>
- <약품코드>IAABKA</약품코드>
- <처방명칭>cin inj.</처방명칭>
- <한글명칭>하베카신주 75MG</한글명칭>
- <약정보/>
- </itemset>
- <itemset>
- <약품코드>IAABKA</약품코드>
- <처방명칭>xinj.</처방명칭>
- <한글명칭>하베카신주 75MG</한글명칭>
- <약정보/>
- </itemset>
- <itemset>
- <약품코드>IAABKA</약품코드>
- <처방명칭>ykacin inj.</처방명칭>
- <한글명칭>하베카신주 75MG</한글명칭>
- <약정보/>
- </itemset>
- <itemset>
- <약품코드>IAABKA</약품코드>
- <처방명칭>ekacin inj.</처방명칭>
- <한글명칭>하베카신주 75MG</한글명칭>
- <약정보/>
- </itemset>
- <itemset>
- <약품코드>IAABKA</약품코드>
- <처방명칭>in inj.</처방명칭>
- <한글명칭>하베카신주 75MG</한글명칭>
- <약정보/>
- </itemset>
- </grid>
- </root>
- </instance>
- </model>
- <script src="../../../com/commonweb/js/common.js" type="javascript"/>
- <script type="javascript">
- <![CDATA[
-
- function gridshow(c)
- {
-
- var ch;
- for(var i =1; i < datagrid1.rows;i++) {
- if(c == "all") {
- datagrid1.rowHidden(i) = false;
- continue;
- }
- ch = datagrid1.valueMatrix(i, 1);
-
- if(c == ch.substring(0,1) || c.toUpperCase() == ch.substring(0,1) ) {
- datagrid1.rowHidden(i) = false;
- } else {
- datagrid1.rowHidden(i) = true;
- }
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="734" pageheight="543" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" scroll="auto" style="left:0px; top:515px; width:725px; height:27px; ">
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:720px; y2:0px; "/>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:725px; height:515px; ">
- <group id="group2" style="left:0px; top:0px; width:725px; height:37px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:725px; height:37px; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:11px; width:86px; height:17px; ">정렬순서 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:645px; top:8px; width:56px; height:22px; ">
- <caption>조회</caption>
- </button>
- <line id="line13" class="line_4" style="x1:629px; y1:8px; x2:629px; y2:30px; border-color:#ffe4bb; border-left-style:solid; "/>
- <select1 id="radio2" ref="/root/순서" overflow="visible" appearance="full" cellspacing="15" cols="3" style="left:105px; top:11px; width:195px; height:13px; border-style:none; ">
- <choices>
- <item>
- <label>약품코드순</label>
- <value>1</value>
- </item>
- <item>
- <label>처방명칭순</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption1" class="search_name" style="left:315px; top:10px; width:76px; height:17px; ">검색어 :</caption>
- <input id="input1" class="input_search" style="left:391px; top:9px; width:159px; height:19px; "/>
- </group>
- <button id="button1" class="btn_sw" group="tab" selected="true" style="left:0px; top:42px; width:40px; height:22px; ">
- <caption>All</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("all");
- ]]>
- </script>
- </button>
- <button id="button2" class="btn_sw" group="tab" style="left:40px; top:42px; width:26px; height:22px; ">
- <caption>A</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("a");
- ]]>
- </script>
- </button>
- <button id="button3" class="btn_sw" group="tab" style="left:66px; top:42px; width:26px; height:22px; ">
- <caption>B</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("b");
- ]]>
- </script>
- </button>
- <button id="button4" class="btn_sw" group="tab" style="left:92px; top:42px; width:26px; height:22px; ">
- <caption>C</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("c");
- ]]>
- </script>
- </button>
- <button id="button5" class="btn_sw" group="tab" style="left:118px; top:42px; width:26px; height:22px; ">
- <caption>D</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("d");
- ]]>
- </script>
- </button>
- <button id="button6" class="btn_sw" group="tab" style="left:144px; top:42px; width:26px; height:22px; ">
- <caption>E</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("e");
- ]]>
- </script>
- </button>
- <button id="button7" class="btn_sw" group="tab" style="left:170px; top:42px; width:26px; height:22px; ">
- <caption>F</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("f");
- ]]>
- </script>
- </button>
- <button id="button8" class="btn_sw" group="tab" style="left:196px; top:42px; width:26px; height:22px; ">
- <caption>G</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("g");
- ]]>
- </script>
- </button>
- <button id="button9" class="btn_sw" group="tab" style="left:222px; top:42px; width:26px; height:22px; ">
- <caption>H</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("h");
- ]]>
- </script>
- </button>
- <button id="button10" class="btn_sw" group="tab" style="left:248px; top:42px; width:26px; height:22px; ">
- <caption>I</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("i");
- ]]>
- </script>
- </button>
- <button id="button11" class="btn_sw" group="tab" style="left:274px; top:42px; width:26px; height:22px; ">
- <caption>J</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("j");
- ]]>
- </script>
- </button>
- <button id="button12" class="btn_sw" group="tab" style="left:300px; top:42px; width:26px; height:22px; ">
- <caption>K</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("k");
- ]]>
- </script>
- </button>
- <button id="button13" class="btn_sw" group="tab" style="left:326px; top:42px; width:27px; height:22px; ">
- <caption>L</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("l");
- ]]>
- </script>
- </button>
- <button id="button14" class="btn_sw" group="tab" style="left:352px; top:42px; width:26px; height:22px; ">
- <caption>M</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("m");
- ]]>
- </script>
- </button>
- <button id="button15" class="btn_sw" group="tab" style="left:378px; top:42px; width:26px; height:22px; ">
- <caption>N</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("n");
- ]]>
- </script>
- </button>
- <button id="button16" class="btn_sw" group="tab" style="left:404px; top:42px; width:26px; height:22px; ">
- <caption>O</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("o");
- ]]>
- </script>
- </button>
- <button id="button17" class="btn_sw" group="tab" style="left:430px; top:42px; width:26px; height:22px; ">
- <caption>P</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("p");
- ]]>
- </script>
- </button>
- <button id="button18" class="btn_sw" group="tab" style="left:586px; top:42px; width:26px; height:22px; ">
- <caption>V</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("v");
- ]]>
- </script>
- </button>
- <button id="button19" class="btn_sw" group="tab" style="left:612px; top:42px; width:26px; height:22px; ">
- <caption>W</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("w");
- ]]>
- </script>
- </button>
- <button id="button20" class="btn_sw" group="tab" style="left:638px; top:42px; width:26px; height:22px; ">
- <caption>X</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("x");
- ]]>
- </script>
- </button>
- <button id="button21" class="btn_sw" group="tab" style="left:456px; top:42px; width:26px; height:22px; ">
- <caption>Q</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("q");
- ]]>
- </script>
- </button>
- <button id="button22" class="btn_sw" group="tab" style="left:482px; top:42px; width:26px; height:22px; ">
- <caption>R</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("r");
- ]]>
- </script>
- </button>
- <button id="button23" class="btn_sw" group="tab" style="left:508px; top:42px; width:26px; height:22px; ">
- <caption>S</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("s");
- ]]>
- </script>
- </button>
- <button id="button24" class="btn_sw" group="tab" style="left:534px; top:42px; width:26px; height:22px; ">
- <caption>T</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("t");
- ]]>
- </script>
- </button>
- <button id="button25" class="btn_sw" group="tab" style="left:560px; top:42px; width:26px; height:22px; ">
- <caption>U</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("u");
- ]]>
- </script>
- </button>
- <button id="button26" class="btn_sw" group="tab" style="left:664px; top:42px; width:26px; height:22px; ">
- <caption>Y</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("y");
- ]]>
- </script>
- </button>
- <button id="button27" class="btn_sw" group="tab" style="left:690px; top:42px; width:26px; height:22px; ">
- <caption>Z</caption>
- <script ev:event="DOMActivate" type="javascript">
- <![CDATA[
- gridshow("z");
- ]]>
- </script>
- </button>
- <datagrid id="datagrid1" nodeset="/root/grid/itemset" caption="약어^영문명^한글명^의미" colsep="^" colwidth="100, 203, 224, 170" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:63px; width:725px; height:451px; ">
- <col ref="약품코드"/>
- <col ref="처방명칭"/>
- <col ref="한글명칭"/>
- <col ref="약정보"/>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|