X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=index.php;h=6c13be1c91d36d293f791851959de114437f2c1e;hb=1bbbe5ac2b423f46130ea57a7f8f14d702c70484;hp=a815230649c532846e17b844f77633d45ecf2b4a;hpb=4e7a2682c1c29070260c170ee558bb1ed2216ac5;p=mirrors%2FJukeBox.git diff --git a/index.php b/index.php index a815230..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
- +
- @@ -394,7 +397,7 @@ if(!isset($_GET['search'])) { ?> - +   @@ -421,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']).'