aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/www/loginpage.html
blob: 7a221dc729ee5904ab3c1f6ca80c8629d7d6669e (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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
<html>
<title><!--#echo var="grid" --> splash page</title>
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="/SledjHamrIconSmall.png">
<meta http-equiv="refresh" content="120">
<style>
html, body
{
    margin: 0;
    padding: 0;
    color: white;
}
a {color: green;}
a:link {color: green;}
a:visited {color: purple;}
a:hover {color: red;}
a:active {color: blue;}

.container
{
  position: relative;
  text-align: left;
}

.top-left
{
  position: absolute;
  top: 8px;
  left: 16px;
  width: 30%;
}

.top-right
{
  position: absolute;
  top: 8px;
  right: 16px;
  width: 30%;
}

.centre
{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  transform: translate(-50%, -50%);
}

.bottom-left
{
  position: absolute;
  bottom: 8px;
  left: 16px;
  width: 30%;
}

.bottom-right
{
  position: absolute;
  bottom: 8px;
  right: 16px;
  width: 30%;
}
</style>
<link type="text/css" rel="stylesheet" href="/debugStyle.css" media="all" />
</head>
<body>
<div class="container">
  <img src="/SledjHamr.png" alt="SledjHamr" style="width:100%;height:100%;">
  <div class="top-left">
    <p class="hoverItem">
      <div class="hoverWrapper0">
	<p>DEBUG</p>
	<div id="hoverShow0">
	  <h1>DEBUG log</h1>
	  <!--#echo var="DEBUG" -->
	</div>
      </div>
    </p>
    <h1>Add your fancy splash page for <!--#echo var="grid" --> here.</h1>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>Perhaps describe <!--#echo var="grid" --> here.</p>
  </div>
  <div class="top-right">
    <H1><!--#echo var="grid" --> is <!--#echo var="gridOnline" --></h1>
    <h1>Login URI - <!--#echo var="uri" --></h1>
    <p>&nbsp;</p>
    <p>There are <!--#echo var="members" --> members of this grid.</p>
    <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world.</p>
    <p>There are <!--#echo var="outworld" --> locals out on the hypergrid.</p>
    <p>There have been <!--#echo var="day30" --> locals and visitors on this grid in the last month.</p>
    <p>There are <!--#echo var="sims" --> regions, though some might not be online right now.</p>
  </div>
  <div class="centre">
    <p>Maybe add some news or events here, or something.</p>
  </div>
  <div class="bottom-left">
    <p>CSS by Taylor Temper, photo by onefang rejected.</p>
  </div>
  <div class="bottom-right">
    <p><!--#echo var="grid" --> is running <a href="https://sledjhamr.org/mantisbt/project_page.php?project_id=8"><!--#echo var="version" --></a>,
    part of the <a href="https://sledjhamr.org/git/docs/index.html">SledjHamr</a> project.</p>
</div>
</body>
</html>