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 » Image</title> |
|
7 |
|
8 <link rel="stylesheet" type="text/css" href="css/egonomy.css" /> |
|
9 </head> |
|
10 |
|
11 <body> |
|
12 <div class="header-wrap fullwidth"> |
|
13 <header> |
|
14 <h1 class="column column-third">TagItAll by eGonomy</h1> |
|
15 <form class="column column-third"> |
|
16 <input class="search-field" type="search" placeholder="Rechercher" /> |
|
17 </form> |
|
18 <nav class="column column-third"> |
|
19 <a href="#">Se connecter</a> |
|
20 </nav> |
|
21 </header> |
|
22 </div> |
|
23 <div class="main-wrap fullwidth"> |
|
24 |
|
25 <div class="main"> |
|
26 <div class="fullwidth"> |
|
27 <div class="column column-half"> |
|
28 <h2>Titre de l'image</h2> |
|
29 <div class="center-image"> |
|
30 <img src="img/empty.gif" width="476" height="350" class="placeholder" /> |
|
31 </div> |
|
32 </div> |
|
33 <div class="column column-half"> |
|
34 <table class="image-metadata"> |
|
35 <tr> |
|
36 <th>Description :</th> |
|
37 <td>Lorem Ipsum, Ceci est la description de l'œuvre représentée dans l'image.</td> |
|
38 </tr> |
|
39 <tr> |
|
40 <th>Localisation :</th> |
|
41 <td>Musée du Louvre, Paris.</td> |
|
42 </tr> |
|
43 </table> |
|
44 <h2>Mots-clés</h2> |
|
45 <table class="image-keywords"> |
|
46 <thead> |
|
47 <tr> |
|
48 <th>Mot-clé</th> |
|
49 <th>Relation à l'image</th> |
|
50 <th>Source / Annoté par</th> |
|
51 </tr> |
|
52 </thead> |
|
53 <tbody> |
|
54 <tr> |
|
55 <td>Louis XV</td> |
|
56 <td>est représenté(e)</td> |
|
57 <td>Import Base RMN</td> |
|
58 </tr> |
|
59 <tr> |
|
60 <td>Marcel Duchamp</td> |
|
61 <td>est l'auteur</td> |
|
62 <td>Import Base RMN</td> |
|
63 </tr> |
|
64 <tr> |
|
65 <td>Paris</td> |
|
66 <td>est représenté(e)</td> |
|
67 <td>Enrichissement Pertimm</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td>Liberté</td> |
|
71 <td>est symbolisé(e)</td> |
|
72 <td>Julien75</td> |
|
73 </tr> |
|
74 </tbody> |
|
75 </table> |
|
76 <div class="fullwidth"> |
|
77 <a href="#" class="add-button">+ Ajouter un mot-clé</a> |
|
78 </div> |
|
79 <div class="fullwidth"> |
|
80 <a href="#" class="big-button">Créer un fragment</a> |
|
81 <a href="#" class="big-button">Créer un Renkan</a> |
|
82 </div> |
|
83 </div> |
|
84 </div> |
|
85 <div class="fullwidth"> |
|
86 <div class="column column-half"> |
|
87 <h2>Fragments de cette image</h2> |
|
88 <ul class="fullwidth"> |
|
89 <li class="subcol subcol-half-fourth"> |
|
90 <div class="center-image"> |
|
91 <div class="image-and-fragment"> |
|
92 <img src="img/empty.gif" width="110" height="82" class="placeholder" /> |
|
93 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none"> |
|
94 <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" /> |
|
95 </svg> |
|
96 </div> |
|
97 </div> |
|
98 <h3>Titre du fragment</h3> |
|
99 <p>Annoté par <strong>Julien75</strong></p> |
|
100 </li> |
|
101 <li class="subcol subcol-half-fourth"> |
|
102 <div class="center-image"> |
|
103 <div class="image-and-fragment"> |
|
104 <img src="img/empty.gif" width="110" height="82" class="placeholder" /> |
|
105 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none"> |
|
106 <path d="M .2 .5 L .7 .2 L .8 .7 Z" stroke="red" stroke-width=".02" fill="red" fill-opacity=".3" /> |
|
107 </svg> |
|
108 </div> |
|
109 </div> |
|
110 <h3>Titre du fragment</h3> |
|
111 <p>Annoté par <strong>Julien75</strong></p> |
|
112 </li> |
|
113 <li class="subcol subcol-half-fourth"> |
|
114 <div class="center-image"> |
|
115 <div class="image-and-fragment"> |
|
116 <img src="img/empty.gif" width="110" height="82" class="placeholder" /> |
|
117 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none"> |
|
118 <path d="M .3 .1 L .55 .15 L .6 .6 Z" stroke="red" stroke-width=".02" fill="red" fill-opacity=".3" /> |
|
119 </svg> |
|
120 </div> |
|
121 </div> |
|
122 <h3>Titre du fragment</h3> |
|
123 <p>Annoté par <strong>Julien75</strong></p> |
|
124 </li> |
|
125 <li class="subcol subcol-half-fourth"> |
|
126 <div class="center-image"> |
|
127 <div class="image-and-fragment"> |
|
128 <img src="img/empty.gif" width="110" height="82" class="placeholder" /> |
|
129 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none"> |
|
130 <path d="M .2 .5 L .7 .2 L .8 .7 Z" stroke="red" stroke-width=".02" fill="red" fill-opacity=".3" /> |
|
131 </svg> |
|
132 </div> |
|
133 </div> |
|
134 <h3>Titre du fragment</h3> |
|
135 <p>Annoté par <strong>Julien75</strong></p> |
|
136 </li> |
|
137 </ul> |
|
138 </div> |
|
139 <div class="column column-half"> |
|
140 <h2>Renkans utilisant cette image</h2> |
|
141 <ul class="fullwidth"> |
|
142 <li class="subcol subcol-half-fourth"> |
|
143 <div class="center-image"> |
|
144 <img src="img/empty.gif" width="110" height="82" class="placeholder" /> |
|
145 </div> |
|
146 <h3>Titre du Renkan</h3> |
|
147 <p>Créé par <strong>Julien75</strong></p> |
|
148 </li> |
|
149 <li class="subcol subcol-half-fourth"> |
|
150 <div class="center-image"> |
|
151 <img src="img/empty.gif" width="110" height="82" class="placeholder" /> |
|
152 </div> |
|
153 <h3>Titre du Renkan</h3> |
|
154 <p>Créé par <strong>Julien75</strong></p> |
|
155 </li> |
|
156 <li class="subcol subcol-half-fourth"> |
|
157 <div class="center-image"> |
|
158 <img src="img/empty.gif" width="110" height="82" class="placeholder" /> |
|
159 </div> |
|
160 <h3>Titre du Renkan</h3> |
|
161 <p>Créé par <strong>Julien75</strong></p> |
|
162 </li> |
|
163 <li class="subcol subcol-half-fourth"> |
|
164 <div class="center-image"> |
|
165 <img src="img/empty.gif" width="110" height="82" class="placeholder" /> |
|
166 </div> |
|
167 <h3>Titre du Renkan</h3> |
|
168 <p>Créé par <strong>Julien75</strong></p> |
|
169 </li> |
|
170 </ul> |
|
171 </div> |
|
172 </div> |
|
173 |
|
174 <footer class="fullwidth"> |
|
175 <ul class="footer-list"> |
|
176 <li>© IRI 2013</li> |
|
177 </ul> |
|
178 </footer> |
|
179 |
|
180 </div> |
|
181 |
|
182 </div> |
|
183 </body> |
|
184 </html> |
|