editor.html 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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"><html xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:b3mn="http://b3mn.org/2007/b3mn"
  4. xmlns:ext="http://b3mn.org/2007/ext"
  5. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  6. xmlns:atom="http://b3mn.org/2007/atom+xhtml">
  7. <head profile="http://purl.org/NET/erdf/profile">
  8. <title>Activiti BPM suite</title>
  9. <!-- libraries -->
  10. <script src="../libs/prototype-1.5.1.js" type="text/javascript" />
  11. <script src="../libs/path_parser.js" type="text/javascript" />
  12. <script src="../libs/ext-2.0.2/adapter/ext/ext-base.js" type="text/javascript" />
  13. <script src="../libs/ext-2.0.2/ext-all-debug.js" type="text/javascript" />
  14. <script src="../libs/ext-2.0.2/color-field.js" type="text/javascript" />
  15. <style media="screen" type="text/css">
  16. @import url("../libs/ext-2.0.2/resources/css/ext-all.css");
  17. @import url("../libs/ext-2.0.2/resources/css/xtheme-darkgray.css");
  18. </style>
  19. <link rel="Stylesheet" media="screen" href="../editor/css/theme_norm.css" type="text/css" />
  20. <link rel="Stylesheet" media="screen" href="../editor/css/theme_norm_signavio.css" type="text/css" />
  21. <link rel="Stylesheet" media="screen" href="../explorer/src/css/xtheme-smoky.css" type="text/css" />
  22. <link rel="Stylesheet" media="screen" href="../explorer/src/css/custom-style.css" type="text/css" />
  23. <!-- oryx editor -->
  24. <!-- language files -->
  25. <script src="../editor/i18n/translation_zh_cn.js" type="text/javascript" />
  26. <script src="../editor/i18n/translation_signavio_zh_cn.js" type="text/javascript" />
  27. <script src="../libs/utils.js" type="text/javascript" />
  28. <script src="../editor/oryx.debug.js" type="text/javascript" />
  29. <!-- erdf schemas -->
  30. <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
  31. <link rel="schema.dcTerms" href="http://purl.org/dc/terms/" />
  32. <link rel="schema.b3mn" href="http://b3mn.org" />
  33. <link rel="schema.oryx" href="http://oryx-editor.org/" />
  34. <link rel="schema.raziel" href="http://raziel.org/" />
  35. </head>
  36. <body style="overflow:hidden;">
  37. </body>
  38. </html>