Sample(1).xrw 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="C:/CMCProject/application/webapps/com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>Untitle</xhtml:title>
  6. <script type="javascript" src="C:\CMCProject\application\webapps\crc\clinicresearchweb\js\test2.js"/>
  7. <model id="model1">
  8. <instance id="instance1">
  9. <root xmlns="">
  10. <example>Sample</example>
  11. <tasklist>
  12. <taskitem>
  13. <chk>true</chk>
  14. <name>과제기초정보등록</name>
  15. </taskitem>
  16. <taskitem>
  17. <chk/>
  18. <name>병원과제정보등록</name>
  19. </taskitem>
  20. <taskitem>
  21. <chk/>
  22. <name>실행예산편성등록</name>
  23. </taskitem>
  24. <taskitem>
  25. <chk/>
  26. <name>구비서류등록</name>
  27. </taskitem>
  28. </tasklist>
  29. <worklist>
  30. <workitem>
  31. <task1>등록중</task1>
  32. </workitem>
  33. </worklist>
  34. </root>
  35. </instance>
  36. <script type="javascript" ev:event="xforms-ready">
  37. <![CDATA[
  38. datagrid2.cellstyle("background-color", 1,1,1,2) = "#FFF000";
  39. ]]>
  40. </script>
  41. </model>
  42. </xhtml:head>
  43. <xhtml:body guideline="2,773;">
  44. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:14px; ">
  45. <caption id="caption120" class="tit_1" style="left:0px; top:0px; width:158px; height:14px; ">의뢰자</caption>
  46. </group>
  47. <shape id="roundrect2" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:58px; width:230px; height:625px; "/>
  48. <group id="group3" style="left:0px; top:15px; width:1194px; height:37px; vertical-align:top; ">
  49. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  50. <button id="button1" class="btn1_letter6" style="left:15px; top:8px; width:104px; height:22px; ">
  51. <caption>신규과제등록</caption>
  52. </button>
  53. <button id="button2" class="btn1_letter4" style="left:145px; top:8px; width:80px; height:22px; ">
  54. <caption>과제수정</caption>
  55. </button>
  56. <button id="button3" class="btn1_letter4" style="left:250px; top:8px; width:80px; height:22px; ">
  57. <caption>과제조회</caption>
  58. </button>
  59. </group>
  60. <button id="btn_pre" class="btn3_letter4" style="left:15px; top:653px; width:80px; height:22px; ">
  61. <caption>
  62. <![CDATA[<< 이전]]>
  63. </caption>
  64. <script type="javascript" ev:event="DOMActivate">
  65. <![CDATA[
  66. /*iviewer 화면바꾸기 */
  67. Go_Pre("pre",obj);
  68. obj--;
  69. model.setValue("/root/tasklist/taskitem["+Del_Chk(chk_num)+"]/chk", "false");
  70. datagrid2.cellstyle("background-color", chk_num,1,chk_num,2) = "#B0B0B0";
  71. chk_num--;
  72. iviewer1.src= PageNu;
  73. ]]>
  74. </script>
  75. </button>
  76. <button id="btn_next" class="btn3_letter4" style="left:135px; top:653px; width:80px; height:22px; ">
  77. <caption>
  78. <![CDATA[다음 >>]]>
  79. </caption>
  80. <script type="javascript" ev:event="DOMActivate">
  81. <![CDATA[
  82. /*iviewer 화면바꾸기 */
  83. Go_Next("next",obj);
  84. obj++;
  85. model.setValue("/root/tasklist/taskitem["+Add_Chk(chk_num)+"]/chk", "true");
  86. chk_num++;
  87. iviewer1.src= PageNu;
  88. datagrid2.cellstyle("background-color", chk_num,1,chk_num,2) = "#FFF000";
  89. /* iviewer내 필수값체크
  90. if(isRequiredControls("PageNu/combo10"))
  91. messageBox("모든 필수값이 입력이","I002"); */
  92. /* if (obj == 3){
  93. btn_next.caption = [완료 >>];
  94. } */
  95. ]]>
  96. </script>
  97. </button>
  98. <line id="line1" class="line_1" style="x1:0px; y1:55px; x2:1194px; y2:55px; "/>
  99. <line id="line6" class="line_3" style="x1:0px; y1:685px; x2:1194px; y2:685px; "/>
  100. <datagrid id="datagrid2" nodeset="/root/tasklist/taskitem" caption="^" colsep="^" colwidth="32, 134" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:73px; width:215px; height:570px; ">
  101. <col ref="chk" type="checkbox"/>
  102. <col ref="name"/>
  103. </datagrid>
  104. <iviewer id="iviewer1" src="C:\CMCProject\application\webapps\crc\clinicresearchweb\xrw\의뢰자_과제기초정보.xrw" style="left:230px; top:60px; width:960px; height:620px; border-style:sunken; "/>
  105. <datagrid id="datagrid1" nodeset="/root/worklist/workitem" caption="접수^접수^접수^접수^초기심의^계약^연구수행^연구수행^연구수행^연구수행^연구수행^종결^종결^종결|과제의뢰^연구자확인^CRCC접수^서류접수^심의상태^계약일^원내이상반응^원외이상반응^변경계획서^중간보고서^지속심의^종료보고서^결과보고서^연구비정산보고서" colsep="^" colwidth="67, 66, 72, 62, 118, 102, 83, 80, 66, 66, 67, 73, 71, 102" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:692px; width:1195px; height:71px; ">
  106. <col ref="task1"/>
  107. <col/>
  108. <col/>
  109. <col/>
  110. <col type="inputbutton"/>
  111. <col type="inputbutton"/>
  112. <col type="inputbutton"/>
  113. <col type="inputbutton"/>
  114. <col type="inputbutton"/>
  115. <col type="inputbutton"/>
  116. <col type="inputbutton"/>
  117. <col type="inputbutton"/>
  118. <col type="inputbutton"/>
  119. <col type="inputbutton"/>
  120. </datagrid>
  121. </xhtml:body>
  122. </xhtml:html>