diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-03-10 10:05:41 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-03-10 10:05:41 +0000 |
| commit | 27b2998eb460892aa6e299a3c8fc39749f52a364 (patch) | |
| tree | f10d1e01582c414c0bc33782a0bab893051935d6 /htroot/yacyinteractive.html | |
| parent | 9623d9e6d28aee8b169e3ce14075269e46833675 (diff) | |
added searchtable function to more tables in interface
you can now sort by any column in most tables in YaCy just by clicking on the headline column of the table
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6738 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/yacyinteractive.html')
| -rw-r--r-- | htroot/yacyinteractive.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htroot/yacyinteractive.html b/htroot/yacyinteractive.html index 884ab11f2..f56903f48 100644 --- a/htroot/yacyinteractive.html +++ b/htroot/yacyinteractive.html @@ -59,7 +59,7 @@ function updatepage(str) { if (totalResults > 0) { var item; - html += "<table class=\"networkTable\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\" width=\"99%\">"; + html += "<table class=\"sortable\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\" width=\"99%\">"; html += "<tr class=\"TableHeader\" valign=\"bottom\">"; html += "<td>Name</td>"; html += "<td width=\"60\">Size</td>"; @@ -78,6 +78,7 @@ function updatepage(str) { } //]]> </script> +<script src="/js/sorttable.js"></script> </head> <body> <script type="text/javascript"> |
