equal
deleted
inserted
replaced
11 {% block js_import %} |
11 {% block js_import %} |
12 {{block.super}} |
12 {{block.super}} |
13 <script type="text/javascript"> |
13 <script type="text/javascript"> |
14 $(function() { |
14 $(function() { |
15 $(".bloc").mouseenter(function() { |
15 $(".bloc").mouseenter(function() { |
16 console.log("katapla!"); |
|
17 var _this = this; |
16 var _this = this; |
18 $(".overlay-bloc").each(function() { |
17 $(".overlay-bloc").each(function() { |
19 if (this.parentNode.parentNode == _this) { |
18 if (this.parentNode.parentNode == _this) { |
20 $(this).slideDown(); |
19 $(this).slideDown(); |
21 } else { |
20 } else { |
136 <ul> |
135 <ul> |
137 <li>Architecture back-office et coordination technique : <strong>Yves-Marie Haussonne</strong></li> |
136 <li>Architecture back-office et coordination technique : <strong>Yves-Marie Haussonne</strong></li> |
138 <li>Coordination scientifique : <strong>Alexandre Monnin</strong></li> |
137 <li>Coordination scientifique : <strong>Alexandre Monnin</strong></li> |
139 <li>Outils de sémantisation : <strong>Thibaut Cavalié</strong></li> |
138 <li>Outils de sémantisation : <strong>Thibaut Cavalié</strong></li> |
140 <li>Interfaces de visualisation et d'annotation : <strong>Raphaël Velt</strong></li> |
139 <li>Interfaces de visualisation et d'annotation : <strong>Raphaël Velt</strong></li> |
|
140 <li>Refonte de l'interface et front-office : <strong>Julien Rougeron</strong></li> |
141 </ul> |
141 </ul> |
142 </div> |
142 </div> |
143 </div> |
143 </div> |
144 </div> |
144 </div> |
145 {% endblock %} |
145 {% endblock %} |