This repository was archived by the owner on Feb 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathexercices.html
46 lines (45 loc) · 2.49 KB
/
exercices.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="fr" id="thehtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
@page{
size:A4 portrait;
margin:0.8cm;
}
</style>
<title>Fiche d'exercices MathsMentales</title>
<link rel="stylesheet" href="css/exercices.css?v=5" type="text/css" />
<link href="js/libs/katex/katex.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="js/libs/JSXGraph1.4.0/jsxgraph.css" type="text/css" />
<script src="js/libs/JSXGraph1.4.0/jsxgraphcore.js" defer></script>
<script src="js/libs/chartjs/Chart.bundle.min.js" defer></script>
<script src="js/libs/seedrandom/seedrandom.min.js" defer></script>
<script src="js/libs/underscore-min.js" defer></script>
<script src="js/libs/katex/katex.min.js" defer></script>
<script src="js/libs/algebrite/algebrite.bundle-for-browser.min.js" type="text/javascript" defer></script>
<script src="js/libs/bigjs/big.min.js" type="text/javascript" defer></script>
<script src="js/libs/chartjs/Chart.bundle.min.js" defer></script>
<script type="module" src="js/lib.exercices.min.js"></script>
<!--<script type="module" src="dist/exercices.bundle.js"></script>-->
</head>
<body size="A4">
<button onclick="document.getElementById('creator-menu').classList.toggle('hidden')" class="noprint" style="position: absolute;left:0;top:0;width:18pt;height:18pt;">🛠</button>
<button onclick="window.print();" class="noprint" style="position: absolute;left:26px;top:0;height:18pt;" title="Cliquer pour imprimer ou enregistrer en pdf">Print</button>
<div id="creator-container">
<section id="creator-menu" class="noprint hidden">
<button id="pageOrientation" title="Change l'orientation de la page">paysage</button>
| Énoncés :
<input type="number" min="1" id="nbFiches" size="3">
<button id="fichesSeparation" title="Regrouper ou Séparer les fiches d'exercices">Séparer</button>
| Corrigé :
<button id="toggleCorriges"> ▼ </button>
<span id="btpCorrigePlace"></span>
| Police :
</section>
<section id="tab-accueil" class="noprint"></section>
<section id="creator-content">
</section>
</div>
</body>
</html>