integration/profil.html
changeset 23 c9dc489913af
parent 6 08ee0719b907
child 24 1fbf7d835dc2
--- a/integration/profil.html	Thu Oct 25 18:52:44 2012 +0200
+++ b/integration/profil.html	Fri Oct 26 18:54:20 2012 +0200
@@ -1,21 +1,19 @@
 <!DOCTYPE html>
-<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
-<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
-<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
-<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
+<html>
     <head>
         <meta charset="utf-8">
         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <title>Profil</title>
+        <meta name="copyright" content="Institut de Recherche et d'Innovation (IRI), 2012" />
+        <meta name="author" content="Anthony Ly, Raphaël Velt" />
+        <title>Hashcut &gt; Page profil</title>
+        <link rel="stylesheet" href="lib/jquery-ui.css" />
         <link rel="stylesheet" href="css/reset.css" />
-        <link rel="stylesheet" href="css/style.css" />
-        <link rel="stylesheet" href="css/ui-lightness/jquery-ui-1.8.24.custom.css">
-        <script src="js/vendor/modernizr-2.6.1.min.js"></script>
+        <link rel="stylesheet" href="css/common.css" />
     </head>
     <body>
         <div class="wrap">
             <div class="wrap-header">
-                <a title="Bibliothèque centre Pompidou" href="#"><img src="img/pompidou-logo.png" alt="Bibliothèque centre Pompidou" /></a>
+                <a title="Bibliothèque Publique d'Information" href="#"><img src="img/pompidou-logo.png" alt="Bibliothèque centre Pompidou" /></a>
             </div>
             <div class="header">
                 <!-- popin header -->
@@ -25,7 +23,9 @@
                         <h2>Mashup75</h2>
                         <h3>mash@cinecast.fr</h3>
                         <a href="#" class="nb-hashcut">12 Hashcuts</a>
-                        <a href="#" class="change-account">Changer de compte</a>
+                        <p>
+                            <a href="#" class="change-account button">Changer de compte</a>
+                        </p>
                     </div>
                 </div><!-- popin user info-->
 
@@ -33,7 +33,7 @@
                     <img class="pointer" src="img/popin-triangle.png" alt="" />
                     <div class="popin-content">
                         <h2>Créer un compte :</h2>
-                        <form action="#">
+                        <form action="#" class="signup-form">
                             <p>
                                 <label for="signup-pseudo">Pseudonyme : </label>
                                 <input type="text" id="signup-pseudo" name="" />
@@ -51,7 +51,7 @@
                                 <input type="password" id="signup-password" name="" />
                             </p>
                             <p>
-                                <input type="submit" value="Créer le compte">
+                                <input class="button" type="submit" value="Créer le compte">
                             </p>
                         </form>
    
@@ -62,7 +62,7 @@
                     <img class="pointer" src="img/popin-triangle.png" alt="" />
                     <div class="popin-content">
                         <h2>Connexion :</h2>
-                        <form action="#">
+                        <form action="#" class="login-form">
                             <p>
                                 <label for="signup-pseudo">E-mail : </label>
                                 <input type="text" id="signup-pseudo" name="" />
@@ -72,10 +72,10 @@
                                 <input type="password" id="signup-email" name="" />
                             </p>
                             <p>
-                                <input type="submit" value="Se connecter">
+                                <input class="button" type="submit" value="Se connecter">
                             </p>
                             <p>
-                                <a class="signup-button" href="#">Créer un compte</a>
+                                <a class="button signup-button" href="#">Créer un compte</a>
                             </p>
                         </form>
    
@@ -112,9 +112,8 @@
             </div><!-- footer -->
         </div><!-- wrap -->
         <!-- JavaScript -->
-        <script src="js/vendor/jquery-1.8.0.min.js"></script>
-        <script src="js/vendor/jquery-ui-1.8.24.custom.min.js"></script>
-        <script src="js/plugins.js"></script>
-        <script src="js/main.js"></script>
+        <script type="text/javascript" src="lib/jquery.min.js"></script>
+        <script type="text/javascript" src="lib/jquery-ui.min.js"></script>
+        <script type="text/javascript" src="js/common.js"></script>
     </body>
 </html>