integration/profil.html
author Anthony Ly <anthonyly.com@gmail.com>
Mon, 29 Oct 2012 17:22:55 +0100
changeset 24 1fbf7d835dc2
parent 23 c9dc489913af
child 44 4e6f9bb69feb
permissions -rw-r--r--
- update segment and bg video list - profil/home page
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>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    15
        <div class="wrap">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    16
            <div class="wrap-header">
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    17
                <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
    18
            </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    19
            <div class="header">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    20
                <!-- popin header -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    21
                <div class="popin user info" id="user">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    22
                    <img class="pointer" src="img/popin-triangle.png" alt="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    23
                    <div class="popin-content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    24
                        <h2>Mashup75</h2>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    25
                        <h3>mash@cinecast.fr</h3>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    26
                        <a href="#" class="nb-hashcut">12 Hashcuts</a>
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    27
                        <p>
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    28
                            <a href="#" class="change-account button">Changer de compte</a>
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    29
                        </p>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    30
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    31
                </div><!-- popin user info-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    32
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    33
                <div class="popin user signup" id="user">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    34
                    <img class="pointer" src="img/popin-triangle.png" alt="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    35
                    <div class="popin-content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    36
                        <h2>Créer un compte :</h2>
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    37
                        <form action="#" class="signup-form">
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    38
                            <p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    39
                                <label for="signup-pseudo">Pseudonyme : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    40
                                <input type="text" id="signup-pseudo" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    41
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    42
                            <p >
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    43
                                <label for="signup-email">Email : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    44
                                <input type="text" id="signup-email" name="" />
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
                            <p >
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    47
                                <label for="signup-password">Mot de passe : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    48
                                <input type="password" id="signup-password" name="" />
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
                            <p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    51
                                <label for="signup-password">Confirmer le mot de passe : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    52
                                <input type="password" id="signup-password" name="" />
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
                            <p>
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    55
                                <input class="button" type="submit" value="Créer le compte">
6
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
                        </form>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    58
   
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    59
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    60
                </div><!-- popin user signup-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    61
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    62
                <div class="popin user login" id="user">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    63
                    <img class="pointer" src="img/popin-triangle.png" alt="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    64
                    <div class="popin-content">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    65
                        <h2>Connexion :</h2>
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    66
                        <form action="#" class="login-form">
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    67
                            <p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    68
                                <label for="signup-pseudo">E-mail : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    69
                                <input type="text" id="signup-pseudo" name="" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    70
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    71
                            <p >
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    72
                                <label for="signup-email">Mot de passe : </label>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    73
                                <input type="password" id="signup-email" name="" />
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
                            <p>
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    76
                                <input class="button" type="submit" value="Se connecter">
6
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>
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
    79
                                <a class="button signup-button" href="#">Créer un compte</a>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    80
                            </p>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    81
                        </form>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    82
   
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    83
                    </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    84
                </div><!-- popin user login-->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    85
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    86
                <h1><a title="Hashcut - Le Mashup cliquable" class="clearfix" href="#">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    87
                    <img src="img/hashcut-logo.png" alt="Hashcut" />
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    88
                    <span>Le Mashup<br />Cliquable</span>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    89
                </a></h1>
24
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
    90
                <div class="title-header"></div>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    91
                <div class="profil-wrap">
24
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
    92
                    <a href="#" class="all-hashcut">Tous les Hashcuts</a>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    93
                    <a href="#user" class="my-profil open-popin">Mon profil</a>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    94
                </div>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    95
            </div><!-- header -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    96
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
    97
            <div class="content">
24
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
    98
                <h2 class="title-content">Hashcuts de <a href="#">Hashcutter75</a></h2>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
    99
     
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   100
                <div class="hashcut-video-wrap profil">
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   101
                    <div class="video-item">
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   102
                        <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   103
                        <h3><strong>Mon Hashcut</strong> | <span>02:24</span> </h3>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   104
                    </div>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   105
                    <div class="video-item">
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   106
                        <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   107
                        <h3><strong>Mon Hashcut</strong> | <span>02:24</span> </h3>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   108
                    </div>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   109
                    <div class="video-item">
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   110
                        <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   111
                        <h3><strong>Mon Hashcut</strong> | <span>02:24</span> </h3>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   112
                    </div>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   113
                    <div class="video-item">
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   114
                        <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   115
                        <h3><strong>Mon Hashcut</strong> | <span>02:24</span> </h3>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   116
                    </div>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   117
                    <div class="video-item">
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   118
                        <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   119
                        <h3><strong>Mon Hashcut</strong> | <span>02:24</span> </h3>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   120
                    </div>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   121
                    <div class="video-item">
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   122
                        <a href="#" class="screenshot"><img src="img/visuel-home-news.jpg" alt=""/></a>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   123
                        <h3><strong>Mon Hashcut</strong> | <span>02:24</span> </h3>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   124
                    </div>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   125
                </div>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   126
                <div class="pagination">
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   127
                        <a href="#" class="active">1</a>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   128
                        <a href="#">2</a>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   129
                        <a href="#">3</a>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   130
                        <a href="#">4</a>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   131
                        <a href="#">5</a>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   132
                        <a href="#">6</a>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   133
                        <a href="#">Suivant</a>
1fbf7d835dc2 - update segment and bg video list
Anthony Ly <anthonyly.com@gmail.com>
parents: 23
diff changeset
   134
                    </div>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   135
            </div><!-- content -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   136
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   137
            <div class="footer clearfix">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   138
                <ul class="links-left">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   139
                    <li><a href="#">Mentions légales</a></li>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   140
                    <li><a href="#">Contacts</a></li>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   141
                </ul>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   142
                <ul class="links-right">
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   143
                    <li><a title="IRI" href="http://www.iri.centrepompidou.fr/"> <img src="img/logo-iri.png" alt="iri" /></a></li>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   144
                    <li><a title="cinecast" href="http://cinecast.fr/"><img src="img/logo-cinecast.png" alt="cinecast" /></a></li>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   145
                    <li>© 2012</li>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   146
                </ul>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   147
            </div><!-- footer -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   148
        </div><!-- wrap -->
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   149
        <!-- JavaScript -->
23
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
   150
        <script type="text/javascript" src="lib/jquery.min.js"></script>
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
   151
        <script type="text/javascript" src="lib/jquery-ui.min.js"></script>
c9dc489913af Work on video loading - Commit before weekend
veltr
parents: 6
diff changeset
   152
        <script type="text/javascript" src="js/common.js"></script>
6
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   153
    </body>
08ee0719b907 ajout image
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
   154
</html>