summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3aacd52)
raw | patch | inline | side by side (parent: 3aacd52)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Jun 2005 08:16:10 +0000 (08:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Jun 2005 08:16:10 +0000 (08:16 +0000) |
include/functions_helpviewer.inc | patch | blob | history |
index fe2d9eb7967c2dd1a5e4adc1369ad888ea9a10c7..2a301aeafa2f61eeb4c85cf252b075c2eb28083a 100644 (file)
/* appending footer message for resultlist */
$ret.= "<br>
- ".sprintf(htmlentities(_("%s results for your search with the keyword %s interpreted as %s")),
+ ".sprintf(_("%s results for your search with the keyword %s interpreted as %s"),
"<b>".count($topten)."</b>",
"<b>".($_SESSION['search_string'])."</b>",
"<b>".$_SESSION['parsed_search_keyword']."</b>");
</td>
<td width=110 valign=\"top\">
<div style=\"width:100px;background-color:#BBBBBB;\">
- <div style=\"width:".$percentage."px; height:13px; background-color:#".$color2.$color2.$color."; \">
- <font style=\"color:#FFFFFF;font-size:12px;padding-left:40px;\">
- ".$percentage."%
- </font>
+ <div style=\"width:".$percentage."px; height:8px; background-color:#".$color2.$color2.$color."; \">
</div>
</div>
</td>