integration/v2/15-16-detail_fragment.html
changeset 132 2f15d59e65ef
parent 131 f7f6c6acf9b9
child 136 15a6adeeb5d1
equal deleted inserted replaced
131:f7f6c6acf9b9 132:2f15d59e65ef
       
     1 <!DOCTYPE html>
       
     2 <!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
       
     3 <!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
       
     4 <!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
       
     5 <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
       
     6 <head>
       
     7     <meta charset="utf-8">
       
     8     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
       
     9     <meta name="description" content="eGonomy">
       
    10     <title>eGonomy : Détail image</title>
       
    11     
       
    12     <link rel="stylesheet" href="css/reset.css">
       
    13     <link rel="stylesheet" href="css/fonts.css">
       
    14     <link rel="stylesheet" href="css/style.css">
       
    15     <link rel="stylesheet" href="css/slideshow.css">
       
    16     <link rel="stylesheet" href="lib/jquery-ui/themes/base/minified/jquery-ui.min.css">
       
    17     <link href="lib/tag-it/css/jquery.tagit.css" rel="stylesheet">
       
    18     <script src="js/vendor/modernizr-2.6.2.min.js"></script>
       
    19 </head>
       
    20 <body>
       
    21     <div class="popin-wrap">
       
    22         <div id="add-to-collection" class="popin popin-new-collection box-shadow">
       
    23             <header>
       
    24                 <h2>Ajouter à la collection</h2>
       
    25                 <a href="#" class="close-popin"></a>
       
    26             </header>
       
    27             <section>
       
    28                 <form action="#">
       
    29                     <p>
       
    30                         <label for="collection-name">Ajouter à :</label>
       
    31                         <select>
       
    32                             <option selected value="">Ma super collection</option>
       
    33                             <option value="">encore un lorem ipsum</option>
       
    34                         </select>
       
    35                     </p>
       
    36                     <p>
       
    37                         <label class="block" for="image-description">Description de l’image :</label>
       
    38                         <textarea name="" id="image-description"></textarea>
       
    39                     </p>
       
    40                     <div class="buttons">
       
    41                         <a href="#" class="btn close-popin">Annuler</a>
       
    42                         <input class="btn" type="submit" value="Valider">
       
    43                     </div>
       
    44                 </form>
       
    45             </section>
       
    46         </div>
       
    47     </div>
       
    48 
       
    49     <div class="wrap">
       
    50         <header class="clearfix">
       
    51             <h1><a href="#">egonomy</a></h1>
       
    52             <div class="col-right">
       
    53                 <ul class="head-login clearfix">
       
    54                     <li>
       
    55                         <form method="GET" action="/egonomy/allpictures/">
       
    56                             <p>
       
    57                                 <input id="id_search" type="text" placeholder="Rechercher dans le site">
       
    58                                 <select class="search-type">
       
    59                                     <option selected="" value="/egonomy/allpictures/">Images</option>
       
    60                                     <option value="/egonomy/allfragments/">Fragments</option>
       
    61                                 </select>
       
    62                             </p>
       
    63                             <input type="hidden" name="field" value="all">
       
    64                         </form>
       
    65                     </li>
       
    66                     <li class="hello-user">Bonjour Anthony Ly</li>
       
    67                     <li><span class="dot-6"></span></li>
       
    68                     <li><a class="login" href="#">Déconnexion</a></li>
       
    69                 </ul>
       
    70                 <nav>
       
    71                     <ul class="nav clearfix">
       
    72                         <li><a href="#" title="home"><img src="img/icon-home.png" alt="home"></a></li>
       
    73                         <li><span class="dot-10"></span></li>
       
    74                         <li><a href="#">explorer</a></li>
       
    75                         <li><span class="dot-10"></span></li>
       
    76                         <li><a href="#">collectionner</a></li>
       
    77                         <li><span class="dot-10"></span></li>
       
    78                         <li><a href="#">créer</a></li>
       
    79                         <li><span class="dot-10"></span></li>
       
    80                         <li><a href="#">mon profil</a></li>
       
    81                     </ul>
       
    82                 </nav>
       
    83             </div>
       
    84         </header>
       
    85         <section>
       
    86             <div class="title-page">
       
    87                 <h2>VISAGE DE MEDÉE</h2>
       
    88             </div>
       
    89             <div class="bar-tools clearfix">
       
    90                 <ul class="clearfix left">
       
    91                     <li><a class="go-to mosaic" href="#"></a></li>
       
    92                     <li><a class="go-to search" href="#"></a></li>
       
    93                 </ul>
       
    94                 <ul class="clearfix">
       
    95                     <li>
       
    96                         <a class="icon edit" href="#">Modifier ce fragment</a>
       
    97                     </li>
       
    98                     <li>
       
    99                         <a class="icon trash" href="#">Supprimer ce fragment</a>
       
   100                     </li>
       
   101                     <li>
       
   102                         <a class="icon save" href="#">Enregistrer sous</a>
       
   103                     </li>
       
   104                     <li>
       
   105                         <a class="icon plus open-popin" href="#add-to-collection">Ajouter à ma collection</a>
       
   106                     </li>
       
   107                     <li>
       
   108                         <form action="#">
       
   109                             <p>
       
   110                                 <input class="search-form" id="id_search" type="text" placeholder="Romantisme noir">
       
   111                             </p>
       
   112                         </form>
       
   113                     </li>
       
   114                 </ul>
       
   115             </div>
       
   116             <article class="edition">
       
   117                 <div class="slideshow box-edition">
       
   118                     <div class="image-wrap">
       
   119                         <img src="img/378x600.png" alt="">
       
   120                     </div>
       
   121                     <div class="arrow-wrap left-arrow">
       
   122                         <a class="arrow" href="#"></a>
       
   123                     </div>
       
   124                     <div class="arrow-wrap right-arrow">
       
   125                         <a class="arrow" href="#"></a>
       
   126                     </div>
       
   127                     <ul class="share">
       
   128                         <li><a title="Partager sur Twitter" href="#" class="tool twitter"></a></li>
       
   129                         <li><a title="Partager sur Facebook" href="#" class="tool facebook"></a></li>
       
   130                     </ul>
       
   131                 </div>
       
   132                 <div class="info box-edition">
       
   133                     <table>
       
   134                         <tbody>
       
   135                             <tr>
       
   136                                 <th>Auteur :</th>
       
   137                                 <td>Delacroix Eugène (1798-1863)</td>
       
   138                             </tr>
       
   139                             <tr>
       
   140                                 <th>Période :</th>
       
   141                                 <td>Période contemporaine de 1789 à 1914,19e siècle,</td>
       
   142                             </tr>
       
   143                             <tr>
       
   144                                 <th>Description :</th>
       
   145                                 <td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. In sapiente consectetur amet ipsam rem quae culpa voluptatem excepturi aperiam pariatur eaque explicabo. Voluptates natus nulla repellat dolorem animi ut voluptate.</td>
       
   146                             </tr>
       
   147                         </tbody>
       
   148                     </table>
       
   149                 </div>
       
   150                 <div class="box-edition">
       
   151                     <table>
       
   152                         <tbody>
       
   153                             <tr>
       
   154                                 <th class="va-top">Mots clés :</th>
       
   155                                 <td>
       
   156                                     <ul class="list-key-search no-before list-keywords clearfix">
       
   157                                         <li><a class="box-shadow-2" href="#">hello</a></li>
       
   158                                         <li><a class="box-shadow-2" href="#">hello word</a></li>
       
   159                                         <li><a class="box-shadow-2" href="#">Delacroix</a></li>
       
   160                                         <li><a class="box-shadow-2" href="#">Lorem ipsum dolor sit amet</a></li>
       
   161                                         <li><a class="box-shadow-2" href="#">hello</a></li>
       
   162                                         <li><a class="box-shadow-2" href="#">hello word</a></li>
       
   163                                         <li><a class="box-shadow-2" href="#">Delacroix</a></li>
       
   164                                         <li><a class="box-shadow-2" href="#">Lorem ipsum dolor sit amet</a></li>
       
   165                                         <li><a class="box-shadow-2" href="#">hello</a></li>
       
   166                                         <li><a class="box-shadow-2" href="#">hello word</a></li>
       
   167                                         <li><a class="box-shadow-2" href="#">Delacroix</a></li>
       
   168                                         <li><a class="box-shadow-2" href="#">Lorem ipsum dolor sit amet</a></li>
       
   169                                     </ul>
       
   170                                 </td>
       
   171                             </tr>
       
   172                             
       
   173                         </tbody>
       
   174                     </table>
       
   175         
       
   176                     
       
   177                 </div>
       
   178                 <div class="box-edition">
       
   179                     <h3>Fragments de cette image :</h3>
       
   180                     <ul class="list-simple clearfix">
       
   181                         <li>
       
   182                             <a href="#">
       
   183                                 <div class="fragment">                
       
   184                                     <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0.3548 0.232193846154 0.357 0.276812307692" height="100%" width="100%" preserveAspectRatio="none">
       
   185                                         <defs>
       
   186                                             <clipPath id="fragment-clip68">
       
   187                                                 <path d="M0.3548 0.2603L0.4172 0.4461L0.7053 0.4809L0.7118 0.3532Z"/>
       
   188                                             </clipPath>
       
   189                                         </defs>
       
   190                                         <image opacity=".3" height="1" width="1" preserveAspectRatio="none" y="0" x="0" xlink:href="http://egonomy.iri-research.org/static/media/images/27/99-007715.jpg"/>
       
   191                                         <image clip-path="url(#fragment-clip68)" height="1" width="1" preserveAspectRatio="none" y="0" x="0" xlink:href="http://egonomy.iri-research.org/static/media/images/27/99-007715.jpg"/>
       
   192                                     </svg>      
       
   193                                 </div><!-- ./fragment -->
       
   194                             </a>
       
   195                         </li>
       
   196                         <li>
       
   197                             <a href="#">
       
   198                                 <div class="fragment">                
       
   199                                     <svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" viewBox="0.3548 0.232193846154 0.357 0.276812307692" height="100%" width="100%" preserveAspectRatio="none">
       
   200                                         <defs>
       
   201                                             <clipPath id="fragment-clip68">
       
   202                                                 <path d="M0.3548 0.2603L0.4172 0.4461L0.7053 0.4809L0.7118 0.3532Z"/>
       
   203                                             </clipPath>
       
   204                                         </defs>
       
   205                                         <image opacity=".3" height="1" width="1" preserveAspectRatio="none" y="0" x="0" xlink:href="http://egonomy.iri-research.org/static/media/images/27/99-007715.jpg"/>
       
   206                                         <image clip-path="url(#fragment-clip68)" height="1" width="1" preserveAspectRatio="none" y="0" x="0" xlink:href="http://egonomy.iri-research.org/static/media/images/27/99-007715.jpg"/>
       
   207                                     </svg>      
       
   208                                 </div><!-- ./fragment -->
       
   209                             </a>
       
   210                         </li>
       
   211                     </ul>
       
   212                 </div>
       
   213                 <div class="box-edition">
       
   214                     <h3>Collections liées à cette image :</h3>
       
   215                     <p class="null">Pas de collection</p>
       
   216                 </div>
       
   217             </article>
       
   218             
       
   219         </section>
       
   220         <footer class="clearfix">
       
   221             <h6>EGONOMY est un projet de l’IRI et de la réunion des Musées Nationaux</h6>
       
   222             <p>Mai 2013</p>
       
   223         </footer>
       
   224     </div><!-- /.wrap -->
       
   225 
       
   226     <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
       
   227     <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
       
   228     <script src="lib/jquery-ui/ui/minified/jquery-ui.min.js"></script>
       
   229     <script src="js/masonry.min.js"></script>
       
   230     <script src="lib/tag-it/js/tag-it.min.js"></script>
       
   231     <script src="js/main.js"></script>
       
   232 </body>
       
   233 </html>