Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
2a922ddb
Commit
2a922ddb
authored
Aug 01, 2003
by
Laurent Aimar
Browse files
* 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
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
Supports
Markdown
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