summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-04 07:46:32 +0100
committerAndrew Dolgov <[email protected]>2008-05-04 07:46:32 +0100
commit7a822893ce9f83d69b5fc0d6d4544d0288a97c32 (patch)
tree67463f7b53c7125bf4a705b01c3fee44d1f2d687 /functions.php
parent69811a7d4e00a32e9ea4a64a730f786f45eb010b (diff)
online search in headline buffer (hotkey shift-I)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php18
1 files changed, 13 insertions, 5 deletions
diff --git a/functions.php b/functions.php
index 449bb4e51..719316461 100644
--- a/functions.php
+++ b/functions.php
@@ -3964,7 +3964,15 @@
print "<td class=\"headlineTitle$rtl_cpart\">";
- print "<span class=\"headlineInnerTitle\">";
+ print "<span id=\"subtoolbar_search\"
+ style=\"display : none\">Search: <input
+ id=\"subtoolbar_search_box\"
+ onblur=\"javascript:enableHotkeys();\"
+ onfocus=\"javascript:disableHotkeys();\"
+ onchange=\"subtoolbarSearch()\"
+ onkeyup=\"subtoolbarSearch()\" type=\"search\"></span>";
+
+ print "<span id=\"subtoolbar_ftitle\">";
if ($feed_site_url) {
if (!$bottom) {
@@ -3984,8 +3992,6 @@
print " [$user_page_offset] ";
}
- print "</span>";
-
if (!$bottom && !$disable_feed) {
print "
<a target=\"_new\"
@@ -3996,7 +4002,9 @@
} else if ($feed_small_icon) {
print "<img class=\"noborder\" alt=\"\" src=\"images/$feed_small_icon\">";
}
-
+
+ print "</span>";
+
print "</td>";
print "</tr></table>";
@@ -4981,7 +4989,7 @@
print "<td class='hlContent$hlc_suffix' valign='middle'>";
- print "<a href=\"javascript:view($id,$feed_id);\">" .
+ print "<a id=\"RTITLE-$id\" href=\"javascript:view($id,$feed_id);\">" .
$line["title"];
if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {