123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMLIF00100_장비코드관리.xrw
- * 설 명 : 장비코드관리
- * 설 계 자 : (주)에이씨케이 -
- * 작 성 자 : (주)에이씨케이 - 박정은
- * 작 성 일 : 2007.05.11
- * 수정이력 :
- * 기 타 :
- -->
- <?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>
- <main>
- <colorlist>
- <color>
- <a0/>
- <a1/>
- <a2/>
- <a3/>
- <a4/>
- <a5/>
- <a6/>
- <a7/>
- <a8/>
- <a9/>
- <a10/>
- <a11/>
- </color>
- <color>
- <a0>#fcd2c1</a0>
- <a1>#ffe79d</a1>
- <a2>#f3e1bf</a2>
- <a3>#7BE6B7</a3>
- <a4>#b9e5fb</a4>
- <a5>#f7a08b</a5>
- <a6>#fec34d</a6>
- <a7>#dec6a4</a7>
- <a8>#c8e67b</a8>
- <a9>#43c8f</a9>
- <a10>#99cf16</a10>
- <a11>#e5f3c2</a11>
- </color>
- </colorlist>
- </main>
- <send>
- </send>
- <init>
- </init>
- <hidden>
- </hidden>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <!-- 장비코드 상세내역 조회-->
- <!-- 장비코드 상세내역 수정, 등록-->
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //datagrid1.addRow(0);
- //datagrid1.addRow(1);
- ]]>
- </script>
- </model>
- <script type="javascript">
- <![CDATA[
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
- <datagrid id="datagrid1" nodeset="/root/main/colorlist/color" caption="0^1^2^3^4^5^6^7^8^9^10^11" colsep="^" colwidth="90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90" mergecellsfixedrows="bycolrec" rowsep="|" style="left:10px; top:10px; width:1100px; height:95px; ">
- <col ref="a0" type="input" style="background-color:#fcd2c1; "/>
- <col ref="a1" type="input" style="background-color:#ffe79d; "/>
- <col ref="a2" type="input" style="background-color:#f3e1bf; "/>
- <col ref="a3" type="input" style="background-color:#7BE6B7; "/>
- <col ref="a4" type="input" style="background-color:#b9e5fb; "/>
- <col ref="a5" type="input" style="background-color:#f7a08b; "/>
- <col ref="a6" type="input" style="background-color:#fec34d; "/>
- <col ref="a7" type="input" style="background-color:#dec6a4; "/>
- <col ref="a8" type="input" style="background-color:#c8e67b; "/>
- <col ref="a9" type="input" style="background-color:#43c8f5; "/>
- <col ref="a10" type="input" style="background-color:#99cf16; "/>
- <col ref="a11" type="input" style="background-color:#e5f3c2; "/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- datagrid1.row = 2;
- model.refresh();
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group2" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">공통색상</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|