Commit fb8f2f98 authored by Clément Stenac's avatar Clément Stenac

HTTP interface patch by Christophe Mutricy (and no fixes by me)

parent 8246c77c
......@@ -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 \
......
......@@ -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" />" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment