12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?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>
- <orddept>
- <dept>
- <depth/>
- <outline/>
- <deptcd/>
- <useyn/>
- <depthngnm/>
- </dept>
- </orddept>
- </main>
- <send>
- <reqdata/>
- <savedata/>
- </send>
- <hidden/>
- <init/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize_SPMMB02600();
- fReqPubDeptList();
- ]]>
- </script>
- <submission id="TRMMB02601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/orddept"/>
- </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="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/SPMMB02600.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="257" pageheight="515" guideline="1,240;1,257;2,512;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <line id="line6" class="line_1" style="x1:0px; y1:16px; x2:240px; y2:16px; "/>
- <caption id="caption2" class="tit_2" style="left:0px; top:1px; width:126px; height:14px; vertical-align:middle; ">¹ßÇàºÎ¼</caption>
- <datagrid id="grd_execdeptlist" nodeset="/root/main/orddept/dept" caption="^^deptcd^useyn^ºÎ¼" colsep="^" colwidth="0, 40, 0, 0, 192" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:21px; width:240px; height:474px; ">
- <col ref="depth"/>
- <col ref="outline"/>
- <col ref="deptcd"/>
- <col ref="useyn"/>
- <col ref="depthngnm"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- fSelectPubDeptList(grd_execdeptlist);
- ]]>
- </script>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|