Rectification: du HTML ....

This commit is contained in:
xdrm-brackets 2015-12-13 23:19:22 +01:00
parent 158b82b62e
commit 9483937902
3 changed files with 31 additions and 1 deletions

View File

@ -28,6 +28,16 @@ $answerType = (isset($_GET['type'])) ? $_GET['type'] : null;
</head> </head>
<body> <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 --> <!-- WRAPPER DE LA PAGE -->
<div id='WRAPPER'> <div id='WRAPPER'>

View File

@ -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/adjust.js'></script>
<script type='text/javascript' src='js/input-checker.js'></script> <script type='text/javascript' src='js/input-checker.js'></script>
</head> </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 --> <!-- WRAPPER DE LA PAGE -->
<div id='WRAPPER'> <div id='WRAPPER'>

View File

@ -29,6 +29,16 @@ $answerType = (isset($_GET['type'])) ? $_GET['type'] : null;
</head> </head>
<body> <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 --> <!-- WRAPPER DE LA PAGE -->
<div id='WRAPPER'> <div id='WRAPPER'>