|
|
@ -76,14 +76,14 @@
|
|
|
|
<textarea class="form-control" name="prompt" id="prompt" rows="3"><?php echo $enigme->getPrompt(); ?></textarea>
|
|
|
|
<textarea class="form-control" name="prompt" id="prompt" rows="3"><?php echo $enigme->getPrompt(); ?></textarea>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<div class="d-flex">
|
|
|
|
<button class="left send py-1 px-2 d-flex align-items-center" type="submit">
|
|
|
|
<button class="left send py-1 px-2 mx-2 d-flex align-items-center" type="submit">
|
|
|
|
Modifier
|
|
|
|
Modifier
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
<button onclick="submit()" class="left send py-1 px-2 d-flex align-items-center">
|
|
|
|
<button onclick="submit()" class="left send py-1 px-2 mx-2 d-flex align-items-center">
|
|
|
|
Verfier
|
|
|
|
Verfier
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
<a class="left send py-1 px-2 d-flex align-items-center" href="<?php echo 'index.php?action=goToEnigme&ordre='. $enigme->getOrdre();?>">
|
|
|
|
<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();?>">
|
|
|
|
Se rendre à l'énigme
|
|
|
|
Se rendre à l'énigme
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<p id="result" p>
|
|
|
|
<p id="result" p>
|
|
|
|