123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?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="">
- <source>
- <filecd/>
- </source>
- <main>
- <result/>
- <help/>
- </main>
- <send>
- <filecd/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- if (checkOpener()){ //팝업화면으로 사용될 때
-
- var strfilecd = model.getValue("/root/source/filecd");
-
- if(strfilecd !="")
- {
- fSearchhelp(strfilecd);
- }
-
- }
- ]]>
- </script>
- <submission id="TRSDE00002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/result"/>
- <submission id="TRSDE00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/menu"/>
- </model>
- <script type="javascript">
- <![CDATA[
- function fSearchhelp(filecd){
-
-
- var strfilecd=filecd;
- model.setValue("/root/send/filecd",strfilecd);
- model.resetInstanceNode("/root/main/result");
- model.makeNode("/root/main/result/helptext");
-
- if(submit("TRSDE00002")){
-
- if( getNodesetCount("/root/main/result/helptext") > 0 ){
- model.copyNode("/root/main/help", "/root/main/result/helptext");
-
- model.refresh();
-
- }else{
- model.resetInstanceNode("/root/main/result/helptext");
- messageBox("도움말 기능이 존재하지 않습니다.", "E999", "");
- model.refresh();
- }
- }
- }
- ]]>
- </script>
- <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/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <script type="javascript" src="../../../pam/opatmngtweb/js/PMOCOM.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="510" pageheight="450">
- <group id="group1" style="left:0px; top:0px; width:510px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">EIS도움말</caption>
- </group>
- <shape id="roundrect8" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:25px; width:510px; height:35px; "/>
- <line id="line11" class="line_1" style="x1:4px; y1:15px; x2:510px; y2:15px; "/>
- <button id="button2" class="btn6_letter4" navindex="3" style="left:420px; top:30px; width:80px; height:22px; ">
- <caption>화면닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.close();
- ]]>
- </script>
- </button>
- <line id="line1" class="line_1" style="x1:0px; y1:69px; x2:510px; y2:70px; "/>
- <textarea id="textarea1" ref="/root/main/help/helptext" disabled="true" style="left:2px; top:80px; width:504px; height:345px; "/>
- <caption id="caption13" ref="/root/main/help/menunm" class="search_name" style="left:5px; top:34px; width:210px; height:17px; "/>
- </xhtml:body>
- </xhtml:html>
|