overte/domain-server/resources/web/assignment/index.shtml
2014-01-17 10:40:49 -08:00

30 lines
900 B
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.0.3.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 class='big-field' id='instance-field'>
<input type='text' name='instances' placeholder='# of instances'>
</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 -->