Browse Source

ajout lien inscription

christophe hachin 5 years ago
parent
commit
e432ed656f
4 changed files with 5 additions and 23 deletions
  1. 2 11
      WebContent/abonnes.html
  2. 1 10
      WebContent/index.html
  3. 1 1
      WebContent/inscription.jsp
  4. 1 1
      WebContent/settings.html

+ 2 - 11
WebContent/abonnes.html

@@ -19,7 +19,7 @@
             <ul>
                 <li><a href="index.html">Accueil</a></li>
                 <li><a href="abonnes.html">nos Abonnés</a></li>
-                
+                <li><a href="inscription.jsp">Inscription</a></li>
             </ul>
         </div><!-- end navbar -->
     </div><!-- end of header -->
@@ -29,17 +29,8 @@
             <ul>
               <li><a href="index.html">Accueil</a></li>
               <li><a href="abonnes.html">nos Abonnés</a></li>
-              
+              <li><a href="inscription.jsp">Inscription</a></li>
             </ul>
-
-            <div class="login"> <br />
-            <img src="img/contact.png" alt="" />
-                <form action="cnx.php" method="post">
-                    <input value="Username" name="user" type="text" />
-                    <input value="password" name="pwd" type="password" /> <br />
-                    <input value="Login" name="sub" type="submit" />
-                </form>
-            </div>
         </div><!--end menu -->
         <div class="content">
      

+ 1 - 10
WebContent/index.html

@@ -19,7 +19,7 @@
             <ul>
                 <li><a href="index.html">Accueil</a></li>
                 <li><a href="abonnes.html">nos Abonnés</a></li>
-                
+                <li><a href="inscription.jsp">Inscription</a></li>
                 
             </ul>
         </div><!-- end navbar -->
@@ -33,15 +33,6 @@
                <li><a href="inscription.jsp">Inscription</a></li>
                
             </ul>
-
-            <div class="login"> <br />
-            <img src="img/contact.png" alt="" />
-                <form action="cnx.php" method="post">
-                    <input value="Username" name="user" type="text" />
-                    <input value="password" name="pwd" type="password" /> <br />
-                    <input value="Login" name="sub" type="submit" />
-                </form>
-            </div>
         </div><!--end menu -->
         <div class="content">
      <header>

+ 1 - 1
WebContent/inscription.jsp

@@ -23,7 +23,7 @@
             <ul>
                 <li><a href="index.html">Accueil</a></li>
                 <li><a href="abonnes.html">nos Abonnés</a></li>
-                
+                <li><a href="inscription.jsp">Inscription</a></li>
             </ul>
         </div>
     </div><!-- end of header -->

+ 1 - 1
WebContent/settings.html

@@ -20,7 +20,7 @@
             <ul>
                 <li><a href="index.html">Accueil</a></li>
                 <li><a href="abonnes.html">nos Abonnés</a></li>
-                
+                <li><a href="inscription.jsp">Inscription</a></li>
             </ul>
         </div><!-- end navbar -->
     </div><!-- end of header -->