-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated all local.html files: removed script tag for loading latest l…
…ocal ccm framework file
- Loading branch information
Showing
26 changed files
with
20 additions
and
46 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<style>* { height: 100%; } body { margin: 0; }</style> | ||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.app_builder.js"></script> | ||
<ccm-app_builder key='["ccm.get","resources/configs.js","local"]'></ccm-app_builder> |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.cloze_analytics.js"></script> | ||
<ccm-cloze_analytics key='["ccm.get","resources/configs.js","localhost"]'></ccm-cloze_analytics> |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.cloze_builder.js"></script> | ||
<ccm-cloze_builder key='["ccm.get","resources/configs.js","local"]'></ccm-cloze_builder> |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.component_manager.js"></script> | ||
<ccm-component_manager key='["ccm.get","resources/configs.js","local"]'></ccm-component_manager> |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.content.js"></script> | ||
<ccm-content key='["ccm.get","resources/configs.js","local"]'></ccm-content> |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.crud_app.js"></script> | ||
<ccm-crud_app key='["ccm.get","resources/configs.js","local"]'></ccm-crud_app> |
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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<style>body { margin: 0; } html, body, ccm-dms > div { height: 100%; }</style> | ||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.dms.js"></script> | ||
<ccm-dms key='["ccm.get","resources/configs.js","local"]'></ccm-dms> |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.eval.js"></script> | ||
<ccm-eval key='["ccm.get","resources/configs.js","local"]'></ccm-eval> |
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 |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.highchart.js"></script> | ||
|
||
<ccm-highchart key='["ccm.get","resources/configs.js","line"]'></ccm-highchart> | ||
|
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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2017"> | ||
<meta name="author" content="André Kless <[email protected]> 2017, 2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.input.js"></script> | ||
<ccm-input key='["ccm.get","resources/configs.js","demo"]'></ccm-input> | ||
<hr> | ||
|
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<style>body { margin: 0; }</style> | ||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.json_builder.js"></script> | ||
|
||
<ccm-json_builder key='["ccm.get","resources/configs.js","local"]'></ccm-json_builder> |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.kanban_board.js"></script> | ||
<ccm-kanban_board key='["ccm.get","resources/configs.js","local"]'></ccm-kanban_board> |
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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.kanban_card.js"></script> | ||
<ccm-kanban_card key='["ccm.get","resources/configs.js","local_white"]'></ccm-kanban_card> | ||
<ccm-kanban_card key='["ccm.get","resources/configs.js","local_gold"]'></ccm-kanban_card> | ||
|
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.listing.js"></script> | ||
<ccm-listing key='["ccm.get","resources/configs.js","local"]'></ccm-listing> |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.menu.js"></script> | ||
<ccm-menu key='["ccm.get","resources/configs.js","local"]'></ccm-menu> |
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
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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<style>body { margin: 0; }</style> | ||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.submit.js"></script> | ||
<ccm-submit key='["ccm.get","resources/configs.js","local"]'></ccm-submit> |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.teambuild.js"></script> | ||
<ccm-teambuild key='["ccm.get","resources/configs.js","localhost"]'></ccm-teambuild> |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.teambuild_builder.js"></script> | ||
<ccm-teambuild_builder key='["ccm.get","resources/configs.js","local"]'></ccm-teambuild_builder> |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.template.js"></script> | ||
<ccm-template key='["ccm.get","resources/configs.js","local"]'></ccm-template> |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.user.js"></script> | ||
<ccm-user key='["ccm.get","resources/configs.js","local"]'></ccm-user> |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="author" content="André Kless <[email protected]> 2018"> | ||
<meta name="author" content="André Kless <[email protected]> 2018-2019"> | ||
<meta name="license" content="The MIT License (MIT)"> | ||
|
||
<script src="../../ccm/ccm.js"></script> | ||
<script src="ccm.youtube.js"></script> | ||
<ccm-youtube key='["ccm.get","resources/configs.js","local"]'></ccm-youtube> |