Веб-интерфейс к MPD.
[mpd-web.git] / view / default / tmpl / default.php
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-de" lang="de-de" >
3 <head>
4   <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5   <title>MPD Player</title>
6   <link rel="stylesheet" href="css/general.css" type="text/css" />
7   <script type="text/javascript" src="ajax/mpd.js"></script>
8 </head>
9 <body onload="RefreshPageContent()">
10
11 <div id="frame">
12
13         <?php include('view/player/view.php');?>
14
15 <div id="playlist">
16   <?php include('view/default/tmpl/playlistmenu.php');?>
17   <div id="items">
18   </div>
19   <?php include('view/default/tmpl/playlistmenu.php');?>
20 </div>
21
22 </div>
23
24 <?php
25 //print_r($mpd);
26 ?>
27
28
29 </body>