You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.2 KiB
51 lines
1.2 KiB
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<title>Camunda Modeler</title>
|
|
|
|
<link rel="stylesheet" href="css/diagram-js.css" />
|
|
<link rel="stylesheet" href="vendor/bpmn-font/css/bpmn-embedded.css" />
|
|
<link rel="stylesheet" href="css/app.css" />
|
|
</head>
|
|
<body>
|
|
<div class="content with-diagram" id="js-drop-zone">
|
|
|
|
<div class="message intro">
|
|
<div class="note">
|
|
Drop BPMN diagram from your desktop or <a id="js-create-diagram" href>create a new diagram</a> to get started.
|
|
</div>
|
|
</div>
|
|
|
|
<div class="message error">
|
|
<div class="note">
|
|
<p>Ooops, we could not display the BPMN 2.0 diagram.</p>
|
|
|
|
<div class="details">
|
|
<span>Import Error Details</span>
|
|
<pre></pre>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="canvas" id="js-canvas"></div>
|
|
<div class="properties-panel-parent" id="js-properties-panel"></div>
|
|
</div>
|
|
|
|
<ul class="buttons">
|
|
<li>
|
|
download
|
|
</li>
|
|
<li>
|
|
<a id="js-download-diagram" href title="download BPMN diagram">
|
|
BPMN diagram
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a id="js-download-svg" href title="download as SVG image">
|
|
SVG image
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<script src="index.js"></script>
|
|
</html>
|
|
|