mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 06:36:04 +00:00
fix ibm http server
This commit is contained in:
parent
f20e515171
commit
8c4baab42e
7 changed files with 74 additions and 9 deletions
BIN
static/ibm-http-server/background.gif
Normal file
BIN
static/ibm-http-server/background.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 179 KiB |
BIN
static/ibm-http-server/foreground.gif
Normal file
BIN
static/ibm-http-server/foreground.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
static/ibm-http-server/help.gif
Normal file
BIN
static/ibm-http-server/help.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 210 B |
47
static/ibm-http-server/http_server_styles.css
Normal file
47
static/ibm-http-server/http_server_styles.css
Normal file
|
@ -0,0 +1,47 @@
|
|||
/* Provided for use only by developers of IBM products */
|
||||
/* 5648-F10 (C) Copyright International Business Machines Corp. 2005 */
|
||||
/* All Rights Reserved */
|
||||
/* US Government Users Restricted Rights - Use, duplication or disclosure */
|
||||
/* restricted by GSA ADP Schedule Contract with IBM Corp. */
|
||||
|
||||
|
||||
A {color: #363636;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: .75em;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
A:link {color: #363636;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: .75em
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
A:active{color: #363636;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: .75em
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
|
||||
A:hover { color: #FF6600;
|
||||
}
|
||||
|
||||
.descriptive_text {
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: .7em;
|
||||
font-style: italic;
|
||||
color: #777777;
|
||||
font-weight: 900;
|
||||
line-spacing: 2em;
|
||||
}
|
||||
|
||||
.foreground{
|
||||
background-image:url(/ibm-http-server/foreground.gif);
|
||||
background-repeat:no-repeat;
|
||||
text-align:center;
|
||||
background-position:center;
|
||||
width:639px;
|
||||
height:252px;
|
||||
}
|
||||
|
BIN
static/ibm-http-server/odot.gif
Normal file
BIN
static/ibm-http-server/odot.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 B |
BIN
static/ibm-http-server/support.gif
Normal file
BIN
static/ibm-http-server/support.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 B |
|
@ -16,42 +16,60 @@
|
|||
<title>IBM HTTP Server</title>
|
||||
|
||||
<script language="JavaScript">
|
||||
document.write('<link rel="stylesheet" href="http_server_styles.css">')
|
||||
document.write('<link rel="stylesheet" href="/ibm-http-server/http_server_styles.css">')
|
||||
</script>
|
||||
|
||||
<link rel="shortcut icon" href="./images/ihs/favicon.ico" type="image/vnd.microsft.icon" />
|
||||
<link rel="shortcut icon" href="./favicon.ico" type="image/vnd.microsft.icon" />
|
||||
</head>
|
||||
|
||||
<body width="778" height="556" background="images/ihs/background.gif" resize="no" scroll="no">
|
||||
<body
|
||||
width="778"
|
||||
height="556"
|
||||
background="/ibm-http-server/background.gif"
|
||||
resize="no"
|
||||
scroll="no"
|
||||
>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="images/ihs/odot.gif" alt="" width="1" height="155" /><br />
|
||||
<img src="/ibm-http-server/odot.gif" alt="" width="1" height="155" /><br />
|
||||
|
||||
<table class="foreground" align="center" role="presentation">
|
||||
<tr valign="top">
|
||||
<td><img src="images/ihs/odot.gif" alt="" width="1" height="60" /></td>
|
||||
<td><img src="/ibm-http-server/odot.gif" alt="" width="1" height="60" /></td>
|
||||
</tr>
|
||||
|
||||
<tr align="left" valign="top" role="navigation">
|
||||
<td><img src="images/ihs/odot.gif" alt="" width="46" height="1" /></td>
|
||||
<td><img src="/ibm-http-server/odot.gif" alt="" width="46" height="1" /></td>
|
||||
|
||||
<td align="center">
|
||||
<a href="http://www-01.ibm.com/software/webservers/httpservers/library/">
|
||||
<img src="images/ihs/help.gif" alt="" width="22" height="20" border="0" /><br />
|
||||
<img
|
||||
src="/ibm-http-server/help.gif"
|
||||
alt=""
|
||||
width="22"
|
||||
height="20"
|
||||
border="0"
|
||||
/><br />
|
||||
Information Center</a
|
||||
>
|
||||
</td>
|
||||
|
||||
<td align="center">
|
||||
<a href="http://www-306.ibm.com/software/webservers/httpservers/support/">
|
||||
<img src="images/ihs/support.gif" alt="" width="19" height="20" border="0" /><br />
|
||||
<img
|
||||
src="/ibm-http-server/support.gif"
|
||||
alt=""
|
||||
width="19"
|
||||
height="20"
|
||||
border="0"
|
||||
/><br />
|
||||
Support</a
|
||||
>
|
||||
</td>
|
||||
|
||||
<td align="center"></td>
|
||||
|
||||
<td><img src="images/ihs/odot.gif" alt="" width="49" height="1" /></td>
|
||||
<td><img src="/ibm-http-server/odot.gif" alt="" width="49" height="1" /></td>
|
||||
</tr>
|
||||
<!--<tr valign="top">
|
||||
<td> </td>
|
||||
|
|
Loading…
Add table
Reference in a new issue