1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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="">
- <main>
- <xslt>
- <translist>
- <trans/>
- </translist>
- </xslt>
- </main>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- window.modelesstopmost = true;
- browser1.Navigate("about:blank");
- browser1.Document.write(model.getValue("/root/main/xslt/translist/trans"));
- browser1.refresh();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="1050" pageheight="800" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:5px; top:5px; width:1027px; height:765px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:160px; height:13px; ">결과내역(디자인)</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:1015px; y2:25px; "/>
- <browser id="browser1" style="left:0px; top:30px; width:1015px; height:725px; "/>
- <button id="btn_sea" class="btn1_letter2" style="left:960px; top:3px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|