Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
2a922ddb
Commit
2a922ddb
authored
Aug 01, 2003
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* index.html,style.css : remove built-in css file. added link to info.html.
parent
6ac29eec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
17 deletions
+20
-17
share/http/index.html
share/http/index.html
+3
-17
share/http/style.css
share/http/style.css
+17
-0
No files found.
share/http/index.html
View file @
2a922ddb
...
...
@@ -4,23 +4,8 @@
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
>
<head>
<title>
VLC Media Player
</title>
<style
type=
"css"
>
body
{
font-family
:
Verdana
,
Arial
,
Sans
Serif
;
}
h2
{
text-align
:
center
;
}
table
{
width
:
100%
;}
table
.add
{
width
:
70%
;}
div
.section
{
background-color
:
#FFFFCC
;
border
:
1pt
black
solid
;
margin-bottom
:
2em
;
padding
:
0.5em
;}
div
.sectitle
{
background-color
:
#FFFF99
;
color
:
#019
;
border
:
1pt
black
solid
;
width
:
20%
;
font-weight
:
bold
;}
tr
.ligne1
{
background-color
:
#FFFFEE
;
}
tr
.ligne2
{
background-color
:
#FFFFAA
;
}
</style>
<link
href=
"/style.css"
title=
"Default"
rel=
"stylesheet"
/>
<vlc
id=
"if"
param1=
"url_param"
/>
<meta
http-equiv=
"refresh"
content=
"0;URL=/"
/>
<vlc
id=
"end"
/>
...
...
@@ -40,6 +25,7 @@
<td><input
type=
"submit"
name=
"control"
value=
"pause"
/></td>
<td><input
type=
"submit"
name=
"control"
value=
"previous"
/></td>
<td><input
type=
"submit"
name=
"control"
value=
"next"
/></td>
<td><a
href=
"info.html"
>
Informations
</a></td>
<td><a
href=
"admin/"
>
Administration
</a></td>
</tr>
</table>
...
...
share/http/style.css
0 → 100644
View file @
2a922ddb
body
{
font-family
:
Verdana
,
Arial
,
Sans
Serif
;
}
h2
{
text-align
:
center
;
}
table
{
width
:
100%
;}
table
.add
{
width
:
70%
;}
div
.section
{
background-color
:
#FFFFCC
;
border
:
1pt
black
solid
;
margin-bottom
:
2em
;
padding
:
0.5em
;}
div
.sectitle
{
background-color
:
#FFFF99
;
color
:
#019
;
border
:
1pt
black
solid
;
width
:
20%
;
font-weight
:
bold
;}
tr
.ligne1
{
background-color
:
#FFFFEE
;
}
tr
.ligne2
{
background-color
:
#FFFFAA
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment