cdn-experiments/ccp/executionformfragment.html

28 lines
963 B
HTML
Raw Normal View History

2022-03-25 15:39:39 +01:00
<div>
2022-03-28 16:42:02 +02:00
<link rel="stylesheet" href="https://nubis1.int.d4science.net:8080/ccp/css/common.css"></link>
2022-03-25 15:39:39 +01:00
<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">
2022-03-28 17:54:21 +02:00
<style>
</style>
2022-03-25 15:39:39 +01:00
<template id="EXECUTION_FORM_TEMPLATE">
2022-03-28 16:42:02 +02:00
<div name="execution_form">
2022-03-25 15:39:39 +01:00
<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>
2022-03-28 16:42:02 +02:00
<form name="execution_form">
<div class="ccp-inputs">
<div class="form-group"></div>
</div>
</form>
</div>
2022-03-25 15:39:39 +01:00
</template>
<template id="EXECUTION_FORM_EMPTY_TEMPLATE">
2022-03-28 16:42:02 +02:00
<div name="execution_form">
2022-03-25 15:39:39 +01:00
<i>Select a method</i>
2022-03-28 16:42:02 +02:00
</div>
2022-03-25 15:39:39 +01:00
</template>
2022-03-28 16:42:02 +02:00
<div name="execution_form"></div>
2022-03-25 15:39:39 +01:00
</div>