1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?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>
- <formsubtitle>
- <formsubtitlelist/>
- </formsubtitle>
- </main>
- <send>
- <formsublist/>
- <userid/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRMMR04401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/formsubtitle/formsubtitlelist"/>
- <submission id="TXMMR04401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/formsubtitle/formsubtitlelist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../emr/medirecweb/js/MMR04400.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="240" pageheight="350">
- <button id="button1" class="btn2_letter2" style="left:63px; top:3px; width:42px; height:19px; ">
- <caption>추가</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fAddRow();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn2_letter2" style="left:107px; top:3px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fDelRow();
- ]]>
- </script>
- </button>
- <button id="button3" class="btn2_letter2" style="left:151px; top:3px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fSave();
- ]]>
- </script>
- </button>
- <datagrid id="grd_formsubtitle" nodeset="/root/main/formsubtitle/formsubtitlelist" caption="부제목명^^순번" colwidth="145, 0, 36" explorerbar="sort" extendlastcol="scroll" rowheader="update" style="left:0px; top:25px; width:240px; height:325px; ">
- <col ref="formsubtitle" type="input"/>
- <col ref="formsubtitleseq" visibility="hidden"/>
- <col ref="seq" type="input" visibility="hidden" format="999" style="text-align:center; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_formsubtitle.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <button id="button104" class="icon_top" style="left:4px; top:3px; width:26px; height:19px; ">
- <caption/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fMoveUp();
- ]]>
- </script>
- </button>
- <button id="button105" class="icon_bottom" style="left:33px; top:3px; width:26px; height:19px; ">
- <caption/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fMoveDown();
- ]]>
- </script>
- </button>
- <button id="button4" class="btn2_letter2" style="left:195px; top:3px; width:42px; height:19px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fClose();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|