Browse Source

update Ins.php

FENNICHE Ouahab 5 years ago
parent
commit
7695f91293
4 changed files with 16 additions and 23 deletions
  1. BIN
      .DS_Store
  2. BIN
      WebContent/.DS_Store
  3. 16 23
      WebContent/Ins.php
  4. BIN
      WebContent/js/.DS_Store

BIN
.DS_Store


BIN
WebContent/.DS_Store


+ 16 - 23
WebContent/Ins.php

@@ -1,19 +1,20 @@
 <html>
 <head>
 <title>Inscription</title>
-<script type="text/javascript" src="js/verif_inscription.js"></script> 
-    <link rel="stylesheet" type="text/css" href="css/style.css">
-    <link rel="stylesheet" href="css/style1.css" type="text/css"  />
-    <link rel="stylesheet" href="css/style.css" type="bootstrap/css/bootstrap.min.css"  />
+<link rel="stylesheet" type="text/css" href="css/style.css">
+<link rel="stylesheet" href="css/style1.css" type="text/css"  />
+<link rel="stylesheet" href="css/style.css" type="bootstrap/css/bootstrap.min.css"  />
+<script type="text/javascript" src="js/verif_inscription.js"></script>
 </head>
 <body>
+  <div id="principal">
+      <div class="header">
+          <div class="navbar">
+          </div><!-- end navbar -->
+      </div><!-- end of header -->
 <fieldset>
   <legend><h2>Inscription</h2></legend>
-    <div id="principal">
-        <div class="header">
-
-        </div><!-- end of header -->
-<form name="fo" method="post"  action="inscription.php"  onsubmit="return verif();" >
+<form name="fo" method="post"  action="Ins.php"  onsubmit="return verif();" >
 
     <table>
         <tr>
@@ -42,9 +43,9 @@
                 <input type="radio" name="sexe" id = "sm" value="M" /> H
                 <input type="radio" name="sexe" id = "sf" value="F" /> F
                 </br>
-                <span>Autre</span>
-                <br />
-                <input type="text" name="sexe" id = "si" value=""  />
+                <span>Autre </span>
+                </br>
+                <input type="text" name="sexe" id = "si" value="" />
                 <br />
             </td>
         </tr>
@@ -93,15 +94,7 @@
                 <br />
             </td>
         </tr>
-        <tr>
-            <td>
-                <label for="piecejointe"> Pièce jointe : </label>
-            </td>
-            <td>
-                <input type="file" name="piecejointe" id="piecejointe" size="60" class="w750" />
-                <br />
-            </td>
-        </tr>
+
 
     </table>
 
@@ -110,9 +103,9 @@
                 <input type="reset" value="Annuler">
 
 
+    <div class="clear"></div>
+    <div class="footer"></div><!-- end footer div -->
 </form>
-        <div class="footer"></div><!-- end footer div -->
 </fieldset>
-
 </body>
 </html>

BIN
WebContent/js/.DS_Store