123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <?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>별칭등록</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <chkcount/>
- </list>
- <item>
- <flag/>
- <aliasnm/>
- </item>
- </main>
- <send>
- <acntgrupnm/>
- <alias/>
- </send>
- <init>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRZSA20204" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/item"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript">
- <![CDATA[
- /*
- 초기화 작업을 합니다.
- */
- function fInitialize(){
- model.removeNodeset("/root/send/acntgrupnm");
- // ipt_acntgrupcd.value = model.getValue("/root/main/item/temp");
- // ipt_rrgstno.
- btn_setacntgrupnm.disabled = !checkAuth("X") ;
- model.refresh();
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="534" pageheight="160" style="border-color:#c7a3cf; ">
- <group id="grp_tle" style="left:0px; top:0px; width:534px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:525px; height:14px; ">별칭 등록</caption>
- </group>
- <group id="grp_input" scroll="auto" style="left:0px; top:36px; width:530px; height:119px; ">
- <caption id="caption9" class="tit_2" style="left:0px; top:10px; width:126px; height:14px; vertical-align:middle; ">별칭 등록</caption>
- <line id="line12" class="line_1" style="x1:0px; y1:27px; x2:529px; y2:26px; "/>
- <caption id="caption5" class="cell_1" style="left:0px; top:56px; width:107px; height:23px; vertical-align:middle; ">유형명</caption>
- <input id="ipt_aliasnm" ref="/root/main/item/aliasnm" class="input_essential" navindex="2" maxlength="4" appearance="input" style="left:108px; top:57px; width:189px; height:19px; border-style:solid; "/>
- <caption id="caption1" class="cell_1" style="left:0px; top:31px; width:105px; height:23px; vertical-align:middle; ">업무대분류약어</caption>
- <input id="ipt_flag" ref="/root/main/item/flag" class="input_essential" navindex="1" maxlength="1" style="left:109px; top:32px; width:189px; height:19px; "/>
- <output id="opt_sysnm" ref="/root/main/list/userid" class="ouput_fix" navindex="2" visibility="hidden" appearance="output" style="left:108px; top:82px; width:189px; height:19px; border-style:solid; "/>
- <caption id="caption2" class="cell_1" visibility="hidden" style="left:0px; top:81px; width:105px; height:23px; vertical-align:middle; ">시스템 명</caption>
- </group>
- <group id="grp_btn" style="left:0px; top:13px; width:531px; height:27px; ">
- <button id="btn_setacntgrupnm" class="btn4_letter2" navindex="3" style="left:474px; top:1px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var alias = "UG"+ipt_flag.value+"_"+ipt_aliasnm.value;
- model.setValue("/root/send/alias", alias);
-
- if(submit("TRZSA20204")){
- if(model.getValue("/root/main/list/chkcount") > 0){
- var rtn = messageBox("기존 데이터가 존재합니다. 그래도 데이터를 ", "Q001");
- if(rtn!=0){
- var iParam_alias = alias;
- if ( checkOpener() ) {
- opener.javascript.setParameter("SPZSA20203_", iParam_alias);
- } else {
- var rtn = messageBox("상위화면을 찾을 수", "E001");
- }
-
- window.close();
- }
- } else {
- var iParam_alias = alias;
- if ( checkOpener() ) {
- opener.javascript.setParameter("SPZSA20203_", iParam_alias);
- } else {
- var rtn = messageBox("상위화면을 찾을 수", "E001");
- }
- window.close();
- }
- }
- ]]>
- </script>
- </button>
- <line id="line1" class="line_6" style="x1:0px; y1:25px; x2:525px; y2:25px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|