2024-04-16 13:06:00 +02:00
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<script src="js/methodlistcontroller.js"></script>
|
|
|
|
<script src="js/methodeditorcontroller.js"></script>
|
|
|
|
<script src="js/inputwidgeteditorcontroller.js"></script>
|
|
|
|
<script src="js/outputwidgeteditorcontroller.js"></script>
|
|
|
|
<script src="js/executionformcontroller.js"></script>
|
|
|
|
<script src="js/inputwidgetcontroller.js"></script>
|
|
|
|
<script src="js/outputwidgetcontroller.js"></script>
|
|
|
|
<link href="css/common.css" rel="stylesheet">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
|
|
|
<script src="https://cdn.cloud-dev.d4science.org/common/js/bss-min-1.2.6.js"></script>
|
2024-04-17 14:52:36 +02:00
|
|
|
<script src="../storage/d4s-storage.js"></script>
|
2024-04-16 13:06:00 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body class="m-4">
|
|
|
|
<d4s-boot-2 clientid="https://next.dev.d4science.org" context="%2Fgcube%2Fdevsec%2FCCP" gateway="next.dev.d4science.org" redirect-url="http://localhost:8080/ccp/index.html" url="https://accounts.dev.d4science.org/auth"> <script src="https://cdn.dev.d4science.org/boot/d4s-boot.js"></script> </d4s-boot-2>
|
2024-04-17 14:52:36 +02:00
|
|
|
<span class="badge badge-info material-icons"></span>
|
2024-04-16 13:06:00 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col">
|
2024-04-17 14:52:36 +02:00
|
|
|
<d4s-ccp-methodlist serviceurl="https://ccp.cloud-dev.d4science.org" allow-edit="true"></d4s-ccp-methodlist>
|
2024-04-16 13:06:00 +02:00
|
|
|
</div>
|
|
|
|
<div class="col">
|
2024-04-17 14:52:36 +02:00
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
2024-04-16 13:06:00 +02:00
|
|
|
<d4s-ccp-methodeditor serviceurl="https://ccp.cloud-dev.d4science.org"></d4s-ccp-methodeditor>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<d4s-ccp-executionform serviceurl="https://ccp.cloud-dev.d4science.org"></d4s-ccp-executionform>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|