src/hdalab/templates/index.html
changeset 389 15210c7fec74
parent 378 efc97f480a70
child 396 064f4cdc48c3
equal deleted inserted replaced
388:b1d4d56fc650 389:15210c7fec74
    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&nbsp;: <strong>Yves-Marie Haussonne</strong></li>
   136 	                <li>Architecture back-office et coordination technique&nbsp;: <strong>Yves-Marie Haussonne</strong></li>
   138 	                <li>Coordination scientifique&nbsp;: <strong>Alexandre Monnin</strong></li>
   137 	                <li>Coordination scientifique&nbsp;: <strong>Alexandre Monnin</strong></li>
   139 	                <li>Outils de sémantisation&nbsp;: <strong>Thibaut Cavalié</strong></li>
   138 	                <li>Outils de sémantisation&nbsp;: <strong>Thibaut Cavalié</strong></li>
   140 	                <li>Interfaces de visualisation et d'annotation&nbsp;: <strong>Raphaël Velt</strong></li>
   139 	                <li>Interfaces de visualisation et d'annotation&nbsp;: <strong>Raphaël Velt</strong></li>
       
   140 	                <li>Refonte de l'interface et front-office&nbsp;: <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 %}