<vlc id="if" param1="0" />
vim:syntax=html
<!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
<  playlist: VLC media player web interface - playlist dialog
< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
<  Copyright (C) 2005-2006 the VideoLAN team
<  $Id: playlist 14241 2006-02-11 17:28:27Z dionoea $
< 
<  Authors: Antoine Cellerier <dionoea -at- videolan -dot- org>
< 
<  This program is free software; you can redistribute it and/or modify
<  it under the terms of the GNU General Public License as published by
<  the Free Software Foundation; either version 2 of the License, or
<  (at your option) any later version.
< 
<  This program is distributed in the hope that it will be useful,
<  but WITHOUT ANY WARRANTY; without even the implied warranty of
<  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
<  GNU General Public License for more details.
< 
<  You should have received a copy of the GNU General Public License
<  along with this program; if not, write to the Free Software
<  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
This dialog needs the following dialogs to be fully functional: <none>
<vlc id="end" />

<div id="playlist" class="dialog" >
  <div class="title">
    Playlist
  </div>
  <div class="controls">
    <!--<button id="btn_delete" onmouseover="button_over(this);" onmouseout="button_out(this);">
      <img src="images/delete.png" alt="Delete" />
      <span class="btn_text">Delete</span>
    </button>-->
    <button id="btn_empty" onclick="pl_empty();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Empty" >
      <img src="images/empty.png" alt="Empty" />
      <span class="btn_text">Empty</span>
    </button>
    &nbsp;
    <button id="btn_sort" onclick="pl_sort();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Sort" >
      <img src="images/sort.png" alt="Sort" />
      <span class="btn_text">Sort</span>
    </button>
    &nbsp;
    <button id="btn_shuffle" onclick="pl_shuffle();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Shuffle" >
      <img src="images/shuffle.png" alt="Shuffle" />
      <span class="btn_text">Shuffle</span>
    </button>
    <button id="btn_loop" onclick="pl_loop();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Loop" >
      <img src="images/loop.png" alt="Loop" />
      <span class="btn_text">Loop</span>
    </button>
    <button id="btn_repeat" onclick="pl_repeat();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Repeat" >
      <img src="images/repeat.png" alt="Repeat" />
      <span class="btn_text">Repeat</span>
    </button>
  </div>
  <div id="playtree">
    (?)
  </div>
</div>
