|
@@ -29,15 +29,15 @@
|
|
|
<form>
|
|
|
<div class="form-group">
|
|
|
<label for="projetPadPrincipal">Pad principal:</label>
|
|
|
- <input type="url" class="form-control" id="projetPadPrincipal" placeholder="https://pad.exegetes.eu.org/" value="https://pad.exegetes.eu.org/group.html/17/pad.html/g.DSXI1kGFT1gjor66$Abro-REP-Tele2-Principal">
|
|
|
+ <input type="url" class="form-control" id="projetPadPrincipal" name="projetPadPrincipal" placeholder="https://pad.exegetes.eu.org/" value="https://pad.exegetes.eu.org/group.html/17/pad.html/g.DSXI1kGFT1gjor66$Abro-REP-Tele2-Principal">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label for="projetPadGarde">Page de garde:</label>
|
|
|
- <input type="url" class="form-control" id="projetPadGarde" placeholder="https://pad.exegetes.eu.org/" value="https://pad.exegetes.eu.org/group.html/17/pad.html/g.DSXI1kGFT1gjor66$Abro-REP-Tele2-Garde">
|
|
|
+ <input type="url" class="form-control" id="projetPadGarde" name="projetPadGarde" placeholder="https://pad.exegetes.eu.org/" value="https://pad.exegetes.eu.org/group.html/17/pad.html/g.DSXI1kGFT1gjor66$Abro-REP-Tele2-Garde">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label for="projetPadAutre1">Autre pad: <a href="#">Ajouter</a></label>
|
|
|
- <input type="url" class="form-control hidden" id="projetPadAutre1" placeholder="https://pad.exegetes.eu.org/">
|
|
|
+ <input type="url" class="form-control hidden" id="projetPadAutre1" name="projetPadAutre1" placeholder="https://pad.exegetes.eu.org/">
|
|
|
</div>
|
|
|
<div class="actions">
|
|
|
<button type="submit" class="bouton presse">Presser</button>
|
|
@@ -56,7 +56,7 @@
|
|
|
<nav class="projets dossiers">
|
|
|
<span class="heading">Projets</span>
|
|
|
<a href="#" class="ajouter">Nouveau</a>
|
|
|
- <a href="abro-tele2.html">MA Abrogation Tele2</a>
|
|
|
+ <a href="abro-tele2.html" class="selectionné">MA Abrogation Tele2</a>
|
|
|
<a href="#">MA REP TES</a>
|
|
|
|
|
|
<a href="index.html" class="vers-index">Revenir à l'index des dossiers</a>
|