You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.9 KiB
50 lines
1.9 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
|
|
< vlm.html: VLC media player web interface - VLM
|
|
< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
|
|
< Copyright (C) 2005-2006 the VideoLAN team
|
|
< $Id$
|
|
<
|
|
< 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.
|
|
< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<title>VLC media player - Web Interface - VLM</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
|
<script type="text/javascript" src="js/functions.js"></script>
|
|
<script type="text/javascript" src="js/vlm.js"></script>
|
|
|
|
</head>
|
|
|
|
<body onload="vlm_get_elements();">
|
|
|
|
<vlc id="rpn" param1="page vlm store" />
|
|
|
|
<vlc id="include" param1="dialogs/browse" />
|
|
<vlc id="include" param1="dialogs/input" />
|
|
<vlc id="include" param1="dialogs/sout" />
|
|
<vlc id="include" param1="dialogs/vlm" />
|
|
<vlc id="include" param1="dialogs/footer" />
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|