X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=index.php;h=6c13be1c91d36d293f791851959de114437f2c1e;hb=1bbbe5ac2b423f46130ea57a7f8f14d702c70484;hp=2cff7be9ab0e81e335b6e9b63502c6f2973dbe64;hpb=a6ec3d5f8eb5fa076e871905d7a24f208d2ee997;p=mirrors%2FJukeBox.git diff --git a/index.php b/index.php index 2cff7be..6c13be1 100755 --- a/index.php +++ b/index.php @@ -202,7 +202,8 @@ function render_file_line($dir, $item, $dir_url, $index, $filesize, $parent = fa '" target="'.$GLOBALS['flash_player_frame'].'" class="icon ifplay">F/'. 'S'); } - echo(' '.unxss(str_replace('_', ' ', $item)).''.$filesize." MiB \n"); + echo(' '.unxss(str_replace('-',' - ',str_replace('_', ' ', +$item))).''.$filesize." MiB \n"); } function render_dir_line($current_dir, $item, $i) { @@ -212,21 +213,21 @@ function render_dir_line($current_dir, $item, $i) { ''.$i.'P/'. 'R'); if($GLOBALS['useflash']) echo('/F'); - echo('[DIR] '.unxss(str_replace('_', ' ', $item)). + echo('[DIR] '.unxss(str_replace('_', ' ', $item)). "\n"); } function render_tr_playframe_show() { if($GLOBALS['flash_player_frame'] == 'playframe-show' && $GLOBALS['useflash']) { ?> -S +S
- @@ -423,8 +424,8 @@ if(!($searchfp = fopen($search_cache, 'r'))) $i = 0; echo(''); render_tr_playframe_show(); -echo(''); while(!feof($searchfp)) {
SP'); -if($GLOBALS['useflash']) echo('/F'); +echo('
SP'); +if($GLOBALS['useflash']) echo('/F'); echo('Search: '.unxss($_GET['search']).'