-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.php
More file actions
88 lines (78 loc) · 2.19 KB
/
server.php
File metadata and controls
88 lines (78 loc) · 2.19 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Gintas View v1.3</title>
<style type="text/css">
@font-face {
font-family: "AUFont";
src: url(../fonts/AUPassata_Bold.ttf) format("truetype");
}
html, body, input, button, p, div, textarea, label, span {
font-family: "AUFont";
font-size: 30px;
}
.Tagbuttons {
font-size: 250%;
background-color: #003E5C;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-border-radius: 5px;
border: solid;
color: #FFFFFF;
display:inline;
position:relative;
}
.Tagbuttons:hover {
opacity: 0.9;
}
input[type="text"]:disabled {
background-color:#FFFFFF;
color:black;
}
textarea:disabled {
background-color:#FFFFFF;
color:black;
}
</style>
<link rel="stylesheet" type="text/css" href="../style.css" media="all"/>
<script type='text/javascript' src='../jquery-1.7.1.js'></script>
<style type="text/css">
*
{
margin: 0;
padding: 0;
}
textarea
{
width: 100%;
height: 75px;
}
</style>
</head>
<body bgcolor="#1A171B" class="body">
<div id="bigcontainer" style="width:100%; background-color:#474747;">
<div class="header2" style="height:90px; width:100%;" >
<div id="header2" style="height:100%; width:100%; background-color:#474747;" >
<div id="bbb" style="height:100%; width:100%;">
<div id="sslogo" style="width:45%; float:left;">
<a href="#">
<img style="width:30%;height:30%;" src="../SkejSimlogo_name.png" alt="SkejSim">
</a>
<div class="titlebox" style="float:right;" >
<a style="color:#FFFFFF;font-size:100%;">Gintas View v1.3</a>
</div>
</div>
<div style=" width:45%; height:100%; float:right; position:relative;">
<span style="position:absolute; bottom:0; right:0;"><a style=" height:100%; font-size:14px; text-decoration:none; color:#FFFFFF;" href="index.php" target="_blank">Home page</a></span>
</div>
</div>
</div>
</div>
<div id="spacer" style="background-color:#474747;"></div>
<div id="mainarea" style="height:87%; background-color:#87888A; padding-top:5px; text-align:center;"></div>
</div>
<script type='text/javascript' src="../jquery.min.js"></script>
<script type='text/javascript' src="../script.js"></script>
</body>
</html>