|
|
|
@ -76,11 +76,12 @@
|
|
|
|
|
<textarea class="form-control" name="prompt" id="prompt" rows="3"><?php echo $enigme->getPrompt(); ?></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="d-flex align-items-center">
|
|
|
|
|
<button class="left send py-1 px-2 mx-2 d-flex align-items-center" type="submit">
|
|
|
|
|
Modifier
|
|
|
|
|
</button>
|
|
|
|
|
<button onclick="submit()" class="left send py-1 px-2 mx-2 d-flex align-items-center" type="button">
|
|
|
|
|
<button class="left send py-1 px-2 m-2 d-flex align-items-center" type="submit">
|
|
|
|
|
Modifier
|
|
|
|
|
</button>
|
|
|
|
|
</form>
|
|
|
|
|
<div class="d-flex align-items-center m-3">
|
|
|
|
|
<button onclick="submit()" class="left send py-1 px-2 mx-2 d-flex align-items-center">
|
|
|
|
|
Verfier la solution
|
|
|
|
|
</button>
|
|
|
|
|
<a class="left send py-1 px-2 mx-2 d-flex align-items-center" href="<?php echo 'index.php?action=goToEnigme&ordre='. $enigme->getOrdre();?>">
|
|
|
|
@ -89,7 +90,6 @@
|
|
|
|
|
<p id="result" p>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
<script src="https://raw.githack.com/pythonpad/brython-runner/master/lib/brython-runner.bundle.js"
|
|
|
|
|
type="text/javascript" charset="utf-8"></script>
|
|
|
|
|
<script src="View/src/JS/Admin2.js"></script>
|
|
|
|
|