mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 16:32:59 +02:00
Some small changes for mpfire V3
This commit is contained in:
@@ -101,7 +101,7 @@ if ( $ENV{'QUERY_STRING'} =~ /title/){
|
||||
<meta http-equiv='refresh' content='5'>
|
||||
<title></title>
|
||||
<body>
|
||||
<table width='100%' cellspacing='0' align='center' style="background-image:url(/images/mpfire/box.png)">
|
||||
<table width='100%' cellspacing='0' align='center' style="background-image:url(/images/mpfire/box.png);background-repeat:no-repeat">
|
||||
END
|
||||
;
|
||||
print"<tr ><td align='center'><font color='red' face='Verdana' size='2'><br />".encode('utf-8', $song)."<br /><br /></font></td></tr></table></body>";
|
||||
@@ -440,7 +440,7 @@ END
|
||||
&Header::openbox('100%', 'center', $Lang::tr{'mpfire search'});
|
||||
# box to quickly search artist, album or title
|
||||
print <<END
|
||||
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
|
||||
<form method='post' action='$ENV{'SCRIPT_NAME'}#$Lang::tr{'mpfire songs'}'>
|
||||
<table width='95%' cellspacing='0'>
|
||||
<tr>
|
||||
<td align='right' width='33%'>$Lang::tr{'artist'}</td>
|
||||
|
||||
Reference in New Issue
Block a user