|
@@ -1,5 +1,9 @@
|
|
|
<?php require "../../common/html.php"; ?>
|
|
|
|
|
|
+<p>
|
|
|
+ <?= linkToDocs('glue-record', 'Documentation sur le glue record'); ?>
|
|
|
+</p>
|
|
|
+
|
|
|
<form method="post">
|
|
|
<label for="action">Action</label>
|
|
|
<select name="action" id="action">
|
|
@@ -35,10 +39,6 @@ if (isset($_SESSION['username']))
|
|
|
<input value="Valider" type="submit">
|
|
|
</form>
|
|
|
|
|
|
-<p>
|
|
|
- <?= linkToDocs('glue-record', 'Les glue records'); ?>
|
|
|
-</p>
|
|
|
-
|
|
|
<?php
|
|
|
|
|
|
switchToFormProcess();
|