12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * @(#)SSSTC00100_통계조회조건.xrw
- * 수정이력
- * - 2008.06.24 / 최초작성 / 박정화
- -->
- <?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="">
- <example>Sample</example>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="1160" pageheight="20" style="font-family:돋움, Arial; font-size:12px; color:#4d4d4d; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:140px; height:13px; background-image:../../../com/commonweb/images/tit_bullet1.gif; ">원무통계 조회 조건</caption>
- </xhtml:body>
- </xhtml:html>
|