25 lines
937 B
HTML
25 lines
937 B
HTML
<div>
|
|
<link rel="stylesheet" href="https://nubis1.int.d4science.net:8080/ccp/css/common.css"></link>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
|
<template id="EXECUTION_FORM_TEMPLATE">
|
|
<div name="execution_form">
|
|
<h3></h3>
|
|
<p class="description"></p>
|
|
<div name="plexiglass" class="ccp-invisible">
|
|
<span name="status"></span>
|
|
<span class="fas fa-spinner fa-spin"></span>
|
|
</div>
|
|
<form name="execution_form">
|
|
<div class="ccp-inputs">
|
|
<div class="form-group"></div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</template>
|
|
<template id="EXECUTION_FORM_EMPTY_TEMPLATE">
|
|
<div name="execution_form">
|
|
<i>Select a method</i>
|
|
</div>
|
|
</template>
|
|
<div name="execution_form"></div>
|
|
</div> |