SPSDE00100_EIS도움말.xrw 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>경영관리도움말</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <source>
  10. <filecd/>
  11. </source>
  12. <main>
  13. <result/>
  14. <help/>
  15. </main>
  16. <send>
  17. <filecd/>
  18. </send>
  19. </root>
  20. </instance>
  21. <script type="javascript" ev:event="xforms-ready">
  22. <![CDATA[
  23. if (checkOpener()){ //팝업화면으로 사용될 때
  24. var strfilecd = model.getValue("/root/source/filecd");
  25. if(strfilecd !="")
  26. {
  27. fSearchhelp(strfilecd);
  28. }
  29. }
  30. ]]>
  31. </script>
  32. <submission id="TRSDE00002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/result"/>
  33. <submission id="TRSDE00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/menu"/>
  34. </model>
  35. <script type="javascript">
  36. <![CDATA[
  37. function fSearchhelp(filecd){
  38. var strfilecd=filecd;
  39. model.setValue("/root/send/filecd",strfilecd);
  40. model.resetInstanceNode("/root/main/result");
  41. model.makeNode("/root/main/result/helptext");
  42. if(submit("TRSDE00002")){
  43. if( getNodesetCount("/root/main/result/helptext") > 0 ){
  44. model.copyNode("/root/main/help", "/root/main/result/helptext");
  45. model.refresh();
  46. }else{
  47. model.resetInstanceNode("/root/main/result/helptext");
  48. messageBox("도움말 기능이 존재하지 않습니다.", "E999", "");
  49. model.refresh();
  50. }
  51. }
  52. }
  53. ]]>
  54. </script>
  55. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  56. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  57. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  58. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  59. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  60. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  61. <script type="javascript" src="../../../pam/opatmngtweb/js/PMOCOM.js"/>
  62. </xhtml:head>
  63. <xhtml:body pagewidth="510" pageheight="450">
  64. <group id="group1" style="left:0px; top:0px; width:510px; height:13px; ">
  65. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">EIS도움말</caption>
  66. </group>
  67. <shape id="roundrect8" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:25px; width:510px; height:35px; "/>
  68. <line id="line11" class="line_1" style="x1:4px; y1:15px; x2:510px; y2:15px; "/>
  69. <button id="button2" class="btn6_letter4" navindex="3" style="left:420px; top:30px; width:80px; height:22px; ">
  70. <caption>화면닫기</caption>
  71. <script type="javascript" ev:event="DOMActivate">
  72. <![CDATA[
  73. model.close();
  74. ]]>
  75. </script>
  76. </button>
  77. <line id="line1" class="line_1" style="x1:0px; y1:69px; x2:510px; y2:70px; "/>
  78. <textarea id="textarea1" ref="/root/main/help/helptext" disabled="true" style="left:2px; top:80px; width:504px; height:345px; "/>
  79. <caption id="caption13" ref="/root/main/help/menunm" class="search_name" style="left:5px; top:34px; width:210px; height:17px; "/>
  80. </xhtml:body>
  81. </xhtml:html>