1f73e58fa747ed7a84c59ffd1c3a1c759155b568.svn-base 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="D:/glue/workspace1/xgmes3/WebContents/css/body.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>导出文件类型选择</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <OutType/>
  10. </root>
  11. </instance>
  12. </model>
  13. <script type="javascript">
  14. <![CDATA[
  15. var ope = window.opener;//父窗口
  16. ]]>
  17. </script>
  18. </xhtml:head>
  19. <xhtml:body pagewidth="450" pageheight="200">
  20. <select1 id="radio1" ref="/root/OutType" appearance="full" cellspacing="15" cols="4" overflow="visible" style="left:10px; top:35px; width:180px; height:25px; font-size:12pt; font-weight:bold; color:#333300; border-color:#800000; border-style:solid; ">
  21. <choices>
  22. <item>
  23. <label>Excel</label>
  24. <value>xls</value>
  25. </item>
  26. <item>
  27. <label>Xml</label>
  28. <value>xml</value>
  29. </item>
  30. </choices>
  31. <script type="javascript" ev:event="onclick">
  32. <![CDATA[
  33. ope.input_outType.value = radio1.value;
  34. window.close();
  35. ]]>
  36. </script>
  37. </select1>
  38. <caption id="caption3" style="left:10px; top:10px; width:110px; height:20px; font-family:宋体; text-align:center; vertical-align:middle; background-color:#ffcc99; ">请选择导出类型:</caption>
  39. <button id="button1" style="left:10px; top:100px; width:80px; height:20px; background-color:#e4ecf5; border-color:#000000; border-style:solid;">
  40. <caption>关闭</caption>
  41. <script type="javascript" ev:event="onclick">
  42. <![CDATA[
  43. ope.input_outType.value = '';
  44. window.close();
  45. ]]>
  46. </script>
  47. </button>
  48. </xhtml:body>
  49. </xhtml:html>