integration/fragment-edit-create-v1.html
changeset 8 c64d503ebba7
equal deleted inserted replaced
7:4edf6745bda5 8:c64d503ebba7
       
     1 <!DOCTYPE html>
       
     2 <html lang="fr">
       
     3     <head>
       
     4         <meta charset="utf-8" />
       
     5         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
       
     6         <title>eGonomy &raquo; Edit or Create Fragment</title>
       
     7         
       
     8         <link rel="stylesheet" type="text/css" href="css/egonomy.css" />
       
     9         <script type="text/javascript" src="lib/jquery.min.js"></script>
       
    10         <script type="text/javascript" src="lib/raphael-min.js"></script>
       
    11         <script type="text/javascript" src="js/cutout.js"></script>
       
    12     </head>
       
    13 
       
    14     <body>
       
    15         <div class="header-wrap fullwidth">
       
    16             <header>
       
    17                 <h1 class="column column-third">TagItAll by eGonomy</h1>
       
    18                 <form class="column column-third">
       
    19                     <input class="search-field" type="search" placeholder="Rechercher" />
       
    20                 </form>
       
    21                 <nav class="column column-third">
       
    22                     <a href="#">Se connecter</a>
       
    23                 </nav>
       
    24             </header>
       
    25         </div>
       
    26         <div class="main-wrap fullwidth">
       
    27 
       
    28             <div class="main">
       
    29                 <div class="fullwidth">
       
    30                     <form action="#">
       
    31                         <div class="column column-half">
       
    32                             <a href="#" class="head-button clear-fragment" title="Effacer le tracé">&times;</a>
       
    33                             <a href="#" class="head-button reset-fragment" title="Revenir au tracé d'origine">&#8634;</a>
       
    34                             <h2>Nouveau fragment&nbsp;:</h2>
       
    35                             <div class="image-and-fragment">
       
    36                                 <img src="img/empty.gif" width="476" height="350" class="placeholder" />
       
    37                                 <div class="cutout-canvas"></div>
       
    38                             </div>
       
    39                             <input id="fragment-path" type="text" class="fragment-path" value="M 0 .5 L .5 0 L 1 .5 L .5 1 Z" />
       
    40                         </div>
       
    41                         <div class="column column-half">
       
    42                             <table class="image-metadata">
       
    43                                 <tr>
       
    44                                     <th>Image source&nbsp;:</th>
       
    45                                     <td><a href="image-v1.html">Titre de l'image source</a></td>
       
    46                                 </tr>
       
    47                                 <tr>
       
    48                                     <th>Titre&nbsp;:</th>
       
    49                                     <td><input type="text" class="fragment-title" placeholder="Titre du fragment" /></td>
       
    50                                 </tr>
       
    51                                 <tr>
       
    52                                     <th>Description&nbsp;:</th>
       
    53                                     <td><textarea class="fragment-description">Lorem Ipsum description du fragment</textarea></td>
       
    54                                 </tr>
       
    55                                 <tr>
       
    56                                     <th>Mots-clés Utilisateurs</th>
       
    57                                     <td><textarea class="user-keywords">Modernité, Ready-made</textarea></td>
       
    58                                 </tr>
       
    59                                 <tr>
       
    60                                     <th> </th>
       
    61                                     <td></td>
       
    62                                 </tr>
       
    63                                 <tr>
       
    64                                     <th>Dernière modification&nbsp;:</th>
       
    65                                     <td>le 23 janvier 2013 par Utilisateur17</td>
       
    66                                 </tr>
       
    67                             </table>
       
    68                             <div class="fullwidth">
       
    69                                 <input class="user-submit" type="submit" value="Enregistrer le fragment" />
       
    70                             </div>
       
    71                         </div>
       
    72                     </form>
       
    73                 </div>
       
    74                 <div class="fullwidth">
       
    75                     <div class="column column-full">
       
    76                         <h2>Fragments de cette image</h2>
       
    77                         <ul class="fullwidth">
       
    78                             <li class="subcol subcol-eighth">
       
    79                                 <div class="center-image">
       
    80                                     <div class="image-and-fragment">
       
    81                                         <img src="img/empty.gif" width="110" height="82" class="placeholder" />
       
    82                                         <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none">
       
    83                                             <path d="M 0 .5 L .5 0 L 1 .5 L .5 1 Z" stroke="red" stroke-width=".02" fill="red" fill-opacity=".3" />
       
    84                                         </svg>
       
    85                                     </div>
       
    86                                 </div>
       
    87                                 <h3>Titre du fragment</h3>
       
    88                                 <p>Annoté par <strong>Julien75</strong></p>
       
    89                             </li>
       
    90                             <li class="subcol subcol-eighth">
       
    91                                 <div class="center-image">
       
    92                                     <div class="image-and-fragment">
       
    93                                         <img src="img/empty.gif" width="110" height="82" class="placeholder" />
       
    94                                         <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none">
       
    95                                             <path d="M .2 .5 L .7 .2 L .8 .7 Z" stroke="red" stroke-width=".02" fill="red" fill-opacity=".3" />
       
    96                                         </svg>
       
    97                                     </div>
       
    98                                 </div>
       
    99                                 <h3>Titre du fragment</h3>
       
   100                                 <p>Annoté par <strong>Julien75</strong></p>
       
   101                             </li>
       
   102                             <li class="subcol subcol-eighth">
       
   103                                 <div class="center-image">
       
   104                                     <div class="image-and-fragment">
       
   105                                         <img src="img/empty.gif" width="110" height="82" class="placeholder" />
       
   106                                         <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none">
       
   107                                             <path d="M .3 .1 L .55 .15 L .6 .6 Z" stroke="red" stroke-width=".02" fill="red" fill-opacity=".3" />
       
   108                                         </svg>
       
   109                                     </div>
       
   110                                 </div>
       
   111                                 <h3>Titre du fragment</h3>
       
   112                                 <p>Annoté par <strong>Julien75</strong></p>
       
   113                             </li>
       
   114                             <li class="subcol subcol-eighth">
       
   115                                 <div class="center-image">
       
   116                                     <div class="image-and-fragment">
       
   117                                         <img src="img/empty.gif" width="110" height="82" class="placeholder" />
       
   118                                         <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none">
       
   119                                             <path d="M .2 .5 L .7 .2 L .8 .7 Z" stroke="red" stroke-width=".02" fill="red" fill-opacity=".3" />
       
   120                                         </svg>
       
   121                                     </div>
       
   122                                 </div>
       
   123                                 <h3>Titre du fragment</h3>
       
   124                                 <p>Annoté par <strong>Julien75</strong></p>
       
   125                             </li>
       
   126                             <li class="subcol subcol-eighth">
       
   127                                 <div class="center-image">
       
   128                                     <div class="image-and-fragment">
       
   129                                         <img src="img/empty.gif" width="110" height="82" class="placeholder" />
       
   130                                         <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none">
       
   131                                             <path d="M .2 .5 L .7 .2 L .8 .7 Z" stroke="red" stroke-width=".02" fill="red" fill-opacity=".3" />
       
   132                                         </svg>
       
   133                                     </div>
       
   134                                 </div>
       
   135                                 <h3>Titre du fragment</h3>
       
   136                                 <p>Annoté par <strong>Julien75</strong></p>
       
   137                             </li>
       
   138                         </ul>
       
   139                     </div>
       
   140                 </div>
       
   141                 
       
   142                 <footer class="fullwidth">
       
   143                     <ul class="footer-list">
       
   144                         <li>&copy; IRI 2013</li>
       
   145                     </ul>
       
   146                 </footer>
       
   147             
       
   148             </div>
       
   149 
       
   150         </div>
       
   151     </body>
       
   152 </html>