~ubuntu-branches/ubuntu/maverick/vlc/maverick

« back to all changes in this revision

Viewing changes to share/lua/http/dialogs/main

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-09-17 21:56:14 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20080917215614-tj0vx8xzd57e52t8
Tags: 0.9.2-1ubuntu1
* New Upstream Release, exception granted by
    - dktrkranz, norsetto, Hobbsee (via irc). LP: #270404

Changes done in ubuntu:

* add libxul-dev to build-depends
* make sure that vlc is build against libxul in configure. This doesn't
  change anything in the package, but makes it more robust if building
  in an 'unclean' chroot or when modifying the package.
* debian/control: make Vcs-* fields point to the motumedia branch
* add libx264-dev and libass-dev to build-depends
  LP: #210354, #199870
* actually enable libass support by passing --enable-libass to configure
* enable libdca: add libdca-dev to build depends and --enable-libdca
* install the x264 plugin.

Changes already in the pkg-multimedia branch in debian:

* don't install usr/share/vlc/mozilla in debian/mozilla-plugin-vlc.install  
* new upstream .desktop file now registers flash video mimetype LP: #261567
* add Xb-Npp-Applications to mozilla-plugin-vlc
* remove duplicate entries in debian/vlc-nox.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?vlc --[[
 
2
vim:syntax=html
 
3
<!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
 
4
<  main: VLC media player web interface - main VLC controler
 
5
< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
 
6
<  Copyright (C) 2005-2006 the VideoLAN team
 
7
<  $Id$
 
8
 
9
<  Authors: Antoine Cellerier <dionoea -at- videolan -dot- org>
 
10
 
11
<  This program is free software; you can redistribute it and/or modify
 
12
<  it under the terms of the GNU General Public License as published by
 
13
<  the Free Software Foundation; either version 2 of the License, or
 
14
<  (at your option) any later version.
 
15
 
16
<  This program is distributed in the hope that it will be useful,
 
17
<  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
18
<  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
19
<  GNU General Public License for more details.
 
20
 
21
<  You should have received a copy of the GNU General Public License
 
22
<  along with this program; if not, write to the Free Software
 
23
<  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
 
24
< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
 
25
 
 
26
This dialog needs the following dialogs to be fully functional: input,
 
27
sout and playlist .
 
28
]]?>
 
29
 
 
30
<div id="main" class="dialog" >
 
31
  <div class="title">
 
32
    VLC media player
 
33
    <button id="btn_toggle_text" onclick="toggle_btn_text();" title="Help" >
 
34
      <img src="images/help.png" alt="Help" />
 
35
      Help
 
36
    </button>
 
37
  </div>
 
38
  <div class="controls">
 
39
    <button id="btn_open" onclick="toggle_show('input');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Open" >
 
40
      <img src="images/eject.png" alt="Open" />
 
41
      <span class="btn_text">Open</span>
 
42
    </button>
 
43
    &nbsp;
 
44
    <button id="btn_stop" onclick="pl_stop();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Stop" >
 
45
      <img src="images/stop.png" alt="Stop" />
 
46
      <span class="btn_text">Stop</span>
 
47
    </button>
 
48
    <!--<button id="btn_play" onclick="alert('FIXME');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Play" >
 
49
      <img src="images/play.png" alt="Play" />
 
50
      <span class="btn_text">Play</span>
 
51
    </button>-->
 
52
    <button id="btn_pause" onclick="pl_pause();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Pause" >
 
53
      <img src="images/pause.png" alt="Pause" id="btn_pause_img" />
 
54
      <span class="btn_text">Pause</span>
 
55
    </button>
 
56
    &nbsp;
 
57
    <button id="btn_previous" onclick="pl_previous();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Previous" >
 
58
      <img src="images/prev.png" alt="Previous" />
 
59
      <span class="btn_text">Previous</span>
 
60
    </button>
 
61
    <button id="btn_next" onclick="pl_next();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Next" >
 
62
      <img src="images/next.png" alt="Next" />
 
63
      <span class="btn_text">Next</span>
 
64
    </button>
 
65
    &nbsp;
 
66
    <button id="btn_sout" onclick="toggle_show('sout');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Stream Output" >
 
67
      <img src="images/sout.png" alt="Stream Output" />
 
68
      <span class="btn_text">Stream Output</span>
 
69
    </button>
 
70
    <button id="btn_playlist" onclick="toggle_show('playlist');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Playlist" >
 
71
      <img src="images/playlist.png" alt="Playlist" />
 
72
      <span class="btn_text">Playlist</span>
 
73
    </button>
 
74
    <button id="btn_info" onclick="toggle_show('info');" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Info" >
 
75
      <img src="images/info.png" alt="Info" />
 
76
      <span class="btn_text">Info</span>
 
77
    </button>
 
78
    &nbsp;
 
79
    <button id="btn_fullscreen" onclick="fullscreen();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Fullscreen" >
 
80
      <img src="images/fullscreen.png" alt="Fullscreen" />
 
81
      <span class="btn_text">Fullscreen</span>
 
82
    </button>
 
83
    &nbsp;
 
84
    <button id="btn_snapshot" onclick="snapshot();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Take video snapshot" >
 
85
      <img src="images/snapshot.png" alt="Take video snapshot" />
 
86
      <span class="btn_text">Take video snapshot</span>
 
87
    </button>
 
88
    &nbsp;
 
89
    <button id="btn_volume_down" onclick="volume_down();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Decrease Volume" >
 
90
      <img src="images/volume_down.png" alt="Decrease Volume" />
 
91
      <span class="btn_text">Decrease Volume</span>
 
92
    </button>
 
93
    <button id="btn_volume_up" onclick="volume_up();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Increase Volume" >
 
94
      <img src="images/volume_up.png" alt="Increase Volume" />
 
95
      <span class="btn_text">Increase Volume</span>
 
96
    </button>
 
97
  </div>
 
98
  <div id="status">
 
99
    <span id="state">(?)</span>
 
100
    -
 
101
    Time : <span id="time">(?)</span>/<span id="length">(?)</span>
 
102
    -
 
103
    Volume : <span id="volume">(?)</span>
 
104
    <br/>
 
105
    <!-- progress bar -->
 
106
    <img src="images/slider_left.png" alt="slider left" /><span id="progressbar" style="background-image: url( 'images/slider_bar.png' ); width: 408px; height:16px; position:absolute;" onclick="slider_seek( event, this );" onmousemove="slider_move( event, this );"><img src="images/slider_point.png" alt="slider point" style="position:relative; left:0px;" id="main_slider_point" onmousedown="slider_down( event, this );" onmouseup="slider_up( event, this.parentNode );" onmouseout="slider_up( event, this.parentNode );"/></span><img src="images/slider_right.png" alt="slider right" style="position:relative;left:408px;" />
 
107
    <br/>
 
108
    <span id="nowplaying">(?)</span>
 
109
    <img id="albumart" alt="" src="/art" style="float: right" onclick="refresh_albumart(true);"/>
 
110
  </div>
 
111
</div>
 
112
 
 
113
<div id="info" class="dialog" style="display: none;" >
 
114
  <div class="title">
 
115
    Stream and media info
 
116
    <img class="close" src="images/white_cross_small.png" alt="Close" onclick="hide('info');"/>
 
117
  </div>
 
118
  <div id="infotree">
 
119
  </div>
 
120
</div>