12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <init>
- <autoaccept>
- <trgtcd/>
- <valifromdt/>
- <valitodt/>
- <fstrgstdt/>
- <fstrgstrid/>
- <lastupdtdt/>
- <lastupdtrid/>
- </autoaccept>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body>
- <datagrid id="datagrid1" nodeset="/root/init/autoaccept" caption="적용여부^시작시각^종료시각^세팅자^세팅시각" colsep="^" colwidth="86, 108, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:25px; top:35px; width:630px; height:215px; ">
- <col ref="trgtcd"/>
- <col ref="valifromdt" type="inputdate"/>
- <col ref="valitodt" type="inputdate"/>
- <col ref="lastupdtdt"/>
- <col ref="lastupdtrid"/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|