| Line 71... |
Line 71... |
| 71 |
<input type="text" name="projet" id="projet" class="form-control" pattern="[a-z]+" <?= ( $mode === 'modification' ) ? 'value="' . $widget['projet'] . '" readonly' : 'required'; ?> title="Champ obligatoire : pas d'espace">
|
71 |
<input type="text" name="projet" id="projet" class="form-control" pattern="[a-z]+" <?= ( $mode === 'modification' ) ? 'value="' . $widget['projet'] . '" readonly' : 'required'; ?> title="Champ obligatoire : pas d'espace">
|
| 72 |
</div>
|
72 |
</div>
|
| Line 73... |
Line 73... |
| 73 |
|
73 |
|
| 74 |
<div class="col-sm-12 mb-3">
|
74 |
<div class="col-sm-12 mb-3">
|
| 75 |
<label for="motscles">Autres mots-clés</label>
|
75 |
<label for="motscles">Autres mots-clés</label>
|
| 76 |
<input type="text" name="motscles" id="motscles" class="form-control" value="" />
|
76 |
<input type="text" name="motscles" id="motscles" class="form-control" <?= ( $mode === 'modification' ) ? 'value="' . $widget['motscles'] . '"' : ""; ?> />
|
| Line 77... |
Line 77... |
| 77 |
</div>
|
77 |
</div>
|
| 78 |
|
78 |
|
| 79 |
<div class="col-sm-12 mb-3">
|
79 |
<div class="col-sm-12 mb-3">
|