Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[myslice.git] / plugins / asap / templates / asap.html
diff --git a/plugins/asap/templates/asap.html b/plugins/asap/templates/asap.html
new file mode 100644 (file)
index 0000000..f26847a
--- /dev/null
@@ -0,0 +1,17 @@
+<div id={{ domid }}>
+    <div class="col-md-12">
+        <h2>Reserve resources as soon as possible <sup id="note">*</sup></h2>
+        <div class="copy">* This feature is only available for FIT IoT-Lab testbed at the moment</div>
+    </div>
+
+    <div class="col-md-12" style="height:30px">
+        <div id="asap_msg">&nbsp;</div>
+    </div>
+    <div class="col-md-3"> As soon as possible for 
+        <input type="number" id="duration" name="duration"  size="3" style="width: 42px; min-width: 10px !important; margin-left: 2px; text-align: center;" min="1"> minutes
+    </div>
+    <div class="col-md-1">
+        <button id="asap_schedule" type="button" class="btn btn-primary"><span class="glyphicon glyphicon-time"></span> Schedule</button>
+    </div>
+    <div class="col-md-10" id="resources" style="padding-top:20px;"></div>
+</div>