X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=index.php;h=704dc91d92c588a45f082f101863df8992807c04;hb=HEAD;hp=233513ed74bc2c985a623d6e96fdd596e85dae1a;hpb=a9beee066bf541d34df27021d4a1730e91238c75;p=mirrors%2FJukeBox.git diff --git a/index.php b/index.php index 233513e..704dc91 100755 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ F/'. 'S'); } - echo(' '.unxss(str_replace('_', ' ', $item)).''.$filesize." MiB \n"); + echo(' '.unxss(str_replace('-',' - ',str_replace('_', ' ', $item))). + ''.$filesize." MiB \n"); } -function render_dir_line($item, $i) { - $parclass=($i%2?'even':'odd'); $parcolor=($index%2?'lightblue':'white'); +function render_dir_line($current_dir, $item, $i) { + $parclass=($i%2?'even':'odd'); $parcolor=($i%2?'lightblue':'white'); $temp=str_replace('%2F', '/', rawurlencode($current_dir)).rawurlencode($item); echo("". ''.$i.'P/'. 'R'); if($GLOBALS['useflash']) echo('/F'); - echo('[DIR] '.unxss(str_replace('_', ' ', $item)). + echo('[DIR] '.unxss(str_replace('-',' - ',str_replace('_', ' ', $item))). "\n"); } function render_tr_playframe_show() { if($GLOBALS['flash_player_frame'] == 'playframe-show' && $GLOBALS['useflash']) { ?> -S - +S + '.$GLOBALS['title'].' on GIThub :-)Fork me on GitHub' ); echo(''.$quotes[rand(0,sizeof($quotes)-1)]."\n"); @@ -277,7 +282,7 @@ function flash_mp3_player() { You need Adobe Flash enabled browser to play records directly in website. + > <?php echo "DJ MODE @ $title"; ?> -
Music player (click 'F' link next to the song name to start, 'S' to stop...)
+
Music player (click 'F' link next to the song name to start, 'S' to stop...)
- + + @@ -346,7 +354,8 @@ if(isset($_GET['blank'])) { < BACK - | HOME () + | HOME () + | DJ | ABOUT/HELP | LOGOUT @@ -375,11 +384,13 @@ if(!isset($_GET['search'])) {
- +
- @@ -394,7 +405,7 @@ if(!isset($_GET['search'])) { ?> - +   @@ -421,8 +432,8 @@ if(!($searchfp = fopen($search_cache, 'r'))) $i = 0; echo(''); render_tr_playframe_show(); -echo(''); while(!feof($searchfp)) { @@ -477,7 +488,7 @@ for($s=2;$s;$s--) { while(($item = readdir($dd)) != false) { render_file_line($dir, $item, $music_dir_url, $i, filesize($dir.$item)); } if(is_dir($dir.$item)) { - render_dir_line($item, $i); + render_dir_line($current_dir, $item, $i); } } } rewinddir($dd); } @@ -487,7 +498,7 @@ if($sort > 1) { @sort($itemsd); foreach($itemsd as $item) { $i++; - render_dir_line($item, $i); + render_dir_line($current_dir, $item, $i); } foreach($itemsf as $item) { $i++;
SP'); -if($GLOBALS['useflash']) echo('/F'); +echo('
SP'); +if($GLOBALS['useflash']) echo('/F'); echo('Search: '.unxss($_GET['search']).'