index.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=5,IE=9" ><![endif]-->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <title>Flowchart Maker &amp; Online Diagram Software</title>
  6. <meta charset="utf-8">
  7. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  8. <meta name="Description" content="draw.io is free online diagram software for making flowcharts, process diagrams, org charts, UML, ER and network diagrams">
  9. <meta name="Keywords" content="diagram, online, flow chart, flowchart maker, uml, erd">
  10. <meta itemprop="name" content="draw.io - free flowchart maker and diagrams online">
  11. <meta itemprop="description" content="draw.io is a free online diagramming application and flowchart maker . You can use it to create UML, entity relationship,
  12. org charts, BPMN and BPM, database schema and networks. Also possible are telecommunication network, workflow, flowcharts, maps overlays and GIS, electronic
  13. circuit and social network diagrams.">
  14. <meta itemprop="image" content="https://lh4.googleusercontent.com/-cLKEldMbT_E/Tx8qXDuw6eI/AAAAAAAAAAs/Ke0pnlk8Gpg/w500-h344-k/BPMN%2Bdiagram%2Brc2f.png">
  15. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  16. <meta name="mobile-web-app-capable" content="yes">
  17. <link rel="canonical" href="https://www.draw.io">
  18. <script type="text/javascript">
  19. /**
  20. * URL Parameters and protocol description are here:
  21. *
  22. * https://support.draw.io/pages/viewpage.action?pageId=12878136
  23. *
  24. * Parameters for developers:
  25. *
  26. * - dev=1: For developers only
  27. * - test=1: For developers only
  28. * - drawdev=1: For developers only
  29. * - export=URL for export: For developers only
  30. * - page=n: For developers only
  31. * - ignoremime=1: For developers only (see DriveClient.js). Use Cmd-S to override mime.
  32. * - createindex=1: For developers only (see etc/build/README)
  33. * - filesupport=0: For developers only (see Editor.js in core)
  34. * - savesidebar=1: For developers only (see Sidebar.js)
  35. * - pages=1: For developers only (see Pages.js)
  36. * - lic=email: For developers only (see LicenseServlet.java)
  37. * --
  38. * - networkshapes=1: For testing network shapes (temporary)
  39. */
  40. var urlParams = (function()
  41. {
  42. var result = new Object();
  43. var params = window.location.search.slice(1).split('&');
  44. for (var i = 0; i < params.length; i++)
  45. {
  46. idx = params[i].indexOf('=');
  47. if (idx > 0)
  48. {
  49. result[params[i].substring(0, idx)] = params[i].substring(idx + 1);
  50. }
  51. }
  52. return result;
  53. })();
  54. // Redirects page if required
  55. if (urlParams['dev'] != '1')
  56. {
  57. (function()
  58. {
  59. var proto = window.location.protocol;
  60. // Electron protocol is file:
  61. if (proto != 'file:')
  62. {
  63. var host = window.location.host;
  64. // Redirects apex and rt to www
  65. if (host === 'draw.io' || host === 'rt.draw.io')
  66. {
  67. host = 'www.draw.io';
  68. }
  69. // Redirects to SSL/non-SSL
  70. if (urlParams['demo'] != '1')
  71. {
  72. var ssl = (urlParams['https'] != null) ? urlParams['https'] == '1' :
  73. navigator.userAgent.indexOf('MSIE') < 0 || document.documentMode >= 9;
  74. if (ssl && proto != 'https:')
  75. {
  76. proto = 'https:';
  77. }
  78. else if (!ssl && proto != 'http:')
  79. {
  80. proto = 'http:';
  81. }
  82. }
  83. var href = proto + '//' + host + window.location.href.substring(
  84. window.location.protocol.length +
  85. window.location.host.length + 2);
  86. // Redirects if href changes
  87. if (href != window.location.href)
  88. {
  89. window.location.href = href;
  90. }
  91. }
  92. })();
  93. }
  94. </script>
  95. <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/plgmlhohecdddhbmmkncjdmlhcmaachm">
  96. <link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
  97. <link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
  98. <link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
  99. <link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#d89000">
  100. <meta name="msapplication-config" content="images/browserconfig.xml">
  101. <link rel="manifest" href="images/manifest.json">
  102. <meta name="application-name" content="draw.io">
  103. <link rel="shortcut icon" href="favicon.ico">
  104. <meta name="theme-color" content="#d89000">
  105. <link rel="stylesheet" type="text/css" href="styles/grapheditor.css">
  106. <style type="text/css">
  107. body { overflow:hidden; }
  108. .geSidebarContainer .geTitle { color:#505050; }
  109. .geSidebarContainer .geTitle input {
  110. font-size:8pt;
  111. color:#606060;
  112. }
  113. .geBlock {
  114. z-index:-3;
  115. margin:100px;
  116. margin-top:40px;
  117. margin-bottom:30px;
  118. padding:20px;
  119. }
  120. .geBlock h1, .geBlock h2 {
  121. margin-top:0px;
  122. padding-top:0px;
  123. }
  124. .geEditor ::-webkit-scrollbar {
  125. width:12px;
  126. height:12px;
  127. }
  128. .geEditor ::-webkit-scrollbar-track {
  129. background:whiteSmoke;
  130. -webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.1);
  131. }
  132. .geEditor ::-webkit-scrollbar-thumb {
  133. background:#c5c5c5;
  134. border-radius:10px;
  135. border:whiteSmoke solid 3px;
  136. }
  137. .geEditor ::-webkit-scrollbar-thumb:hover {
  138. background:#b5b5b5;
  139. }
  140. .geTemplate {
  141. border:1px solid transparent;
  142. display:inline-block;
  143. _display:inline;
  144. vertical-align:top;
  145. border-radius:3px;
  146. overflow:hidden;
  147. font-size:14pt;
  148. cursor:pointer;
  149. margin:5px;
  150. }
  151. .geFooterContainer div.geSocialFooter a {
  152. display:inline;
  153. padding:0px;
  154. }
  155. .geFooterContainer div.geSocialFooter a img {
  156. margin-top:10px;
  157. opacity:0.8;
  158. }
  159. .geFooterContainer div.geSocialFooter a img:hover {
  160. opacity:1;
  161. }
  162. #geFooterItem1 {
  163. background-color: #cdcdcd;
  164. }
  165. #geFooterItem1:hover {
  166. background-color: #b0b0b0;
  167. }
  168. .geFooterContainer>div>img {
  169. opacity:0.5;
  170. background:#e5e5e5;
  171. border:1px solid transparent;
  172. cusor:pointer;
  173. margin-top:3px;
  174. margin-right:6px;
  175. position:absolute;
  176. right:4px;
  177. top:12px;
  178. padding:1px;
  179. cursor:pointer;
  180. }
  181. .geFooterContainer>div>img:hover {
  182. opacity: 1;
  183. }
  184. </style>
  185. <!-- Workaround for binary XHR in IE 9/10, see App.loadUrl -->
  186. <!--[if (IE 9)|(IE 10)]><!-->
  187. <script type="text/vbscript">
  188. Function mxUtilsBinaryToArray(Binary)
  189. Dim i
  190. ReDim byteArray(LenB(Binary))
  191. For i = 1 To LenB(Binary)
  192. byteArray(i-1) = AscB(MidB(Binary, i, 1))
  193. Next
  194. mxUtilsBinaryToArray = byteArray
  195. End Function
  196. </script>
  197. <!--<![endif]-->
  198. <script type="text/javascript">
  199. /**
  200. * Synchronously adds scripts to the page.
  201. */
  202. function mxscript(src, onLoad, id, dataAppKey)
  203. {
  204. if (onLoad != null)
  205. {
  206. var s = document.createElement('script');
  207. s.setAttribute('type', 'text/javascript');
  208. s.setAttribute('src', src);
  209. var r = false;
  210. if (id != null)
  211. {
  212. s.setAttribute('id', id);
  213. }
  214. if (dataAppKey != null)
  215. {
  216. s.setAttribute('data-app-key', dataAppKey);
  217. }
  218. s.onload = s.onreadystatechange = function()
  219. {
  220. if (!r && (!this.readyState || this.readyState == 'complete'))
  221. {
  222. r = true;
  223. onLoad();
  224. }
  225. };
  226. var t = document.getElementsByTagName('script')[0];
  227. t.parentNode.insertBefore(s, t);
  228. }
  229. else
  230. {
  231. document.write('<script src="' + src + '"' + ((id != null) ? ' id="' + id +'" ' : '') +
  232. ((dataAppKey != null) ? ' data-app-key="' + dataAppKey +'" ' : '') + '></scr' + 'ipt>');
  233. }
  234. };
  235. /**
  236. * Asynchronously adds scripts to the page.
  237. */
  238. function mxinclude(src)
  239. {
  240. var g = document.createElement('script'); g.type = 'text/javascript'; g.async = true; g.src = src;
  241. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(g, s);
  242. };
  243. // Checks for local storage
  244. var isLocalStorage = false;
  245. try
  246. {
  247. isLocalStorage = urlParams['local'] != '1' && typeof(localStorage) != 'undefined';
  248. }
  249. catch (e)
  250. {
  251. // ignored
  252. }
  253. var t0 = new Date();
  254. // Changes paths for local development environment
  255. if (urlParams['dev'] == '1')
  256. {
  257. // Used to request grapheditor/mxgraph sources in dev mode
  258. var mxDevUrl = document.location.protocol + '//devhost.jgraph.com/mxgraph2';
  259. if (document.location.protocol == 'file:')
  260. {
  261. mxDevUrl = '../../mxgraph2';
  262. // Forces includes for dev environment in node.js
  263. mxForceIncludes = true;
  264. }
  265. var geBasePath = mxDevUrl + '/javascript/examples/grapheditor/www/js';
  266. var mxBasePath = mxDevUrl + '/javascript/src';
  267. // Used to request draw.io sources in dev mode
  268. var drawDevUrl = '';
  269. if (urlParams['drawdev'] == '1')
  270. {
  271. drawDevUrl = document.location.protocol + '//drawhost.jgraph.com/';
  272. }
  273. mxscript(drawDevUrl + 'js/diagramly/Init.js');
  274. mxscript(geBasePath + '/Init.js');
  275. mxscript(mxDevUrl + '/javascript/src/js/mxClient.js');
  276. // Adds all JS code that depends on mxClient. This indirection via Devel.js is
  277. // required in some browsers to make sure mxClient.js (and the files that it
  278. // loads asynchronously) are available when the code loaded in Devel.js runs.
  279. mxscript(drawDevUrl + 'js/diagramly/Devel.js');
  280. }
  281. else
  282. {
  283. mxscript('js/app.min.js');
  284. }
  285. if (window && window.process && window.process.type)
  286. {
  287. // Electron
  288. mxscript('../etc/electron/ElectronApp.js');
  289. }
  290. // Adds basic error handling
  291. window.onerror = function()
  292. {
  293. var status = document.getElementById('geStatus');
  294. if (status != null)
  295. {
  296. status.innerHTML = 'Page could not be loaded. Please try refreshing.';
  297. }
  298. };
  299. </script>
  300. </head>
  301. <body class="geEditor">
  302. <div id="geInfo">
  303. <div class="geBlock" style="text-align:center;min-width:50%;">
  304. <h1>Flowchart Maker and Online Diagram Software</h1>
  305. <p>
  306. draw.io (formerly Diagramly) is free online diagram software. You can use it as a flowchart maker, network diagram software, to create UML online, as an ER diagram tool,
  307. to design database schema, to build BPMN online, as a circuit diagram maker, and more. draw.io can import .vsdx, Gliffy&trade; and Lucidchart&trade; files .
  308. </p>
  309. <h2 id="geStatus">Loading...</h2>
  310. <p>
  311. Please ensure JavaScript is enabled
  312. </p>
  313. </div>
  314. </div>
  315. <div id="geFooter" style="visibility:hidden;overflow:hidden;margin-right:170px;">
  316. <div class="geSocialFooter" style="position:absolute;right:32px;white-space:nowrap;">
  317. <a href="https://plus.google.com/u/0/+DrawIo1/posts" title="draw.io on Google+" target="_blank">
  318. <img border="0" width="24" height="24" src="images/glyphicons_google.png" alt="draw.io on Google+"/>
  319. </a>
  320. &nbsp;
  321. <a href="https://www.facebook.com/pages/drawio/161015263923018" title="draw.io on Facebook" target="_blank">
  322. <img border="0" width="24" height="24" src="images/glyphicons_facebook.png" alt="draw.io on Facebook"/>
  323. </a>
  324. &nbsp;
  325. <a href="https://www.twitter.com/drawio" title="draw.io on Twitter" target="_blank">
  326. <img border="0" width="24" height="24" src="images/glyphicons_twitter.png" alt="draw.io on Twitter"/>
  327. </a>
  328. &nbsp;
  329. <a href="https://github.com/jgraph/draw.io" title="draw.io on GitHub" target="_blank">
  330. <img border="0" width="24" height="24" src="images/glyphicons_github.png" alt="draw.io on GitHub"/>
  331. </a>
  332. </div>
  333. <table align="center">
  334. <tr>
  335. <td id="geFooterItem2">
  336. <a title="HTML5 JavaScript Diagramming" target="_blank" href="https://github.com/jgraph/draw.io">
  337. <img border="0" align="absmiddle" style="margin-top:-2px;padding-right:14px;"
  338. src="images/glyphicons_github.png"/>Fork us on GitHub
  339. </a>
  340. </td>
  341. <td id="geFooterItem1">
  342. <a id="geFooterLink1" title="#1 Rated Confluence Add-on" target="_blank"
  343. href="https://marketplace.atlassian.com/plugins/com.mxgraph.confluence.plugins.diagramly/server/overview">
  344. <img border="0" width="27" height="24" align="absmiddle" style="padding-right:16px;"
  345. src="images/logo-confluence.png"/>#1 Rated Confluence Add-on
  346. </a>
  347. </td>
  348. </tr>
  349. </table>
  350. </div>
  351. <script type="text/javascript">
  352. /**
  353. * Main
  354. */
  355. App.main();
  356. // Logs footer1 clicks
  357. if (document != null)
  358. {
  359. var footerElem = document.getElementById('geFooterLink1');
  360. if (footerElem != null)
  361. {
  362. footerElem.onclick = function()
  363. {
  364. var img = new Image();
  365. img.src = 'https://log.draw.io/log?msg=geFooterLink1:%20location=' + encodeURIComponent(window.location) + '&v=' + encodeURIComponent(EditorUi.VERSION);
  366. }
  367. }
  368. }
  369. /**
  370. * Analytics
  371. */
  372. if (urlParams['analytics'] != '0' && urlParams['dev'] != '1' && urlParams['chrome'] != '0')
  373. {
  374. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  375. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  376. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  377. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  378. ga('create', 'UA-78007-10', 'auto');
  379. ga('send', 'pageview');
  380. }
  381. </script>
  382. </body>
  383. </html>