home *** CD-ROM | disk | FTP | other *** search
/ Minami 85 / MINAMI85.iso / Extra / vlc-0.8.6b-win32.exe / http / dialogs / browse next >
Text File  |  2007-04-24  |  2KB  |  46 lines

  1. <vlc id="if" param1="0" />
  2. vim:syntax=html
  3. <!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
  4. <  browse: VLC media player web interface - remote file browse dialog
  5. < - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
  6. <  Copyright (C) 2005-2006 the VideoLAN team
  7. <  $Id: browse 14784 2006-03-17 23:13:47Z dionoea $
  8. <  Authors: Antoine Cellerier <dionoea -at- videolan -dot- org>
  9. <  This program is free software; you can redistribute it and/or modify
  10. <  it under the terms of the GNU General Public License as published by
  11. <  the Free Software Foundation; either version 2 of the License, or
  12. <  (at your option) any later version.
  13. <  This program is distributed in the hope that it will be useful,
  14. <  but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. <  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16. <  GNU General Public License for more details.
  17. <  You should have received a copy of the GNU General Public License
  18. <  along with this program; if not, write to the Free Software
  19. <  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  20. < - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  21.  
  22. This dialog needs the following dialogs to be fully functional: <none>
  23. <vlc id="end" />
  24.  
  25. <div id="browse" class="popup" style="display: none;">
  26.   <div class="title">
  27.     Browse
  28.     <img class="close" src="images/white_cross_small.png" alt="Close" onclick="hide('browse');"/>
  29.   </div>
  30.   <div id="browser">
  31.     <a href="javascript:browse_dir(document.getElementById( 'browse_lastdir' ).value);">Click here to browse</a>
  32.     ( or <a href="javascript:browse_dir('');">here</a> if it doesn't work )
  33.   </div>
  34.   <div class="controls">
  35.     <button id="btn_browse_close" onclick="hide('browse');">
  36.       Close
  37.     </button>
  38.     <input type="hidden" id="browse_lastdir" value="~" />
  39.     <input type="hidden" id="browse_dest" value="" />
  40.   </div>
  41. </div>
  42.