123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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 xmlns="">
- <main>
- </main>
- <init>
- <famy2/>
- <famy1/>
- <famy3>
- </famy3>
- <famy4/>
- <famy5/>
- </init>
- <send>
- </send>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- ]]>
- </script>
- </model>
- <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"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../com/batchinfoweb/js/ZSB001.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="840" pageheight="800" style="margin-left:8; margin-right:8; ">
- <group id="group1" style="left:0px; top:0px; width:805px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:400px; height:15px; ">물품받는부서 도움말</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:40px; width:810px; height:740px; ">
- <img id="img1" src="../../../mis/deliveweb/images/tomove001.jpg" style="left:0px; top:0px; width:794px; height:1123px; background-stretch:stretch; "/>
- <img id="img2" src="../../../mis/deliveweb/images/tomove002.jpg" style="left:0px; top:819px; width:794px; height:1123px; background-stretch:stretch; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:805px; height:25px; ">
- <button id="btn_help" class="btn1_letter7" style="left:6px; top:2px; width:56px; height:22px; ">
- <caption>도움말다운로드</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var filepath = "mis/rpv/req//20130104/20130104103314835555_MIS"; //운영
- var filenm = "물품이동(받는부서) 도움말.hwp";
- var localfile = window.fileDialog("save","|",false,filenm,"","All Files(*.*)|*.*");
- if (localfile != "") {
- model.download(getActionURL("TRRWC03003")+"&filepath="+filepath,localfile);
- var rtn = messageBox("파일을", "Q004");
- if( rtn == 6 ) {
- window.exec(localfile);
- }
- }
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|