forked from Open-CT/openct-tasks
63 lines
2.4 KiB
HTML
63 lines
2.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Test gaps table</title>
|
|
<script type="text/javascript">
|
|
var stringsLanguage = 'en';
|
|
var taskStrings = {
|
|
success: "Success!",
|
|
fail: "Fail.",
|
|
table_labels: {
|
|
output: 'Output CSV:',
|
|
input: 'Input CSV:',
|
|
table: 'Table:'
|
|
}
|
|
}
|
|
</script>
|
|
<script class="remove" type="text/javascript" src="../../../_common/modules/pemFioi/importModules-1.4-mobileFirst.js" id="import-modules"></script>
|
|
<script class="remove" type="text/javascript">
|
|
var json = {
|
|
"id": "test-gaps-table",
|
|
"language": "en",
|
|
"version": "fr.01",
|
|
"authors": "",
|
|
"translators": [],
|
|
"license": "",
|
|
"taskPathPrefix": "",
|
|
"modulesPathPrefix": "",
|
|
"browserSupport": [],
|
|
"fullFeedback": true,
|
|
"acceptedAnswers": [],
|
|
"usesRandomSeed": false
|
|
};
|
|
var modulesPath = '../../../_common/modules';
|
|
importModules([
|
|
'jquery-1.7.1', 'jquery-ui.touch-punch', 'raphael-2.2.1', 'JSON-js',
|
|
'beav-1.0', 'beaver-task-2.0', 'simulation-2.0', 'raphaelFactory-1.0',
|
|
'delayFactory-1.0', 'simulationFactory-1.0', 'randomGenerator-1.0',
|
|
'platform-pr', 'buttonsAndMessages', 'installationAPI.01', 'miniPlatform',
|
|
'taskStyles-0.1', 'raphaelButton-1.0', 'shape-paths', 'drag_lib-2.0',
|
|
'jquery-ui-1.10.3', 'jquery-ui-1.10.3-styles',
|
|
'gaps_table_styles', 'gaps_table', 'gaps_table_task'
|
|
]);
|
|
</script>
|
|
<script type="text/javascript" src="task.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="task">
|
|
<h1>Test gaps table</h1>
|
|
<div id="tabsContainer"></div>
|
|
<div id="taskContent">
|
|
<div class="intro">
|
|
<p>Single table, static table</p>
|
|
</div>
|
|
<div id="gaps-table"></div>
|
|
<img src="icon.png" style="display:none">
|
|
</div>
|
|
</div>
|
|
<div id="solution">
|
|
<h2>Solution</h2>
|
|
</div>
|
|
</body>
|
|
</html> |