forked from StartupAPI/users
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
96 lines (81 loc) · 1.59 KB
/
header.php
File metadata and controls
96 lines (81 loc) · 1.59 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
89
90
91
92
93
94
95
96
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Users</title>
<style>
#userbase_body {
color: #666666;
font-family: georgia, garamond, serif;
margin: 0;
background-color: #DCDCDC;
}
#userbase_header {
padding: 0.5em;
font-size: small;
border-bottom: 1px solid #c6c6c6;
}
#userbase_header_icon {
border: 0;
vertical-align: bottom;
margin: 0.4em 0.3em 0.2em 0.3em;
}
#userbase_navbox {
color: #c6c6c6;
float: right;
margin-right: 0.5em;
}
#userbase_navbox a {
color: #666666;
text-shadow: #EEE 0px 1px 0px;
text-decoration: none;
}
#userbase_navbox a:hover {
color: #69818d;
}
#userbase_main {
padding: 0.2em 0.5em;
background-color: white;
}
#userbase_footer {
height: 1em;
border-top: 1px solid #c6c6c6;
}
#userbase_footerpad {
height: 1em;
background-color: white;
}
#userbase_poweredby {
color: #666;
float: right;
font-size: small;
padding: 2em;
}
#userbase_poweredby a {
color: #efe8e8;
}
#userbase_poweredby a:hover {
color: white;
}
#userbase_adminmenu {
padding: 1em;
color: black;
font-size: larger;
}
#userbase_adminmenu a {
color: #888;
text-decoration: none;
}
#userbase_adminmenu a:hover {
color: #69818d;
}
</style>
</head>
<body id="userbase_body">
<div id="userbase_header">
<div id="userbase_navbox">
<?php include(dirname(__FILE__).'/navbox.php') ?>
</div>
<img src="<?php echo UserConfig::$USERSROOTURL ?>/images/header_icon.png" id="userbase_header_icon" title="Powered by Startup API"/>
</div>
<div id="userbase_main">