]> git.sesse.net Git - vlc/commitdiff
HTTP interface patch by Christophe Mutricy (and no fixes by me)
authorClément Stenac <zorglub@videolan.org>
Sat, 19 Mar 2005 17:23:51 +0000 (17:23 +0000)
committerClément Stenac <zorglub@videolan.org>
Sat, 19 Mar 2005 17:23:51 +0000 (17:23 +0000)
share/Makefile.am
share/http/index.html

index 9ef6bbdf5c763961a425e23058d6294c73866813..2e1f8ba0d59ffbbc6b5016e2b771bfe07148db83 100644 (file)
@@ -103,6 +103,7 @@ DIST_http = \
        http/vlm/index.html \
        http/vlm/new.html \
        http/style.css \
+       http/webcam.html \
        http/favicon.ico \
        http/cone_minus.png \
        http/cone_plus.png \
index fedc2c657e4561433a86ca39615c26c469818bb7..192d8842cdf1a4328c7b4c051e9adc6cf7e760cb 100644 (file)
@@ -132,11 +132,12 @@ function changeMe(item)
                <vlc id="else" />
                  <li>
                    <form method="get" action="">
-                   <img alt="[-]" src="cone_minus.png" onclick='changeMe(this)'/>
                    <vlc id="if" param1="first_item value 0 ="/>
+                   <img alt="Cone" src="cone_plus.png" />
                      Playlist
                      <vlc id="rpn" param1="first_item 1 store" />
                    <vlc id="else"/>
+                   <img alt="[-]" src="cone_minus.png" onclick='changeMe(this)'/>
                      <vlc id="value" param1="pl.name" /> (<vlc id="value" param1="pl.i_children" /> item<vlc id="if" param1="pl.i_children 1 >" />s<vlc id="end" />)
                    <vlc id="end"/>
                      <input type="hidden" name="item" value="<vlc id="value" param1="pl.index" />" />