12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="C:/CMCProject/application/webapps/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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <example>Sample</example>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body>
- <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
- <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:230px; height:14px; ">병원재무담당자_IRB운영비관리</caption>
- </group>
- <group id="group2" style="left:0px; top:14px; width:1194px; height:770px; ">
- <shape id="rectangle1" appearance="rectangle" style="left:0px; top:10px; width:1045px; height:29px; border-color:#99ccff; "/>
- <caption id="caption2" class="cell_1" style="left:1px; top:13px; width:100px; height:23px; vertical-align:middle; ">심사비입금총액</caption>
- <input id="input6" class="input_search" style="left:105px; top:15px; width:150px; height:19px; "/>
- <caption id="caption3" class="cell_1" style="left:260px; top:13px; width:100px; height:23px; vertical-align:middle; ">간접비입금총액</caption>
- <input id="input1" class="input_search" style="left:365px; top:15px; width:150px; height:19px; "/>
- <caption id="caption4" class="cell_1" style="left:525px; top:13px; width:100px; height:23px; text-align:center; vertical-align:middle; ">지출총액</caption>
- <input id="input2" class="input_search" style="left:630px; top:15px; width:150px; height:19px; "/>
- <caption id="caption5" class="cell_1" style="left:785px; top:13px; width:100px; height:23px; text-align:center; vertical-align:middle; ">잔액총액</caption>
- <input id="input3" class="input_search" style="left:890px; top:15px; width:150px; height:19px; "/>
- <datagrid id="datagrid1" caption="순번^사용일^비목^지출액^기타" colsep="^" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:45px; width:1045px; height:525px; ">
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|