overte/domain-server/resources/web/assignment/index.shtml
2015-08-24 18:02:26 -07:00

35 lines
1 KiB
Text

<!DOCTYPE html>
<html>
<head>
<title>Create JS Assignment</title>
<link href='css/style.css' rel='stylesheet'>
</head>
<body>
<pre id='editor' style='font-size: 14px;'><!--#include file="placeholder.js"--></object></pre>
<script src='../js/jquery-2.1.4.min.js'></script>
<script src='js/ace/ace.js' type='text/javascript'></script>
<script src='js/assignment.js' type='text/javascript'></script>
<div class='big-button' id='deploy-button'>
<a href='#'>
Run
</a>
</div>
<div id="extra-fields">
<div class='big-field' id='instance-field'>
<input type='text' name='instances' placeholder='# of instances'>
</div>
<div class='big-field' id='pool-field'>
<input type='text' name='pool' placeholder='pool'>
</div>
</div>
<!-- %div#stop-button.big-button -->
</body>
</html>
<!-- %a{:href => "#"} -->
<!-- Stop -->
<!-- %div#other-commands -->
<!-- %ul -->
<!-- %li -->
<!-- %a{:href => "#"} New Script -->
<!-- %li -->
<!-- %a{:href => "#"} Make a copy -->