|
@@ -8,6 +8,7 @@
|
|
<link rel="stylesheet" type="text/css" href="css/ivprog-visual-1.0.css">
|
|
<link rel="stylesheet" type="text/css" href="css/ivprog-visual-1.0.css">
|
|
<link rel="stylesheet" type="text/css" href="css/ivprog-term.css">
|
|
<link rel="stylesheet" type="text/css" href="css/ivprog-term.css">
|
|
<link rel="stylesheet" type="text/css" href="css/codemirror.css">
|
|
<link rel="stylesheet" type="text/css" href="css/codemirror.css">
|
|
|
|
+ <link rel="stylesheet" type="text/css" href="css/show-hint.css">
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"
|
|
integrity="sha256-KM512VNnjElC30ehFwehXjx1YCHPiQkOPmqnrWtpccM="
|
|
integrity="sha256-KM512VNnjElC30ehFwehXjx1YCHPiQkOPmqnrWtpccM="
|
|
@@ -15,6 +16,11 @@
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.0/semantic.min.js" integrity="sha256-x1fC6BXl6BwnUhfQqqqC0Fd/n12wH+u8u9va6+E7xaA=" crossorigin="anonymous"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.0/semantic.min.js" integrity="sha256-x1fC6BXl6BwnUhfQqqqC0Fd/n12wH+u8u9va6+E7xaA=" crossorigin="anonymous"></script>
|
|
<script src="js/Sortable.js"></script>
|
|
<script src="js/Sortable.js"></script>
|
|
<script src="js/iassign-integration-functions.js"></script>
|
|
<script src="js/iassign-integration-functions.js"></script>
|
|
|
|
+ <style>
|
|
|
|
+ .CodeMirror {
|
|
|
|
+ height: 100% !important;
|
|
|
|
+ }
|
|
|
|
+ </style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
|
|
|
|
@@ -74,7 +80,8 @@
|
|
|
|
|
|
<i class="icons">
|
|
<i class="icons">
|
|
<i class="icon superscript" style="margin-top: -2px;margin-bottom: 2px;margin-left: 1px;margin-right: 1px; font-size: 18px;"></i>
|
|
<i class="icon superscript" style="margin-top: -2px;margin-bottom: 2px;margin-left: 1px;margin-right: 1px; font-size: 18px;"></i>
|
|
- <i class="corner add icon inverted" style="font-size: 10px;padding-top: 5px;padding-left: 7px;"></i>
|
|
|
|
|
|
+ <i class="cor
|
|
|
|
+ ner add icon inverted" style="font-size: 10px;padding-top: 5px;padding-left: 7px;"></i>
|
|
</i>
|
|
</i>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
@@ -98,7 +105,7 @@
|
|
|
|
|
|
|
|
|
|
<div class="ui one column container segment ivprog_textual_panel loading" style="display: none;">
|
|
<div class="ui one column container segment ivprog_textual_panel loading" style="display: none;">
|
|
- <textarea id="ivprog-text-editor" class=".ivprog_textual_code" rows="20" cols="35"></textarea>
|
|
|
|
|
|
+ <textarea id="ivprog-text-editor" class=".ivprog_textual_code"></textarea>
|
|
</div>
|
|
</div>
|
|
<div id='ivprog-term-div' class="six column wide">
|
|
<div id='ivprog-term-div' class="six column wide">
|
|
|
|
|