Changeset 1579
- Timestamp:
- Oct 3, 2010, 5:55:01 PM (10 years ago)
- Location:
- cpc/trunk/project
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/solr/templates/searchSuccess.php
r1577 r1579 64 64 date_li = $(this).find('a').attr("title").split(':'); 65 65 date_href[nb_li] = $(this).find('a').attr("href"); 66 $(this).find(" #hover_graph").attr("onclick", "document.location.replace('http://"+location.host+date_href[nb_li]+"')");67 $(this).find(" #hover_graph").css("cursor", "pointer");66 $(this).find(".hover_graph").attr("onclick", "document.location.replace('http://"+location.host+date_href[nb_li]+"')"); 67 $(this).find(".hover_graph").css("cursor", "pointer"); 68 68 periode[nb_li] = date_li[0]; 69 69 nb_li++; … … 116 116 <div class="solr"> 117 117 <div class="searchbox"> 118 <form >118 <form action=""> 119 119 <p> 120 120 <input name="search" value="<?php echo $recherche; ?>" /> … … 189 189 } 190 190 191 echo '<div id="hover_graph" title="'.$title_date.'" style="width: '.$width.'px; height: '.$padding.'px; bottom: '.$height.'px;"></div><span id="text_graph">'.link_search($nb['nb'], $query, $newargs, array('title' => $title_date)).'</span>';191 echo '<div class="hover_graph" title="'.$title_date.'" style="width: '.$width.'px; height: '.$padding.'px; bottom: '.$height.'px;"></div><span class="text_graph">'.link_search($nb['nb'], $query, $newargs, array('title' => $title_date)).'</span>'; 192 192 193 193 # echo ' '.$nb['nb'].' résultats ('; printf('%02d', $nb['pc']*100/($fdates['max'])); echo '%)'; -
cpc/trunk/project/web/css/xneth/style.css
r1571 r1579 5 5 color: #484848; 6 6 background: #e4e4e1 url('images/mosaique.gif') repeat; 7 } 8 img { border:0; } 9 10 h1 a:link { color: inherit; } 11 12 a:link { 13 color: inherit; 14 text-decoration: none; 15 background-color: transparent; 16 } 17 18 a:active { 19 text-decoration: none; 20 background-color: transparent; 21 } 22 23 a:visited { 24 color: inherit; 25 text-decoration: none; 26 background-color: transparent; 27 } 28 29 a:hover { 30 color: #000; 31 text-decoration: underline; 32 background-color: transparent; 7 33 } 8 34 /* Recherches */ … … 51 77 height: 100%; 52 78 } 53 #hover_graph {79 .hover_graph { 54 80 position: absolute; 55 81 text-align: center; 56 82 } 57 #text_graph a{83 .text_graph a{ 58 84 color: transparent; 59 85 } … … 556 582 } 557 583 558 img { border:0; }559 560 h1 a:link { color: inherit; }561 562 a:link {563 color: inherit;564 text-decoration: none;565 background-color: transparent;566 }567 568 a:active {569 text-decoration: none;570 background-color: transparent;571 }572 573 a:visited {574 color: inherit;575 text-decoration: none;576 background-color: transparent;577 }578 579 a:hover {580 color: #000;581 text-decoration: underline;582 background-color: transparent;583 }584 585 584 h1 { 586 585 font-size: 1.5em;
Note: See TracChangeset
for help on using the changeset viewer.