7 lines
317 B
Plaintext
7 lines
317 B
Plaintext
<%@ page pageEncoding="UTF-8" %>
|
|
<form>
|
|
<input type="text" id="ztNom" name="nom" readonly>
|
|
<input type="text" id="ztPrenom" name="prenom" readonly><br>
|
|
<input type="text" id="ztAdresse" name="adresse" readonly><br>
|
|
<input type="text" id="ztGrade" name="grade" readonly>
|
|
</form> |