editor.html 2.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:b3mn="http://b3mn.org/2007/b3mn" xmlns:ext="http://b3mn.org/2007/ext" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:atom="http://b3mn.org/2007/atom+xhtml">
  4. <head profile="http://purl.org/NET/erdf/profile">
  5. <title>流程设计器</title>
  6. <!-- libraries -->
  7. <script src="../libs/prototype-1.5.1.js" type="text/javascript" />
  8. <script src="../libs/path_parser.js" type="text/javascript" />
  9. <script src="../libs/ext-2.0.2/adapter/ext/ext-base.js" type="text/javascript" />
  10. <script src="../libs/ext-2.0.2/ext-all-debug.js" type="text/javascript" />
  11. <script src="../libs/ext-2.0.2/color-field.js" type="text/javascript" />
  12. <style media="screen" type="text/css">
  13. @import url("../libs/ext-2.0.2/resources/css/ext-all.css");
  14. @import url("../libs/ext-2.0.2/resources/css/xtheme-darkgray.css");
  15. </style>
  16. <link rel="Stylesheet" media="screen" href="../editor/css/theme_norm.css" type="text/css" />
  17. <link rel="Stylesheet" media="screen" href="../editor/css/theme_norm_signavio.css" type="text/css" />
  18. <link rel="Stylesheet" media="screen" href="../explorer/src/css/xtheme-smoky.css" type="text/css" />
  19. <link rel="Stylesheet" media="screen" href="../explorer/src/css/custom-style.css" type="text/css" />
  20. <!-- oryx editor -->
  21. <!-- language files -->
  22. <script src="../editor/i18n/translation_zh_CN.js" type="text/javascript" />
  23. <script src="../editor/i18n/translation_signavio_zh_CN.js" type="text/javascript" />
  24. <script src="../libs/utils.js" type="text/javascript" />
  25. <script src="../editor/oryx.debug.js" type="text/javascript" />
  26. <!-- erdf schemas -->
  27. <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
  28. <link rel="schema.dcTerms" href="http://purl.org/dc/terms/" />
  29. <link rel="schema.b3mn" href="http://b3mn.org" />
  30. <link rel="schema.oryx" href="http://oryx-editor.org/" />
  31. <link rel="schema.raziel" href="http://raziel.org/" />
  32. </head>
  33. <body style="overflow:hidden;">
  34. </body>
  35. </html>