123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMLLF00400_용기코드관리.xrw
- * 설 명 : 용기코드 조회 및 등록
- * 설 계 자 : (주)에이씨케이 -
- * 작 성 자 : (주)에이씨케이 - 박정은
- * 작 성 일 : 2007.05.28
- * 수정이력 : 2007.08.31 UserDeptFlagCD
- * 기 타 :
- -->
- <?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>
- <main>
- <tubelist>
- <tubefromdd/>
- <tubetodd/>
- <tubecd/>
- <tubenm/>
- <tubescrnnm/>
- <tubeabbrnm/>
- <tubeprntnm/>
- <tubelblnm/>
- <tubevol/>
- <tubeunit/>
- <tubedispseq/>
- <tubeiconimgnm/>
- <tubeorgimgnm/>
- <tubeiconimg/>
- <tubeorgimg/>
- </tubelist>
- <msg/>
- <orgimg>
- <orgimg/>
- <orgwidt/>
- <orght/>
- </orgimg>
- <imginfo>
- <fileinfo/>
- <fileinfoO/>
- </imginfo>
- <view>
- <imgrslt/>
- <imgwidt/>
- <imght/>
- <orgimg/>
- <orgwidt/>
- <orght/>
- </view>
- <temp>
- <addlist/>
- </temp>
- </main>
- <send>
- <refgbn/>
- <searchgbn/>
- <text/>
- <grdtube/>
- <codeflag/>
- <deptflag/>
- <tubecd/>
- <imgicon/>
- <imgorg/>
- <imgicon2/>
- <imgorg2/>
- </send>
- <init>
- </init>
- <hidden>
- <ref>
- <refgbn>1</refgbn>
- <searchgbn>1</searchgbn>
- <searchnm/>
- </ref>
- <updt/>
- </hidden>
- <temp>
- <addlist/>
- </temp>
- </root>
- </instance>
- <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"/>
- <!-- 조회 -->
- <submission id="TRLLF00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/tubelist"/>
- <!-- 등록,수정 -->
- <submission id="TXLLF00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/temp"/>
- <!-- 검색 -->
- <submission id="TRLLF00402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/tubelist"/>
- <submission id="TRLZZ00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // 초기정보 조회
- model.setValue("/root/send/codeflag", "0000|"); // 0000= 유저과플래그
- submit("TRLZZ00101");
-
- grd_tube.deleteRow(1);
- fSettodd();
- ]]>
- </script>
- <submission id="TXLLF00402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
- </model>
- <script type="javascript">
- <![CDATA[
-
- // 조회구분에 따라 사용종료일자 숨기기
- function fSettodd(){
- var gbn = model.getValue("/root/hidden/ref/refgbn");
-
- if(gbn == "1"){
- // 사용가능자료
- grd_tube.colHidden(2) = true;
- }else{
- // 전체자료
- grd_tube.colHidden(2) = false;
- }
- }
-
- // 행추가
- function fInsRowAdd(pGridId) {
-
- modal("SPLLF10600","","","","","","");
-
-
- var addstring = model.getValue("/root/temp/addlist/addstring");
- var addlen = addstring.split("▩");
-
- var tubedispseq;
- var rows = getNodesetCount("/root/main/tubelist");
-
- for(i = 0 ; i < addlen.length-1 ; i ++){
- grd_tube.addRow(false);
- grd_tube.rowStatus(0) = 1;
- var today = getCurrentDate();
- var additemlist = addlen[i].split("▦");
-
- if(rows > 0){
- tubedispseq = model.getValue("/root/main/tubelist["+(grd_tube.row-1)+"]/tubedispseq");
- }else{
- if(i ==0){
- tubedispseq = 0;
- }else{
- tubedispseq = model.getValue("/root/main/tubelist["+(grd_tube.row-1)+"]/tubedispseq");
- }
- }
-
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubefromdd", today);
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubetodd", "99991231");
-
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubecd", additemlist[0]);
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubenm", additemlist[1]);
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubescrnnm", additemlist[2]);
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubeabbrnm", additemlist[3]);
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubeprntnm", additemlist[4]);
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubelblnm", additemlist[5]);
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubevol", additemlist[6]);
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubeunit", additemlist[7]);
-
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubeiconimgnm", "-");
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubeorgimgnm", "-");
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubeiconimg", "");
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubeorgimg", "");
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubedispseq", parseInt(tubedispseq)+1);
-
- }
-
- /*
- pGridId.addRow();
-
- // 오늘날짜
- var dt = getCurrentDate();
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubefromdd", dt);
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubetodd", "99991231");
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubeabbrnm", "-");
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubeprntnm", "-");
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubelblnm", "-");
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubeiconimgnm", "-");
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubeorgimgnm", "-");
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubeiconimg", "");
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubeorgimg", "");
-
- model.setValue("/root/main/tubelist["+grd_tube.row+"]/tubedispseq", parseInt(model.getValue("/root/main/tubelist["+(grd_tube.row-1)+"]/tubedispseq"))+1);
- */
- }
-
- // 초기화
- function fSetInit() {
- model.removeNodeset("/root/main/tubelist");
- model.refresh();
- }
-
- // 용기정보 조회
- function fGetTubeList(){
-
- model.setValue("/root/send/refgbn", model.getValue("/root/hidden/ref/refgbn"));
- model.setValue("/root/send/deptflag", model.getValue("/root/init/LB0000/nm"));
-
- submit("TRLLF00401"); // 용기 리스트 조회
-
- //fSetTubeTodd();
-
- for(i=1; i<grd_tube.rows; i++){
- setImageRefInstance("/root/main/tubelist["+i+"]/tubeiconimg");
- //grd_tube.rebuild();
- }
- grd_tube.rebuild();
-
- //model.refresh();
- //fSetTubeImg();
- //grd_tube.addrow();
- //grd_tube.setCellStyle("background-image",grd_tube.rows-1 , 13) = "../../../lis\jindangeomsaweb\images\icnTB01.gif";
- }
-
- // 용기정보 등록,수정
- function fSetTubeInfo(){
-
- var grddata = grd_tube.getUpdateData();
- model.setValue("/root/send/grdtube", grddata);
- model.setValue("/root/send/deptflag", model.getValue("/root/init/LB0000/nm"));
-
- if(submit("TXLLF00401")==true){ // 용기 정보 수정
-
- fGetTubeList();
- fSetTubeTodd();
- }
- }
-
-
- // 검색 구분
- function fGetTubeSrch(){
-
- model.setValue("/root/send/searchgbn", model.getValue("/root/hidden/ref/searchgbn"));
- model.setValue("/root/send/text", model.getValue("/root/hidden/ref/searchnm").toUpperCase());
- model.setValue("/root/send/deptflag", model.getValue("/root/init/LB0000/nm"));
-
- submit("TRLLF00402");
-
- for(i=1; i<grd_tube.rows; i++){
- setImageRefInstance("/root/main/tubelist["+i+"]/tubeiconimg");
- //grd_tube.rebuild();
- }
- grd_tube.rebuild();
-
- //model.refresh();
- }
-
- // 종료된 용기 정보 다른색으로 보여주기
- function fSetTubeTodd(){
- //grd_tube.rebuildstyle();
-
- var tDay = getCurrentDate();
- //alert("tDay= " + tDay);
-
- setRowStyle("grd_tube", "0", tDay, "tubetodd", "small");
- }
-
- // 용기 이미지 보여주기
- function fSetTubeImg(){
-
- for(i=1; i<grd_tube.rows; i++){
- if(("-" == model.getValue("/root/main/tubelist["+i+"]/tubeiconimgnm")) || ("" == model.getValue("/root/main/tubelist["+i+"]/tubeiconimgnm"))){
- //grd_tube.cellstyle("background-image", i, 12) = "../../../lis/commonweb/images/icnTB01.gif";
- grd_tube.cellstyle("background-image", i, 12) = "../../../lis/commonweb/images/" + model.getValue("/root/main/tubelist["+i+"]/tubeiconimgnm");
- }else{
- //alert("123");
- //alert("aaa= " + model.getValue("/root/main/tubelist["+i+"]/tubeiconimgnm"));
- //grd_tube.cellstyle("background-image", i, 12) = "../../../lis/commonweb/images/" + model.getValue("/root/main/tubelist["+i+"]/tubeiconimgnm");
- grd_tube.cellstyle("background-image", i, 12) = "../../../lis/commonweb/images/" + "icnTB_NotExists.gif";
- //grd_tube.cellstyle("background-image", i, 12) = "../../../lis/commonweb/images/icnTB_NotExists.gif"
- //grd_tube.cellstyle("background-image", i, 12) = "../../../lis/commonweb/images/icnTB_NotExists.gif";
- }
- }
- }
-
- // Null 체크
- function fNullCheck(){
-
- var msg = "";
- var nullyn = "true";
-
- for(i=1; i<grd_tube.rows; i++ ){
- if((grd_tube.rowStatus(i) == 3) || (grd_tube.rowStatus(i) == 1) ||(grd_tube.rowStatus(i) == 2)){
-
- if(model.getValue("/root/main/tubelist["+i+"]/tubecd")==""){
- msg = "[용기코드] 는 " ;
- messageBox(msg, "I003", "");
- return "false";
- }
-
- if(model.getValue("/root/main/tubelist["+i+"]/tubefromdd")==""){
- msg = "[용기시용시작일] 은 " ;
- messageBox(msg, "I003", "");
- return "false";
- }
-
- if(model.getValue("/root/main/tubelist["+i+"]/tubetodd")==""){
- msg = "[용기시용종료일] 은 " ;
- messageBox(msg, "I003", "");
- return "false";
- }
-
- if(model.getValue("/root/main/tubelist["+i+"]/tubenm")==""){
- msg = "[용기명] 은 " ;
- messageBox(msg, "I003", "");
- return "false";
- }
-
- if(model.getValue("/root/main/tubelist["+i+"]/tubescrnnm")==""){
- msg = "[용기화면명] 은 " ;
- messageBox(msg, "I003", "");
- return "false";
- }
- if(model.getValue("/root/main/tubelist["+i+"]/tubedispseq")==""){
- msg = "[표시순서] 는 " ;
- messageBox(msg, "I003", "");
- return "false";
- }
- return nullyn;
- }
- }
- }
-
- // 원본이미지명 조회
- function fGetTubeOrgImg(){
- if(model.getValue("/root/main/tubelist["+grd_tube.row+"]/tubeorgimg") ==""){
- img1.visible = false;
- cap_tube.visible = true;
- }else{
- model.setValue("/root/main/view/orgimg", model.getValue("/root/main/tubelist["+grd_tube.row+"]/tubeorgimg"));
-
- setImageRefInstance("/root/main/view/orgimg");
- //grd_tube.rebuild();
- img1.visible = true;
- cap_tube.visible = false;
- img1.refresh();
- }
-
- model.setValue("/root/main/view/imgrslt", model.getValue("/root/main/tubelist["+grd_tube.row+"]/tubeiconimg"));
- setImageRefInstance("/root/main/view/imgrslt");
- img3.refresh();
-
- }
-
- // 용기아이콘 이미지 주소 선택
- function fOnclickFileSearch(){
- var file = openImageFileDialog(); // image 파일이 너무 크면 submit 시간이 매우 오래(5분이상) 걸리므로 가급적 사이즈를 작게 제한한다.
-
- if (file == "") {
- return;
- }
-
- model.setvalue("/root/main/imginfo/fileinfo", file);
- fChangeImage(file);
-
- }
-
- // 용기 실제 이미지 주소 선택
- function fOnclickFileSearchOrg(){
- var file = openImageFileDialog(); // image 파일이 너무 크면 submit 시간이 매우 오래(5분이상) 걸리므로 가급적 사이즈를 작게 제한한다.
- if (file == "") {
- return;
- }
-
- model.setvalue("/root/main/imginfo/fileinfoO",file);
- fChangeImageOrg(file);
-
- }
-
- // 이미지 보여주기
- function fChangeImage(imgsrc){
- img2.src = imgsrc;
- var data = img2.getbase64data();
- var imgSize = getImageSize(imgsrc);
-
- if((imgSize.split("^")[0] > 20) || (imgSize.split("^")[1] > 20)){
- alert("아이콘 이미지는 가로 세로 (20 X 20) 를 넘을수 없습니다. ");
- return;
- }
- model.setValue("/root/main/view/imgrslt",data,true);
- setImageRefInstance("/root/main/view/imgrslt");
- model.setValue("/root/main/view/imgwidt", imgSize.split("^")[0]);
- model.setValue("/root/main/view/imght", imgSize.split("^")[1]);
- img3.attribute("width")= imgSize.split("^")[0];
- img3.attribute("height")= imgSize.split("^")[1];
- model.refresh();
- }
-
- // 이미지 보여주기
- function fChangeImageOrg(imgsrc){
- img1.visible = true;
- cap_tube.visible = false;
- img2.src = imgsrc;
- var data = img2.getbase64data();
- var imgSize = getImageSize(imgsrc);
- if((imgSize.split("^")[0] > 500) || (imgSize.split("^")[1] > 500)){
- alert("실제 이미지는 가로 세로 (500 X 500) 을 넘을수 없습니다. ");
- return;
- }
- model.setValue("/root/main/view/orgimg",data,true);
- setImageRefInstance("/root/main/view/orgimg");
- model.setValue("/root/main/view/orgwidt", imgSize.split("^")[0]);
- model.setValue("/root/main/view/orght", imgSize.split("^")[1]);
- img1.attribute("width")= imgSize.split("^")[0];
- img1.attribute("height")= imgSize.split("^")[1];
- model.refresh();
- }
-
- // 용기아이콘 이미지 저장
- function fExeTubeImg(){
-
- var tubecd = model.getValue("/root/main/tubelist["+grd_tube.row+"]/tubecd");
-
- var imgsrc = img3.src;
- var size = getImageSize(imgsrc);
-
- var imgsrcO = img1.src;
- var sizeO = getImageSize(imgsrcO);
-
- if(tubecd ==""){
- messageBox("용기를 ", "C002"); //선택하십시오
- return;
- }
-
- if((size == "") && (sizeO =="")){
- return;
- }
-
- model.setValue("/root/send/tubecd", tubecd);
- model.copyNode("/root/send/imgicon", "/root/main/view");
- submit("TXLLF00402");
-
- model.setValue("/root/main/imginfo/fileinfo", "");
- model.setValue("/root/main/imginfo/fileinfoO", "");
- model.setValue("/root/main/view/imgrslt", "");
- model.setValue("/root/main/view/orgimg", "");
-
- img1.attribute("width")= 210;
- img1.attribute("height")= 235;
- img3.attribute("width")= 20;
- img3.attribute("height")= 20;
- model.refresh();
-
- // 다시조회
- fGetTubeList();
-
- }
-
-
- function fExeExcel(pGridId) {
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "")
- {
- pGridId.saveExcel(fileName);
- }
-
- }
-
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
- <img id="img3" ref="/root/main/view/imgrslt" style="left:1036px; top:76px; width:20px; height:20px; background-stretch:stretch; border-color:#808080; border-style:solid; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:980px; y2:70px; "/>
- <caption id="caption2" class="tit_2" style="left:5px; top:55px; width:131px; height:13px; ">용기코드상세내역</caption>
- <datagrid id="grd_tube" nodeset="/root/main/tubelist" caption="사용시작일자^사용종료일자^용기코드^용기명^용기명(화면)^용기명(약어)^용기명(출력)^용기명(라벨)^용량^단위^표시순서^용기아이콘^caption1^caption2^caption3" colwidth="90, 90, 60, 120, 80, 80, 80, 80, 50, 50, 60, 103, 0, 0,0" dataheight="23" defaultrows="1" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="23" style="left:0px; top:75px; width:980px; height:646px; ">
- <col ref="tubefromdd" type="inputdate" format="yyyy-mm-dd"/>
- <col ref="tubetodd" type="inputdate" format="yyyy-mm-dd"/>
- <col ref="tubecd" type="input"/>
- <col ref="tubenm" type="input"/>
- <col ref="tubescrnnm" type="input"/>
- <col ref="tubeabbrnm" type="input"/>
- <col ref="tubeprntnm" type="input"/>
- <col ref="tubelblnm" type="input"/>
- <col ref="tubevol" type="input" style="text-align:right; "/>
- <col ref="tubeunit" type="input" style="text-align:left; "/>
- <col ref="tubedispseq" type="input" format="#,###"/>
- <col ref="tubeiconimg" type="input" style="text-align:left; background-position:center; "/>
- <col ref="tubeiconimgnm"/>
- <col ref="tubeorgimgnm"/>
- <col ref="tubeorgimg"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(grd_tube.isCell(event.target) && grd_tube.row >= grd_tube.fixedRows){
- fGetTubeOrgImg();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_tube.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <group id="group1" style="left:0px; top:10px; width:1195px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:0px; width:1194px; height:35px; "/>
- <line id="line11" class="line_4" style="x1:1108px; y1:7px; x2:1108px; y2:29px; "/>
- <caption id="caption1" class="search_name" style="left:15px; top:9px; width:90px; height:17px; ">조회구분 :</caption>
- <line id="line14" class="line_4" style="x1:273px; y1:6px; x2:273px; y2:28px; "/>
- <caption id="caption4" class="search_name" style="left:737px; top:9px; width:90px; height:17px; ">검색구분 :</caption>
- <button id="btn_ref" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; ">
- <caption>검색</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 검색버튼
- fGetTubeSrch();
- ]]>
- </script>
- </button>
- <button id="btn_search" class="btn1_letter2" style="left:288px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 조회버튼
- fGetTubeList();
- ]]>
- </script>
- </button>
- <input id="ipt_text" ref="/root/hidden/ref/searchnm" class="input_search" style="left:983px; top:8px; width:110px; height:19px; "/>
- <select1 id="cmb_searchgbn" ref="/root/hidden/ref/searchgbn" class="combo_search" appearance="minimal" style="left:830px; top:8px; width:150px; height:19px; ">
- <choices>
- <item>
- <label>용기코드</label>
- <value>1</value>
- </item>
- <item>
- <label>용기명</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <select1 id="cmb_refgbn" ref="/root/hidden/ref/refgbn" class="combo_search" appearance="minimal" style="left:108px; top:8px; width:150px; height:19px; ">
- <choices>
- <item>
- <label>사용코드</label>
- <value>1</value>
- </item>
- <item>
- <label>전체코드</label>
- <value>2</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- // 조회구분 선택
- fSettodd();
- ]]>
- </script>
- </select1>
- </group>
- <button id="btn_addrow" class="btn2_letter3" style="left:927px; top:49px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInsRowAdd(grd_tube);
- ]]>
- </script>
- </button>
- <caption id="caption5" class="tit_2" style="left:989px; top:55px; width:136px; height:14px; ">용기 실제 이미지</caption>
- <line id="line2" class="line_1" style="x1:984px; y1:70px; x2:1194px; y2:70px; "/>
- <img id="img1" ref="/root/main/view/orgimg" visibility="visible" style="left:984px; top:146px; width:210px; height:235px; background-image:../../../com\commonweb\images\no_image.gif; background-stretch:stretch; border-color:#999999; border-width:1px; border-style:solid; "/>
- <caption id="cap_tube" style="left:984px; top:146px; width:210px; height:235px; background-image:C:\CMCProject\application\webapps\com\commonweb\images\no_image.gif; "/>
- <line id="line13" class="line_2" style="x1:984px; y1:97px; x2:1194px; y2:97px; "/>
- <caption id="caption3" class="cell_1" style="left:984px; top:75px; width:50px; height:23px; vertical-align:middle; ">아이콘</caption>
- <line id="line3" class="line_2" style="x1:984px; y1:121px; x2:1194px; y2:121px; "/>
- <button id="button1" class="btn2_letter5" style="left:1118px; top:124px; width:75px; height:19px; ">
- <caption>이미지등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExeTubeImg();
- ]]>
- </script>
- </button>
- <img id="img2" visibility="hidden" style="left:1030px; top:450px; width:115px; height:115px; background-color:#ff6600; background-stretch:stretch; "/>
- <caption id="caption8" class="cell_1" style="left:984px; top:99px; width:72px; height:23px; vertical-align:middle; ">실제이미지</caption>
- <input id="opt_icon" ref="/root/main/imginfo/fileinfo" class="output_fix" appearance="input" style="left:1058px; top:76px; width:115px; height:19px; "/>
- <input id="opt_org" ref="/root/main/imginfo/fileinfoO" class="output_fix" appearance="input" style="left:1058px; top:100px; width:115px; height:19px; "/>
- <button id="button3" class="icon_search" style="left:1176px; top:78px; width:16px; height:16px; background-image:../../../com/commonweb/images/icon_search.gif; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fOnclickFileSearch();
- ]]>
- </script>
- </button>
- <button id="button2" class="icon_search" style="left:1176px; top:102px; width:16px; height:16px; background-image:../../../com/commonweb/images/icon_search.gif; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fOnclickFileSearchOrg();
- ]]>
- </script>
- </button>
- <button id="button4" class="btn2_letter2" style="left:883px; top:49px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExeExcel(grd_tube);
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" style="left:0px; top:13px; width:1195px; height:27px; ">
- <line id="line17" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- <button id="btn_save" class="btn4_letter2" style="left:1068px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //alert(fNullCheck());
- if(fNullCheck()=="true"){
-
- fSetTubeInfo();
- }
- ]]>
- </script>
- </button>
- <button id="btn_reset" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetInit();
- ]]>
- </script>
- </button>
- </group>
- <group id="group2" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:155px; height:13px; ">용기코드관리</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|