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 (parent:
5cf5c6e
)
DJ mode improvement
author
Harvie
<tomas@mudrunka.cz>
Tue, 7 Sep 2010 14:56:47 +0000
(16:56 +0200)
committer
Harvie
<tomas@mudrunka.cz>
Tue, 7 Sep 2010 14:56:47 +0000
(16:56 +0200)
index.php
patch
|
blob
|
blame
|
history
diff --git
a/index.php
b/index.php
index 4c53da9b84a7a664ef1ef094ff72ffdb00a188dc..bae54eb72f847c3030423cd8c4b590f3b2998f66 100755
(executable)
--- a/
index.php
+++ b/
index.php
@@
-295,7
+295,7
@@
function flash_mp3_player() {
}
//GET
}
//GET
-if(isset($_GET['dj'])) { ?><frameset cols="*,*"><frame name="dj-left" src="./"><frame name="dj-right" src="./"></frameset><?php die(); }
+if(isset($_GET['dj'])) { ?><
title><?php echo "DJ MODE @ $title"; ?></title><
frameset cols="*,*"><frame name="dj-left" src="./"><frame name="dj-right" src="./"></frameset><?php die(); }
if(isset($_GET['download'])) serve_download($playlist_name);
if(isset($_GET['f'])) flash_mp3_player();
if(isset($_GET['song'])) {
if(isset($_GET['download'])) serve_download($playlist_name);
if(isset($_GET['f'])) flash_mp3_player();
if(isset($_GET['song'])) {
@@
-350,7
+350,7
@@
if(isset($_GET['blank'])) {
<a name="up"></a>
<iframe src="about:blank" name="playframe-hide" width="0" height="0" style="border: none;" class="hide"></iframe><!-- -----------???--------------- -->
<span class="icon"><</span> <a href="javascript: history.go(-1)" class="icon iback">BACK</a>
<a name="up"></a>
<iframe src="about:blank" name="playframe-hide" width="0" height="0" style="border: none;" class="hide"></iframe><!-- -----------???--------------- -->
<span class="icon"><</span> <a href="javascript: history.go(-1)" class="icon iback">BACK</a>
- | <a href="?" class="icon ihome">HOME (<?=$music_dir?>)</a>
+ | <a href="?"
target="_parent"
class="icon ihome">HOME (<?=$music_dir?>)</a>
| <a href="?dj" class="icon idjmode">DJ</a>
| <a href="?help" class="icon ihelp">ABOUT/HELP</a>
| <a href="?logout" class="icon ilogout">LOGOUT</a>
| <a href="?dj" class="icon idjmode">DJ</a>
| <a href="?help" class="icon ihelp">ABOUT/HELP</a>
| <a href="?logout" class="icon ilogout">LOGOUT</a>
This page took
0.241853 seconds
and
4
git commands to generate.