-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #490 from harena-lab/development
Development
- Loading branch information
Showing
7 changed files
with
475 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,180 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Authoring Environment</title> | ||
|
||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no" name="viewport"> | ||
|
||
<link rel="stylesheet" href="/author/css/author.css"> | ||
|
||
<script src="/lib/axios-0.21.0/axios.min.js"></script> | ||
|
||
<script src="/lib/jquery-3-4-1/jquery-3.4.1.slim.min.js"></script> | ||
<script src="/lib/popper-1-15-0/popper.min.js"></script> | ||
<script src="/lib/bootstrap-4.4.1/js/bootstrap.min.js"></script> | ||
|
||
<script src="/config/config.js"></script> | ||
<script src="/dccs/infra/bus.js"></script> | ||
|
||
<script src="/dccs/base/primitive-dcc.js"></script> | ||
<script src="/dccs/base/scope-dcc.js"></script> | ||
<script src="/dccs/base/dcc.js"></script> | ||
<script src="/dccs/base/dcc-base.js "></script> | ||
<script src="/dccs/base/dcc-visual.js "></script> | ||
|
||
<script src="/infra/basic.js"></script> | ||
<script src="/infra/dcc-common-server-proxy.js"></script> | ||
<script src="/infra/dcc-common-server-address.js"></script> | ||
<script src="/infra/simple-page-tasks.js"></script> | ||
<script src="/infra/token-validator.js"></script> | ||
<script src="/infra/conditional-layout.js"></script> | ||
|
||
<script src="/dccs/base/dcc-block.js"></script> | ||
<script src="/dccs/components/visual/dcc-button.js"></script> | ||
<script src="/dccs/components/visual/dcc-notice-input.js"></script> | ||
|
||
<script src="/dccs/components/web/dcc-rest.js"></script> | ||
<script src="/dccs/components/web/dcc-include.js"></script> | ||
<script src="/dccs/components/web/dcc-dhtml.js"></script> | ||
|
||
<script src="/dccs/components/data/dcc-submit.js"></script> | ||
<script src="/dccs/components/data/dcc-model.js"></script> | ||
<script src="/dccs/components/data/dcc-record.js"></script> | ||
|
||
<script src="/dccs/base/subscribe-dcc.js"></script> | ||
<script src="/dccs/base/trigger-dcc.js"></script> | ||
<script src="/dccs/base/property-dcc.js"></script> | ||
<script src="/dccs/base/connect-dcc.js"></script> | ||
|
||
<script src="/infra/dcc-rest-proxy.js"></script> | ||
<script src="/infra/dcc-basic.js"></script> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | ||
<link rel="shortcut icon" href="/icons/favicon.ico"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
|
||
<link rel="stylesheet" href="/lib/fontawesome-5-10-1/css/all.min.css"> | ||
<link rel="stylesheet" href="/lib/bootstrap-4.4.1/css/bootstrap.min.css"> | ||
|
||
<link rel="stylesheet" href="/dccs/css/dccs.css"> | ||
<link rel="stylesheet" href="/dccs/css/properties.css"> | ||
<link rel="stylesheet" href="/infra/css/common-player.css"> | ||
<link rel="stylesheet" href="/infra/css/common-author.css"> | ||
|
||
<script src="/author/js/dcc-author-server-proxy.js"></script> | ||
|
||
<script src="/author/js/create.js"></script> | ||
<script src="/author/js/template-case.js"></script> | ||
<script src="/author/js/draft.js"></script> | ||
</head> | ||
|
||
<body> | ||
<script> | ||
Basic.service.rootPath = '../../' | ||
</script> | ||
<!-- Login/logout header --> | ||
<dcc-include src="/author/partials/header.html"></dcc-include> | ||
<!-- Create a section to place page content --> | ||
|
||
<main role="main"> | ||
<div class="d-flex flex-column vh-100 vw-100 home-author-padding hidden-overflow"> | ||
<!-- Create breadcrumbs --> | ||
<div class="ml-4 mr-auto zindex-fixed author-breadcrumb" > | ||
<nav aria-label="breadcrumb"> | ||
<ol class="breadcrumb"> | ||
<li class="breadcrumb-item"><a href="/">Welcome</a></li> | ||
<li class="breadcrumb-item active" aria-current="page">Home</li> | ||
</ol> | ||
</nav> | ||
</div> | ||
<!-- End of breadcrumbs --> | ||
<div class="h-100 w-100 home-content-padding" style="overflow:scroll"> | ||
<div class="home-text"> | ||
<p>Escolha a Sua Oficina</p> | ||
</div> | ||
<div class="d-flex h-50 w-100" id="home-btn-container"> | ||
<a href="/player/case/index-cell.html?id=6ecd61e0-52ec-4181-851c-fb6cd7482401&room=2dcc1f39-85e6-4cfe-9539-58145f6cc98b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box" target="_blank"> | ||
<img src="/player/env/images/equilibrio-cenario1.png" width="300px"> | ||
</a> | ||
|
||
<a href="/player/case/index-cell.html?id=bf2bd984-9f24-4247-ab11-7d1e5d0b6f91&room=2dcc1f39-85e6-4cfe-9539-58145f6cc98b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box" target="_blank"> | ||
<img src="/player/env/images/equilibrio-cenario2.png" width="300px"> | ||
</a> | ||
|
||
<a href="/player/case/index-cell.html?id=84d14e8a-8ae7-462e-a7aa-5a033f441068&room=2dcc1f39-85e6-4cfe-9539-58145f6cc98b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box" target="_blank"> | ||
<img src="/player/env/images/equilibrio-cenario3.png" width="300px"> | ||
</a> | ||
|
||
<a href="/player/case/index-cell.html?id=ee651b48-70b9-4bfa-b327-584dee15621e&room=2dcc1f39-85e6-4cfe-9539-58145f6cc98b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box" target="_blank"> | ||
<img src="/player/env/images/equilibrio-cenario4.png" width="300px"> | ||
</a> | ||
</div> | ||
<div class="d-flex h-50 w-100" id="home-btn-container"> | ||
<a href="/player/case/?id=4d28a7d1-11fe-42ed-9665-201a487f2275&room=2dcc1f39-85e6-4cfe-9539-58145f6cc98b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box" target="_blank"> | ||
<img src="/player/env/images/mutantes-introducao.png" width="300px"> | ||
</a> | ||
<a href="/player/case/index-cell.html?id=8faf8eac-ec98-4913-b52f-0407c2b55131&room=2dcc1f39-85e6-4cfe-9539-58145f6cc98b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box" target="_blank"> | ||
<img src="/player/env/images/mutantes-autor-1.png" width="300px"> | ||
</a> | ||
<a href="/player/case/index-cell.html?id=cdc0bd04-c48e-42e0-a3eb-218655d522bf&room=2dcc1f39-85e6-4cfe-9539-58145f6cc98b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box" target="_blank"> | ||
<img src="/player/env/images/mutantes-autor-2.png" width="300px"> | ||
</a> | ||
</div> | ||
<div class="d-flex h-50 w-100" id="home-btn-container"> | ||
<a href="/player/case/index-cell.html?id=65b373b3-9b72-484b-93b7-31a1a37583f9&room=2dcc1f39-85e6-4cfe-9539-58145f6cc98b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box" target="_blank"> | ||
<img src="/player/env/images/mutantes-autor-3.png" width="300px"> | ||
</a> | ||
<a href="/player/case/index-cell.html?id=d8831fe7-e030-48a5-bcc6-162749bdc076&room=2dcc1f39-85e6-4cfe-9539-58145f6cc98b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box" target="_blank"> | ||
<img src="/player/env/images/mutantes-avancado.png" width="300px"> | ||
</a> | ||
<a href="/player/case/index-cell.html?id=c8051e40-07c2-4c74-8e1f-226bf80fa07e&room=2dcc1f39-85e6-4cfe-9539-58145f6cc98b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box" target="_blank"> | ||
<img src="/player/env/images/foguetes.png" width="300px"> | ||
</a> | ||
</div> | ||
<div class="d-flex h-50 w-100" id="home-btn-container"> | ||
<a href="/player/case/index-cell.html?id=7d5aac45-0e11-405b-a2a7-73b326b25837&room=2dcc1f39-85e6-4cfe-9539-58145f6cc98b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box" target="_blank"> | ||
<img src="/player/env/images/aquario-basico.png" width="300px"> | ||
</a> | ||
<a href="/player/case/index-cell.html?id=80957d30-eea9-4ca2-81dd-d37a0caeba37&room=2dcc1f39-85e6-4cfe-9539-58145f6cc98b" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box" target="_blank"> | ||
<img src="/player/env/images/aquario-avancado.png" width="300px"> | ||
</a> | ||
<a href="/player/case/?id=164e49f9-fee2-49dc-aa16-53bf7cf3ea97&list=all" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box"> | ||
<img src="/player/env/images/zombie-venom.png" width="300px"> | ||
</a> | ||
</div> | ||
<div class="d-flex h-50 w-100" id="home-btn-container"> | ||
<a href="/player/cellular/?source=/dccs/playground/scripts/gallery/cell/contagion-sliders&mode=no-script-no-hide&case=7410eaf0-2f5d-486d-835e-52f1770d8768" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box"> | ||
<img src="/player/env/images/simulando-virus.png" width="300px"> | ||
</a> | ||
|
||
<!-- <a href="/player/cellular/?source=/dccs/playground/scripts/gallery/cell/aquarium-sliders&mode=no-script-no-hide&case=a6183aa1-e35b-46ae-bda4-d2f7cf22bd31" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box"> | ||
<img src="/player/env/images/aquario-basico.png" width="300px"> | ||
</a> | ||
<a href="/player/cellular/?source=/dccs/playground/scripts/gallery/cell/aquarium-scripts&case=4aa5c07b-4c96-4409-96fb-3be0d5505ee5" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box"> | ||
<img src="/player/env/images/aquario-avancado.png" width="300px"> | ||
</a> | ||
</div> | ||
<div class="d-flex h-50 w-100" id="home-btn-container"> --> | ||
<a href="/player/env/business.html" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box"> | ||
<img src="/player/env/images/negocios.png" width="300px"> | ||
</a> | ||
|
||
<!-- <a href="https://datasci4health-incubator.github.io/harena-cases/cellular/rocket/harena/scripts/playground/editor.html?source=cell/rockets" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box"> | ||
<img src="/player/env/images/foguetes.png" width="300px"> | ||
</a> --> | ||
|
||
<a href="/player/cellular/?source=/dccs/playground/scripts/gallery/cell/cerrado-sliders&mode=no-script-no-hide&case=248da744-80a1-493b-aebe-1d4fab7830ee" class="d-flex flex-column align-items-center justify-content-center home-author-box-content home-author-case-box"> | ||
<img src="/player/env/images/cerrado.png" width="300px"> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
<!-- end of div /.container --> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.