Rectification: du HTML ....
This commit is contained in:
parent
158b82b62e
commit
9483937902
|
@ -28,6 +28,16 @@ $answerType = (isset($_GET['type'])) ? $_GET['type'] : null;
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<!-- BARRE DE NOTIFICATIONS -->
|
||||
<div id='NOTIFBAR'>
|
||||
<div></div>
|
||||
<div>
|
||||
<h3>Oups!</h3>
|
||||
<p>Certains champs sont incorrects. Veuillez réessayer.</p>
|
||||
<input type='button' value='Fermer'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- WRAPPER DE LA PAGE -->
|
||||
<div id='WRAPPER'>
|
||||
|
||||
|
|
12
Medecins.php
12
Medecins.php
|
@ -27,7 +27,17 @@ $answerType = (isset($_GET['type'])) ? $_GET['type'] : null;
|
|||
<script type='text/javascript' src='js/adjust.js'></script>
|
||||
<script type='text/javascript' src='js/input-checker.js'></script>
|
||||
</head>
|
||||
<body class='theme-bluegreen'>
|
||||
<body>
|
||||
|
||||
<!-- BARRE DE NOTIFICATIONS -->
|
||||
<div id='NOTIFBAR'>
|
||||
<div></div>
|
||||
<div>
|
||||
<h3>Oups!</h3>
|
||||
<p>Certains champs sont incorrects. Veuillez réessayer.</p>
|
||||
<input type='button' value='Fermer'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- WRAPPER DE LA PAGE -->
|
||||
<div id='WRAPPER'>
|
||||
|
|
10
Patients.php
10
Patients.php
|
@ -29,6 +29,16 @@ $answerType = (isset($_GET['type'])) ? $_GET['type'] : null;
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<!-- BARRE DE NOTIFICATIONS -->
|
||||
<div id='NOTIFBAR'>
|
||||
<div></div>
|
||||
<div>
|
||||
<h3>Oups!</h3>
|
||||
<p>Certains champs sont incorrects. Veuillez réessayer.</p>
|
||||
<input type='button' value='Fermer'>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- WRAPPER DE LA PAGE -->
|
||||
<div id='WRAPPER'>
|
||||
|
||||
|
|
Loading…
Reference in New Issue