Changeset 235b01982bd547f5d0175e3b17787f87104551af
- Timestamp:
- 12/08/03 01:07:46
(5 years ago)
- Author:
- Gildas Bazin <gbazin@videolan.org>
- git-committer:
- Gildas Bazin <gbazin@videolan.org> 1060643266 +0000
- git-parent:
[91f69ae3647c237c8b3de287575a448f24f14d74]
- git-author:
- Gildas Bazin <gbazin@videolan.org> 1060643266 +0000
- Message:
* share/http/index.html: added "del" and "empty" controls.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2a922dd |
r235b019 |
|
| 11 | 11 | <vlc id="end" /> |
|---|
| 12 | 12 | |
|---|
| 13 | | <vlc id="control" param1="stop,pause,previous,next,add,sout,play" /> |
|---|
| | 13 | <vlc id="control" param1="stop,pause,previous,next,add,sout,play,del,empty" /> |
|---|
| 14 | 14 | <vlc id="set" param1="sout" param2="string" /> |
|---|
| 15 | 15 | </head> |
|---|