SPPMC06900_사생활보호관리.xrw 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--수정이력 : 2007.10.15 박재형 - 감면정보에 가족주민번호, 가족성명 추가 -->
  3. <!--수정이력 : 2008.01.14 박재형 - 감면정보 Grid -->
  4. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  5. <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">
  6. <xhtml:head>
  7. <xhtml:title>사생활보호관리</xhtml:title>
  8. <model id="model1">
  9. <instance id="instance1">
  10. <root xmlns="">
  11. <main>
  12. <privacyDesc>
  13. <no/>
  14. <pid/>
  15. <hngnm/>
  16. <rrgstno1/>
  17. <rrgstno2/>
  18. <request/>
  19. <requestetc/>
  20. <target/>
  21. <targetetc/>
  22. <type/>
  23. <typeetc/>
  24. <rmk/>
  25. <endyn/>
  26. <lastupdtrnm/>
  27. <lastupdtdt/>
  28. <lastupdtrdeptnm/>
  29. <fstrgstrid/>
  30. <fstrgstrnm/>
  31. <fstrgstdt/>
  32. <fstrgstrdeptcd/>
  33. <fstrgstrdeptnm/>
  34. <elctsignkey/>
  35. <elctsigncnts/>
  36. </privacyDesc>
  37. <privacyList/>
  38. <rtninfo>
  39. <elctsignkey/>
  40. <elctsigncnts/>
  41. </rtninfo>
  42. </main>
  43. <send>
  44. <pid/>
  45. <endyn/>
  46. </send>
  47. <init>
  48. <pid/>
  49. </init>
  50. <hidden>
  51. <orgendyn/>
  52. <orgyn/>
  53. <cond>
  54. <pid/>
  55. <hngnm/>
  56. <endyn/>
  57. <histyn/>
  58. </cond>
  59. </hidden>
  60. <result>
  61. <sign>
  62. <elctsignkey/>
  63. <elctsigncnts/>
  64. </sign>
  65. </result>
  66. </root>
  67. </instance>
  68. <submission id="TRPMC06901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/privacyDesc"/>
  69. <submission id="TXPMC06902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/privacyDesc"/>
  70. <submission id="TRPMC06903" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/privacyList"/>
  71. <script type="javascript" ev:event="xforms-ready">
  72. <![CDATA[
  73. fsignpad_init();
  74. initPid = model.getValue("/root/init/pid");
  75. // 차트번호의 전달 경로가 원무와 비원무로 구분되어 있으므로
  76. // 취득방법 역시 두가지로 구분하여 처리
  77. if (isNull(initPid)) {
  78. initPid = opener.javascript.getParameter("SPPMC06900_PARM");
  79. }
  80. //initPid = "1496619"; // 부모창 없을 경우 테스트용
  81. // 검색조건 초기화
  82. model.setValue("/root/hidden/cond/endyn", "N");
  83. model.setValue("/root/hidden/cond/histyn", "N");
  84. // 환자가 선택되었을 경우에만 초기화처리 실시
  85. if (!isNull(initPid)) {
  86. model.setValue("/root/send/pid", initPid);
  87. submit("TRPMC06901");
  88. // 확인서명 표시
  89. if (!isNull(model.getValue("/root/main/privacyDesc/elctsigncnts"))) {
  90. fsignpad_view(model.getValue("/root/main/privacyDesc/elctsignkey") , model.getValue("/root/main/privacyDesc/elctsigncnts"));
  91. }
  92. // 초기정보 관리
  93. saveOrgInfo();
  94. // 환자가 선택되지 않았을 경우 목록으로 이동
  95. } else {
  96. //messageBox("환자가 선택되지", "E007");
  97. //model.close();
  98. // 세부정보 탭이동
  99. button2.dispatch("onclick");
  100. }
  101. ]]>
  102. </script>
  103. <script type="javascript" ev:event="xforms-close">
  104. <![CDATA[
  105. // 부모창 검증
  106. if (checkOpener()) {
  107. // 부모창의 인스턴스에 사생활관리여부를 생성
  108. opener.model.makeNode("/root/hidden/patprivacyendyn");
  109. // 호출시 환자가 선택 + 저장된 정보 있음 + 해제가 아님
  110. if (!isNull(initPid)
  111. && model.getValue("/root/hidden/orgyn") == "Y"
  112. && model.getValue("/root/hidden/orgendyn") == "N") {
  113. opener.model.setValue("/root/hidden/patprivacyendyn" , "N");
  114. } else {
  115. opener.model.setValue("/root/hidden/patprivacyendyn" , "Y");
  116. }
  117. // 부모창이 변경되었을 경우
  118. } else {
  119. alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
  120. }
  121. ]]>
  122. </script>
  123. </model>
  124. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  125. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  126. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  127. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  128. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  129. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  130. <script type="javascript">
  131. <![CDATA[
  132. var initPid;
  133. var signYN;
  134. /*
  135. 화면입력검증(필수체크 등)
  136. 신청자, 보호대상, 보호내용은 필수
  137. */
  138. function validateForm() {
  139. if ((isNull(model.getValue("/root/main/privacyDesc/request")) && isNull(model.getValue("/root/main/privacyDesc/requestetc")))
  140. || (isNull(model.getValue("/root/main/privacyDesc/target")) && isNull(model.getValue("/root/main/privacyDesc/targetetc")))
  141. || (isNull(model.getValue("/root/main/privacyDesc/type")) && isNull(model.getValue("/root/main/privacyDesc/typeetc")))) {
  142. messageBox("신청자 / 보호대상 / 보호내용은 필수", "E008");
  143. return false;
  144. } else {
  145. return true;
  146. }
  147. }
  148. /*
  149. 초기정보 관리
  150. 리스트에서 다른 환자의 정보가 수정되는 경우를 고려
  151. */
  152. function saveOrgInfo() {
  153. // 호출시 전달된 환자가 아닌경우 체크
  154. if (initPid == model.getValue("/root/main/privacyDesc/pid")) {
  155. // 관리번호가 있는 경우에만 관리정보가 있다고 판정
  156. if (!isNull(model.getValue("/root/main/privacyDesc/no"))) {
  157. // 창닫기 시 사생활관리여부 전송용 종료플래그 백업
  158. // 조회 / 저장 이후 화면상에서의 값 변경이 저장없이도 그대로 인스턴스에 적용되기 때문
  159. model.setValue("/root/hidden/orgyn", "Y");
  160. model.setValue("/root/hidden/orgendyn", model.getValue("/root/main/privacyDesc/endyn"));
  161. }
  162. }
  163. }
  164. ]]>
  165. </script>
  166. </xhtml:head>
  167. <xhtml:body pagewidth="620" pageheight="510" guideline="1,-71;1,608;2,365;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  168. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">사생활보호관리</caption>
  169. <button id="button1" class="btn_sw" group="tab" selected="true" style="left:10px; top:20px; width:80px; height:22px; ">
  170. <caption>세부정보</caption>
  171. <toggle case="case1" ev:event="onclick"/>
  172. </button>
  173. <button id="button2" class="btn_sw" group="tab" style="left:90px; top:20px; width:80px; height:22px; ">
  174. <caption>대상목록</caption>
  175. <toggle case="case2" ev:event="onclick"/>
  176. </button>
  177. <switch id="switch1" class="sw_box" style="left:0px; top:40px; width:600px; height:445px; ">
  178. <case id="case1" selected="true">
  179. <line id="line12" class="line_1" style="x1:4px; y1:5px; x2:594px; y2:5px; "/>
  180. <caption id="caption2" class="cell_1" style="left:4px; top:10px; width:81px; height:23px; text-align:left; vertical-align:middle; ">차트번호</caption>
  181. <input id="ipt_cardno" ref="/root/main/privacyDesc/pid" class="input_default" disabled="true" style="left:87px; top:12px; width:79px; height:19px; "/>
  182. <caption id="caption3" class="cell_1" style="left:169px; top:10px; width:81px; height:23px; text-align:left; vertical-align:middle; ">환자성명</caption>
  183. <input id="input1" ref="/root/main/privacyDesc/hngnm" class="input_default" disabled="true" maxlength="40" style="left:252px; top:12px; width:88px; height:19px; "/>
  184. <caption id="caption4" class="cell_1" style="left:4px; top:58px; width:81px; height:41px; text-align:left; vertical-align:middle; ">보호대상</caption>
  185. <caption id="caption5" class="cell_1" style="left:4px; top:100px; width:81px; height:23px; text-align:left; vertical-align:middle; ">보호내용</caption>
  186. <caption id="caption6" class="cell_1" style="left:4px; top:124px; width:81px; height:116px; text-align:left; vertical-align:middle; ">비고</caption>
  187. <textarea id="textarea1" ref="/root/main/privacyDesc/rmk" navindex="3" imemode="hangul" maxbyte="200" style="left:87px; top:124px; width:507px; height:116px; "/>
  188. <select id="checkbox1" ref="/root/main/privacyDesc/target" navindex="1" overflow="visible" appearance="full" cols="3" style="left:87px; top:63px; width:180px; height:20px; border-style:none; ">
  189. <choices>
  190. <item>
  191. <label>환자본인</label>
  192. <value>환자본인</value>
  193. </item>
  194. <item>
  195. <label>보호자</label>
  196. <value>보호자</value>
  197. </item>
  198. <item>
  199. <label>내원객</label>
  200. <value>내원객</value>
  201. </item>
  202. </choices>
  203. </select>
  204. <caption id="caption7" style="left:88px; top:79px; width:308px; height:20px; font-weight:bold; color:#ff0000; ">* 체크대상에게로의 정보제공을 희망하지 않습니다.</caption>
  205. <caption id="caption8" class="cell_1" style="left:343px; top:10px; width:81px; height:23px; text-align:left; vertical-align:middle; ">주민번호</caption>
  206. <input id="input2" ref="/root/main/privacyDesc/rrgstno1" class="input_default" disabled="true" maxlength="40" style="left:426px; top:12px; width:78px; height:23px; "/>
  207. <caption id="caption9" style="left:506px; top:13px; width:10px; height:20px; ">-</caption>
  208. <input id="input3" ref="/root/main/privacyDesc/rrgstno2" class="input_default" disabled="true" maxlength="40" style="left:516px; top:12px; width:78px; height:23px; "/>
  209. <select id="checkbox2" ref="/root/main/privacyDesc/type" navindex="2" overflow="visible" appearance="full" cols="6" style="left:87px; top:103px; width:338px; height:20px; border-style:none; ">
  210. <choices>
  211. <item>
  212. <label>병명</label>
  213. <value>병명</value>
  214. </item>
  215. <item>
  216. <label>치료내용</label>
  217. <value>치료내용</value>
  218. </item>
  219. <item>
  220. <label>치료비</label>
  221. <value>치료비</value>
  222. </item>
  223. <item>
  224. <label>병실위치</label>
  225. <value>병실위치</value>
  226. </item>
  227. <item>
  228. <label>ARS/유선안내</label>
  229. <value>ARS/유선안내</value>
  230. </item>
  231. </choices>
  232. </select>
  233. <line id="line9" class="line_3" style="x1:4px; y1:413px; x2:594px; y2:413px; "/>
  234. <button id="btn_confirm" class="btn4_letter2" navindex="4" style="left:538px; top:417px; width:56px; height:22px; ">
  235. <caption>저장</caption>
  236. <script type="javascript" ev:event="DOMActivate">
  237. <![CDATA[
  238. // 입력내용 검증 후 저장
  239. // 종료를 선택한 경우에는
  240. if(validateForm()) {
  241. // 노드 카피
  242. model.copyNode("/root/send", "/root/main/privacyDesc");
  243. // 사용자정보 설정
  244. // 최초등록자정보의 설정은 최초등록시만
  245. if (isNull(model.getValue("/root/main/privacyDesc/fstrgstrid"))) {
  246. model.setValue("/root/send/fstrgstrid", getUserId());
  247. model.setValue("/root/send/fstrgstrdeptcd", getUserInfo("posdeptcd"));
  248. }
  249. model.setValue("/root/send/lastupdtrid", getUserId());
  250. model.setValue("/root/send/lastupdtrdeptcd", getUserInfo("posdeptcd"));
  251. // 확인서명 처리
  252. if (signYN == "Y") {
  253. fsignpad_save();
  254. model.setValue("/root/send/elctsignkey" , model.getValue("/root/result/sign/elctsignkey") , true);
  255. model.setValue("/root/send/elctsigncnts", model.getValue("/root/result/sign/elctsigncnts") , true);
  256. fsignpad_view(model.getValue("/root/send/elctsignkey") , model.getValue("/root/send/elctsigncnts"));
  257. signYN = "N";
  258. }
  259. // 저장
  260. submit("TXPMC06902");
  261. model.resetInstanceNode("/root/send");
  262. // 초기정보 관리
  263. saveOrgInfo();
  264. // 싸인패드 닫기
  265. fsignpad_close();
  266. }
  267. ]]>
  268. </script>
  269. </button>
  270. <bool id="bool1" checkvalue="Y,N" ref="/root/main/privacyDesc/endyn" style="left:486px; top:419px; width:15px; height:15px; "/>
  271. <input id="input6" ref="/root/main/privacyDesc/lastupdtrnm" class="input_default" disabled="true" maxlength="40" style="left:87px; top:243px; width:79px; height:19px; "/>
  272. <caption id="caption12" class="cell_1" style="left:4px; top:241px; width:81px; height:23px; text-align:left; vertical-align:middle; ">최종수정자</caption>
  273. <input id="input7" ref="/root/main/privacyDesc/lastupdtdt" disabled="true" format="yyyy-mm-dd hh:mm" style="left:482px; top:243px; width:112px; height:19px; "/>
  274. <input id="input8" ref="/root/main/privacyDesc/fstrgstrnm" class="input_default" disabled="true" maxlength="40" style="left:87px; top:267px; width:79px; height:19px; "/>
  275. <caption id="caption14" class="cell_1" style="left:4px; top:265px; width:81px; height:23px; text-align:left; vertical-align:middle; ">최초등록자</caption>
  276. <input id="input9" ref="/root/main/privacyDesc/fstrgstdt" disabled="true" format="yyyy-mm-dd hh:mm" style="left:482px; top:267px; width:112px; height:19px; "/>
  277. <input id="input10" ref="/root/main/privacyDesc/lastupdtrdeptnm" class="input_default" disabled="true" maxlength="40" style="left:277px; top:243px; width:120px; height:19px; "/>
  278. <input id="input11" ref="/root/main/privacyDesc/fstrgstrdeptnm" class="input_default" disabled="true" maxlength="40" style="left:277px; top:267px; width:120px; height:19px; "/>
  279. <caption id="caption13" class="cell_1" style="left:169px; top:241px; width:106px; height:23px; text-align:left; vertical-align:middle; ">최종수정자부서</caption>
  280. <caption id="caption15" class="cell_1" style="left:169px; top:265px; width:106px; height:23px; text-align:left; vertical-align:middle; ">최초등록자부서</caption>
  281. <caption id="caption16" class="cell_1" style="left:399px; top:241px; width:81px; height:23px; text-align:left; vertical-align:middle; ">최종수정일</caption>
  282. <caption id="caption17" class="cell_1" style="left:399px; top:265px; width:81px; height:23px; text-align:left; vertical-align:middle; ">최초등록일</caption>
  283. <caption id="caption18" style="left:503px; top:418px; width:30px; height:20px; ">해제</caption>
  284. <select id="checkbox3" ref="/root/main/privacyDesc/request" navindex="1" overflow="visible" appearance="full" cols="2" style="left:87px; top:36px; width:128px; height:20px; border-style:none; ">
  285. <choices>
  286. <item>
  287. <label>환자본인</label>
  288. <value>환자본인</value>
  289. </item>
  290. <item>
  291. <label>보호자</label>
  292. <value>보호자</value>
  293. </item>
  294. </choices>
  295. </select>
  296. <caption id="caption19" class="cell_1" style="left:4px; top:34px; width:81px; height:23px; text-align:left; vertical-align:middle; ">신청자</caption>
  297. <caption id="caption20" style="left:232px; top:36px; width:35px; height:20px; ">기타</caption>
  298. <input id="input12" ref="/root/main/privacyDesc/requestetc" class="input_default" imemode="hangul" maxlength="15" maxbyte="50" style="left:260px; top:36px; width:190px; height:19px; "/>
  299. <caption id="caption21" style="left:282px; top:61px; width:35px; height:20px; ">기타</caption>
  300. <input id="input13" ref="/root/main/privacyDesc/targetetc" class="input_default" imemode="hangul" maxlength="15" maxbyte="50" style="left:310px; top:61px; width:190px; height:19px; "/>
  301. <caption id="caption22" style="left:427px; top:102px; width:35px; height:20px; ">기타</caption>
  302. <input id="input14" ref="/root/main/privacyDesc/typeetc" class="input_default" imemode="hangul" maxlength="15" maxbyte="50" style="left:455px; top:102px; width:139px; height:19px; "/>
  303. <caption id="caption25" style="left:248px; top:418px; width:238px; height:20px; color:#ff0000; ">* 보호해제시 '해제' 체크 후 반드시 저장!!!</caption>
  304. <import id="import1" src="./../../pam/pamcomnweb/xrw/SPPAO02102_전자서명입력_OCX.xrw" style="left:87px; top:289px; width:257px; height:123px; text-align:center; vertical-align:middle; "/>
  305. <caption id="caption26" class="cell_1" style="left:4px; top:289px; width:81px; height:123px; text-align:left; vertical-align:middle; ">확인서명</caption>
  306. <button id="button4" class="btn2_letter2" style="left:20px; top:385px; width:42px; height:19px; ">
  307. <caption>서명</caption>
  308. <script type="javascript" ev:event="DOMActivate">
  309. <![CDATA[
  310. signYN = "Y";
  311. fsignpad_init();
  312. fsignpad_request(0);
  313. ]]>
  314. </script>
  315. </button>
  316. </case>
  317. <case id="case2">
  318. <datagrid id="datagrid1" nodeset="/root/main/privacyList" caption="챠트번호^성명^구분^주민번호^주민번호^신청자^보호대상^보호내용^비고^최초등록자/부서/일시^최초등록자/부서/일시^최초등록자/부서/일시^최종수정자/부서/일시^최종수정자/부서/일시^최종수정자/부서/일시^해제" colsep="^" colwidth="60, 65, 30, 50, 55, 100, 100, 100, 236, 60, 80, 105, 60, 80, 105, 35" explorerbar="sortshowmove" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:4px; top:38px; width:590px; height:400px; ">
  319. <col ref="pid"/>
  320. <col ref="hngnm"/>
  321. <col ref="histstat" style="text-align:center; "/>
  322. <col ref="rrgstno1"/>
  323. <col ref="rrgstno2"/>
  324. <col ref="request"/>
  325. <col ref="target"/>
  326. <col ref="type"/>
  327. <col ref="rmk"/>
  328. <col ref="fstrgstrnm"/>
  329. <col ref="fstrgstrdeptnm"/>
  330. <col ref="fstrgstdt" format="yyyy-mm-dd hh:mm"/>
  331. <col ref="lastupdtrnm"/>
  332. <col ref="lastupdtrdeptnm"/>
  333. <col ref="lastupdtdt" format="yyyy-mm-dd hh:mm"/>
  334. <col ref="endyn" style="text-align:center; "/>
  335. <script type="javascript" ev:event="ondblclick">
  336. <![CDATA[
  337. var pid = model.getValue("/root/main/privacyList[" + datagrid1.row + "]/pid");
  338. var histstat = model.getValue("/root/main/privacyList[" + datagrid1.row + "]/histstat");
  339. if (!isNull(pid)) {
  340. // 이력이 아닐경우에만 세부정보로 이동
  341. if (model.getValue("/root/main/privacyList[" + datagrid1.row + "]/histstat") == "Y") {
  342. model.setValue("/root/send/pid", pid);
  343. // 세부정보 조회
  344. submit("TRPMC06901");
  345. // 확인서명 표시
  346. if (!isNull(model.getValue("/root/main/privacyDesc/elctsigncnts"))) {
  347. fsignpad_view(model.getValue("/root/main/privacyDesc/elctsignkey") , model.getValue("/root/main/privacyDesc/elctsigncnts"));
  348. }
  349. // 초기정보 관리
  350. saveOrgInfo();
  351. // 세부정보 탭이동
  352. button1.dispatch("onclick");
  353. } else {
  354. messageBox("구분이 Y인 데이터만 수정이 ", "I006");
  355. }
  356. }
  357. ]]>
  358. </script>
  359. </datagrid>
  360. <shape id="roundrect1" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:5px; top:5px; width:590px; height:30px; "/>
  361. <bool id="bool2" checkvalue="Y,N" ref="/root/hidden/cond/endyn" style="left:326px; top:12px; width:15px; height:15px; "/>
  362. <caption id="caption23" style="left:344px; top:11px; width:57px; height:20px; ">해제포함</caption>
  363. <bool id="bool3" checkvalue="Y,N" ref="/root/hidden/cond/histyn" style="left:410px; top:12px; width:15px; height:15px; ">
  364. <script type="javascript" ev:event="xforms-value-changed">
  365. <![CDATA[
  366. if (model.getValue("/root/hidden/cond/histyn") == "Y") {
  367. bool2.disabled = true;
  368. model.setValue("/root/hidden/cond/endyn", "N");
  369. model.refresh();
  370. } else {
  371. bool2.disabled = false;
  372. }
  373. ]]>
  374. </script>
  375. </bool>
  376. <caption id="caption24" style="left:429px; top:11px; width:55px; height:20px; ">이력포함</caption>
  377. <button id="button3" class="btn1_letter2" navindex="4" style="left:530px; top:10px; width:56px; height:22px; ">
  378. <caption>조회</caption>
  379. <script type="javascript" ev:event="DOMActivate">
  380. <![CDATA[
  381. model.copyNode("/root/send", "/root/hidden/cond");
  382. // 대상목록 조회
  383. submit("TRPMC06903");
  384. ]]>
  385. </script>
  386. </button>
  387. <input id="input4" ref="/root/hidden/cond/pid" navindex="2" imemode="alpha" validateformat="false" _chartype="upper" style="left:97px; top:11px; width:70px; height:19px; "/>
  388. <caption id="caption10" class="search_name" style="left:14px; top:12px; width:80px; height:17px; ">챠트번호</caption>
  389. <caption id="caption11" class="search_name" style="left:182px; top:12px; width:53px; height:17px; ">성명</caption>
  390. <input id="input5" ref="/root/hidden/cond/hngnm" navindex="2" imemode="hangul" validateformat="false" _chartype="upper" style="left:235px; top:11px; width:70px; height:19px; "/>
  391. </case>
  392. </switch>
  393. </xhtml:body>
  394. </xhtml:html>