123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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>
- <etcrec/>
- </main>
- <init>
- <extnmsrght>
- <mouserght>
- <label>상용구</label>
- <func>fPopCommUse</func>
- </mouserght>
- <mouserght>
- <label>잘라내기 Ctrl+X</label>
- <func>fselectCutMenu</func>
- </mouserght>
- <mouserght>
- <label>복사 Ctrl+C</label>
- <func>fselectCopyMenu</func>
- </mouserght>
- <mouserght>
- <label>붙여넣기 Ctrl+V</label>
- <func>fselectPasteMenu</func>
- </mouserght>
- <mouserght>
- <label>삭제 Del</label>
- <func>fselectDeleteMenu</func>
- </mouserght>
- <mouserght>
- <label/>
- <func/>
- </mouserght>
- <mouserght>
- <label>모두선택 Ctrl+A</label>
- <func>fselectSelAllMenu</func>
- </mouserght>
- </extnmsrght>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fFormReady();
- ]]>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
- <script type="javascript" src="../../../emr/medirecweb/js/MMRCommon.js"/>
- <script type="javascript" src="../../../emr/medirecweb/js/SPMMR06100.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="530" pageheight="280">
- <textarea id="tar_extn" ref="/root/main/etcrec" scroll="auto" editmenu="false" style="left:10px; top:10px; width:511px; height:235px; ">
- <script type="javascript" ev:event="onmousedown">
- <![CDATA[
- setPopupMenu("tar_extn", false, "/root/init/extnmsrght/mouserght", "label", "func");
- ]]>
- </script>
- </textarea>
- <button id="btn_cnfm" class="btn4_letter2" visibility="visible" style="left:404px; top:250px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fConfirm();
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" visibility="visible" style="left:465px; top:250px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fCancel();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|