summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidgoahead/web/nav.asp
blob: 5576c83f9db99265b1d66862453ad68df8420062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<html>

<head>	
<link rel="stylesheet" href="style/normal_ws.css" type="text/css">

<style type='text/css'>

#one-column-emphasis
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 11px;
    width:100%;
    text-align: center;
    border-collapse: separate;
    background:#F5F5F5;
}
#one-column-emphasis th
{
    font-size: 14px;
    font-weight: normal;
    padding: 12px 15px;
    color: #039;
}
#one-column-emphasis td
{
    padding: 10px 15px;
    color: #669;
    border-top: 1px solid #e8edff;
}

#one-column-emphasis tr:hover td
{
    color: white;
    background: #E0E0E0;
}

a:link, a:visited {
color: black;

}

a:hover {
color:red;
}
</style>


</head>

<body bgcolor="#F5F5F5">

<div style='position:relative;margin-top:15%'></div>

<div style='position:relative;margin-left:5%;margin-right:5%;background-color:#CCCCCC;text-align:center;color:black'><code>SPC 300</code>
<table id='one-column-emphasis'>
<tr><td><a href = 'plc0.asp' target='content'>Plc </a></td></tr>
<tr><td><a href = 'eth0.asp' target='content'>Ethernet </a></td></tr>
<tr><td><a href = 'br0.asp' target='content'>Bridge </a></td></tr>
<tr><td><a href = 'soft.asp' target='content'>Software </a></td></tr>
</table>
</div>

<div style='position:relative;margin-left:5%;margin-right:5%;background-color:#CCCCCC;text-align:center;color:black'><code>SPC 300</code></div>


 <div id='divb' style='position:absolute; bottom:0;margin-left: auto; margin-right: auto;'> 
 <img src='ws.gif' width='90%'>
</div>
</body>

<html>