GIT.Harvie.CZ
/
mirrors
/
JukeBox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
d09c0b5
)
iconifized forgotten links in search results
author
Harvie
<tomas@mudrunka.cz>
Thu, 22 Jul 2010 15:25:38 +0000
(17:25 +0200)
committer
Harvie
<tomas@mudrunka.cz>
Thu, 22 Jul 2010 15:25:38 +0000
(17:25 +0200)
index.php
patch
|
blob
|
blame
|
history
diff --git
a/index.php
b/index.php
index c1f61050d9a7b26f6c28e52d4242d1f1cfa85a5c..bb5708e9a6f0205f04da0f88e772f8a6d2264a19 100755
(executable)
--- a/
index.php
+++ b/
index.php
@@
-424,8
+424,8
@@
if(!($searchfp = fopen($search_cache, 'r')))
$i = 0;
echo('<table border="1" width="100%">');
render_tr_playframe_show();
$i = 0;
echo('<table border="1" width="100%">');
render_tr_playframe_show();
-echo('<tr
><td>S</td><td><a href="?download&playlist&search='.unxss($_GET['search']).'
">P</a>');
-if($GLOBALS['useflash']) echo('/<a href="?f&playlist&search='.unxss($_GET['search']).'" target="'.$GLOBALS['flash_player_frame'].'">F</a>');
+echo('<tr
class="directory"><td>S</td><td><a href="?download&playlist&search='.unxss($_GET['search']).'" class="icon iplay
">P</a>');
+if($GLOBALS['useflash']) echo('/<a href="?f&playlist&search='.unxss($_GET['search']).'" target="'.$GLOBALS['flash_player_frame'].'"
class="icon ifplay"
>F</a>');
echo('</td><td colspan="100%">Search: '.unxss($_GET['search']).'</td></tr>');
while(!feof($searchfp)) {
echo('</td><td colspan="100%">Search: '.unxss($_GET['search']).'</td></tr>');
while(!feof($searchfp)) {
This page took
0.132586 seconds
and
4
git commands to generate.