integration/profil.html
author cavaliet
Tue, 23 Jul 2013 17:27:07 +0200
changeset 151 f6cb207fb8d9
parent 86 4857ac3892e3
permissions -rw-r--r--
Added tag V00.12 for changeset a3246ca92f73
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     1
<!DOCTYPE html>
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
     2
<html>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     3
    <head>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     4
        <meta charset="utf-8">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     5
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
     6
        <meta name="copyright" content="Institut de Recherche et d'Innovation (IRI), 2012" />
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
     7
        <meta name="author" content="Anthony Ly, Raphaël Velt" />
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
     8
        <title>Hashcut &gt; Page profil</title>
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
     9
        <link rel="stylesheet" href="lib/jquery-ui.css" />
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    10
        <link rel="stylesheet" href="css/reset.css" />
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    11
        <link rel="stylesheet" href="css/common.css" />
24
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
    12
        <link rel="stylesheet" href="css/profil.css" />
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    13
    </head>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    14
    <body>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    15
    
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    16
        <div class="wrap-header-top">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    17
            <div class="wrap-header-top-content">
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    18
                <a title="Bibliothèque Publique d'Information" href="#"><img src="img/pompidou-logo.png" alt="Bibliothèque centre Pompidou" /></a>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    19
            </div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    20
        </div><!-- wrap-header-top -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    21
        
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    22
        
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    23
        <div class="wrap-header">
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    24
            <div class="header">
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    25
            
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    26
            <!-- popin user -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    27
            
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    28
                <div class="popin user info" id="user">
65
60a1e58b0a08 Changed Pointer IMGs into DIVs
veltr
parents: 57
diff changeset
    29
                    <div class="pointer"></div>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    30
                    <div class="popin-content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    31
                        <h2>Mashup75</h2>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    32
                        <h3>mash@cinecast.fr</h3>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    33
                        <a href="#" class="nb-hashcut">12 Hashcuts</a>
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    34
                        <p>
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    35
                            <a href="#" class="change-account button">Changer de compte</a>
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    36
                        </p>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    37
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    38
                </div><!-- popin user info-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    39
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    40
                <div class="popin user signup" id="user">
65
60a1e58b0a08 Changed Pointer IMGs into DIVs
veltr
parents: 57
diff changeset
    41
                    <div class="pointer"></div>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    42
                    <div class="popin-content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    43
                        <h2>Créer un compte :</h2>
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    44
                        <form action="#" class="signup-form">
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    45
                            <p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    46
                                <label for="signup-pseudo">Pseudonyme : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    47
                                <input type="text" id="signup-pseudo" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    48
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    49
                            <p >
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    50
                                <label for="signup-email">Email : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    51
                                <input type="text" id="signup-email" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    52
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    53
                            <p >
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    54
                                <label for="signup-password">Mot de passe : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    55
                                <input type="password" id="signup-password" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    56
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    57
                            <p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    58
                                <label for="signup-password">Confirmer le mot de passe : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    59
                                <input type="password" id="signup-password" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    60
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    61
                            <p>
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    62
                                <input class="button" type="submit" value="Créer le compte">
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    63
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    64
                        </form>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    65
   
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    66
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    67
                </div><!-- popin user signup-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    68
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    69
                <div class="popin user login" id="user">
65
60a1e58b0a08 Changed Pointer IMGs into DIVs
veltr
parents: 57
diff changeset
    70
                    <div class="pointer"></div>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    71
                    <div class="popin-content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    72
                        <h2>Connexion :</h2>
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    73
                        <form action="#" class="login-form">
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    74
                            <p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    75
                                <label for="signup-pseudo">E-mail : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    76
                                <input type="text" id="signup-pseudo" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    77
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    78
                            <p >
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    79
                                <label for="signup-email">Mot de passe : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    80
                                <input type="password" id="signup-email" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    81
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    82
                            <p>
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    83
                                <input class="button" type="submit" value="Se connecter">
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    84
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    85
                            <p>
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    86
                                <a class="button signup-button" href="#">Créer un compte</a>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    87
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    88
                        </form>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    89
   
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    90
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    91
                </div><!-- popin user login-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    92
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    93
            <!-- /popin user -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
    94
            
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    95
                <h1><a title="Hashcut - Le Mashup cliquable" class="clearfix" href="#">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    96
                    <img src="img/hashcut-logo.png" alt="Hashcut" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    97
                    <span>Le Mashup<br />Cliquable</span>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    98
                </a></h1>
86
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
    99
                <div class="title-video-wrap">
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   100
                    <p class="title-video" href="#"><span class="category">Profil</span> <span class="separator">&raquo;</span> Hashcutter75</p>
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   101
                </div>
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   102
                <div class="Ldt-Social">
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   103
                    <div class="Ldt-Social-Url-Container">
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   104
                        <a href="#" target="_blank" class="Ldt-Social-Square Ldt-Social-Url" title="Partager le lien"></a>
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   105
                        <span class="Ldt-Social-UrlPop">
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   106
                            <input class="Ldt-Social-Input"/>
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   107
                            <div class="Ldt-Social-CopyBtn">Copier</div>
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   108
                        </span>
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   109
                    </div>
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   110
                    <a href="#" target="_blank" class="Ldt-Social-Fb Ldt-Social-Ext" title="Partager sur Facebook"></a>
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   111
                    <a href="#" target="_blank" class="Ldt-Social-Twitter Ldt-Social-Ext" title="Partager sur Twitter"></a>
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   112
                    <a href="#" target="_blank" class="Ldt-Social-Gplus Ldt-Social-Ext" title="Partager sur Google+"></a>
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   113
                    <a href="#" target="_blank" class="Ldt-Social-Mail" title="Partager par mail"></a>
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   114
                </div>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   115
                <div class="profil-wrap">
53
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 51
diff changeset
   116
                    <ul>
86
4857ac3892e3 Minor changes
veltr
parents: 84
diff changeset
   117
                        <li><a href="#" class="all-hashcut">Accueil</a></li>
53
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 51
diff changeset
   118
                        <li><a href="edition.html" class="new-hashcut">Créer un Hashcut</a></li>
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 51
diff changeset
   119
                        <li><a href="#user" class="my-profil open-popin">Mon profil</a></li>
9d80aeae789b update html profile links
Anthony Ly <anthonyly.com@gmail.com>
parents: 51
diff changeset
   120
                    </ul>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   121
                </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   122
            </div><!-- header -->
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   123
        </div><!-- wrap-header -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   124
        
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   125
        <div class="wrapper">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   126
            <div class="wrap">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   127
                <div class="content">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   128
         
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   129
                    <div class="hashcut-video-wrap profil">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   130
                        <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   131
                            <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   132
                            <h3><a href="#" class="author">Mon Hashcut</a>  | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   133
                        </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   134
                        <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   135
                            <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   136
                            <h3><a href="#" class="author">Mon Hashcut</a>  | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   137
                        </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   138
                        <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   139
                            <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   140
                            <h3><a href="#" class="author">Mon Hashcut</a>  | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   141
                        </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   142
                        <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   143
                            <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   144
                            <h3><a href="#" class="author">Mon Hashcut</a>  | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   145
                        </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   146
                        <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   147
                            <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   148
                            <h3><a href="#" class="author">Mon Hashcut</a>  | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   149
                        </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   150
                        <div class="video-item">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   151
                            <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
84
0c699d2767f8 Some corrections
veltr
parents: 65
diff changeset
   152
                            <h3><a href="#" class="author">Mon Hashcut</a>  | <span class="duration">02:24</span> </h3>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   153
                        </div>
24
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   154
                    </div>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   155
                    <div class="pagination">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   156
                            <a href="#" class="active">1</a>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   157
                            <a href="#">2</a>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   158
                            <a href="#">3</a>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   159
                            <a href="#">4</a>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   160
                            <a href="#">5</a>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   161
                            <a href="#">6</a>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   162
                            <a href="#">Suivant</a>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   163
                        </div>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   164
                </div><!-- content -->
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   165
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   166
                <div class="footer clearfix">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   167
                    <ul class="links-left">
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   168
                        <li><a href="#">Mentions légales</a></li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   169
                        <li><a href="#">Contacts</a></li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   170
                    </ul>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   171
                    <ul class="links-right">
54
aa0391d09b6f Links update
veltr
parents: 44
diff changeset
   172
                        <li><a title="IRI" href="http://www.iri.centrepompidou.fr/" target="_blank"> <img src="img/logo-iri.png" alt="iri" /></a></li>
aa0391d09b6f Links update
veltr
parents: 44
diff changeset
   173
                        <li><a title="Cinecast" href="http://cinecast.fr/" target="_blank"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
44
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   174
                        <li>© 2012</li>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   175
                    </ul>
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   176
                </div><!-- footer -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   177
            </div><!-- wrap -->
4e6f9bb69feb Update template
Anthony Ly <anthonyly.com@gmail.com>
parents: 24
diff changeset
   178
        </div><!-- wrapper -->
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   179
        <!-- JavaScript -->
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
   180
        <script type="text/javascript" src="lib/jquery.min.js"></script>
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
   181
        <script type="text/javascript" src="lib/jquery-ui.min.js"></script>
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
   182
        <script type="text/javascript" src="js/common.js"></script>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   183
    </body>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   184
</html>