mirror of
https://github.com/videolan/vlc.git
synced 2024-12-13 11:44:18 +08:00
60 lines
2.2 KiB
HTML
60 lines
2.2 KiB
HTML
<!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 - Mosaic Wizard</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>
|
|
<script type="text/javascript" src="js/mosaic.js"></script>
|
|
|
|
</head>
|
|
|
|
<body onload="mosaic_init();">
|
|
|
|
<h1>Mosaic wizard</h1>
|
|
|
|
<vlc id="rpn" param1="page vlm store" />
|
|
|
|
<!-- do we need to browse in order to setup a mosaic ? for the background image maybe ... -->
|
|
<vlc id="include" param1="dialogs/browse" />
|
|
|
|
<!-- used to select background and sub streams -->
|
|
<vlc id="include" param1="dialogs/input" />
|
|
<!-- select final output -->
|
|
<vlc id="include" param1="dialogs/sout" />
|
|
<!-- the actual mosaic stuff -->
|
|
<vlc id="include" param1="dialogs/mosaic" />
|
|
|
|
<vlc id="include" param1="dialogs/footer" />
|
|
|
|
</body>
|
|
|
|
</html>
|