-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.php
140 lines (132 loc) · 4.95 KB
/
index.php
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<?php
require_once('common.php');
$rel = new Release();
?>
<head>
<title>SpringLobby</title>
<meta charset="utf-8">
<link rel="alternate" type="application/rss+xml" title="SpringLobby release feed" href="https://github.com/springlobby/springlobby/tags.atom" />
<link rel="icon" href="favicon.png" type="image/png" sizes="64x64">
<!-- jquery 3.2.1 -->
<script src="fancybox/jquery-3.2.1.min.js"></script>
<!-- fancybox 3.1.25 -->
<link href="fancybox/jquery.fancybox.min.css" rel="stylesheet">
<script src="fancybox/jquery.fancybox.min.js"></script>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<a id="title" href="http://springlobby.info" class="float-left">SpringLobby</a>
<nav class="float-right">
<a href="https://github.com/springlobby/springlobby/blob/master/ChangeLog">Change Log</a>
<a href="https://github.com/springlobby/springlobby/issues">Report a problem</a>
<a href="https://github.com/springlobby/springlobby/wiki">Wiki</a>
<a href="https://github.com/springlobby/springlobby/wiki/Contact">Contact</a>
<a href="https://github.com/springlobby/springlobby/tags.atom">RSS</a>
</nav>
</header>
<div class="container">
<section id="description" class="center">
<p>SpringLobby is a free cross-platform lobby client for the <a href='https://springrts.com/'>Spring RTS project</a>.</p>
</section>
<section id="screenshots">
<h2 class="center">Screenshots</h2>
<hr>
<div>
<a href="screenshots/01.png"
title="Spring Lobby Version 0.259: Connect Dialog"
data-fancybox="screenshots"
data-caption="Spring Lobby Version 0.259: Connect Dialog" >
<img src="thumbnails/tn_01.png"alt="">
</a>
<a href="screenshots/02.png"
title="Spring Lobby Version 0.259: Map Dialog"
data-fancybox="screenshots"
data-caption="Spring Lobby Version 0.259: Map Dialog">
<img src="thumbnails/tn_02.png"alt="">
</a>
<a href="screenshots/03.png"
title="Spring Lobby Version 0.259: Battle List"
data-fancybox="screenshots"
data-caption="Spring Lobby Version 0.259: Battle List">
<img src="thumbnails/tn_03.png"alt="">
</a>
<a href="screenshots/04.png"
title="Spring Lobby Version 0.259: Battle Room"
data-fancybox="screenshots"
data-caption="Spring Lobby Version 0.259: Battle Room">
<img src="thumbnails/tn_04.png"alt="">
</a>
<a href="screenshots/05.png"
title="Spring Lobby Version 0.259: Download List"
data-fancybox="screenshots"
data-caption="Spring Lobby Version 0.259: Download List">
<img src="thumbnails/tn_05.png"alt="">
</a>
<div style="width: 100%;"></div>
<a href="screenshots/06.png"
title="Spring Lobby Version 0.259: Preferences - Engine List"
data-fancybox="screenshots"
data-caption="Spring Lobby Version 0.259: Preferences - Engine List">
<img src="thumbnails/tn_06.png"alt="">
</a>
<a href="screenshots/07.png"
title="Spring Lobby Version 0.259: Preferences - Downloads"
data-fancybox="screenshots"
data-caption="Spring Lobby Version 0.259: Preferences - Downloads">
<img src="thumbnails/tn_07.png"alt="">
</a>
<a href="screenshots/08.png"
title="Spring Lobby Version 0.259: Preferences - Chat"
data-fancybox="screenshots"
data-caption="Spring Lobby Version 0.259: Preferences - Chat">
<img src="thumbnails/tn_08.png"alt="">
</a>
<a href="screenshots/09.png"
title="Spring Lobby Version 0.259: Preferences - General"
data-fancybox="screenshots"
data-caption="Spring Lobby Version 0.259: Preferences - General">
<img src="thumbnails/tn_09.png"alt="">
</a>
<a href="screenshots/10.png"
title="Spring Lobby Version 0.259: Preferences - Groups"
data-fancybox="screenshots"
data-caption="Spring Lobby Version 0.259: Preferences - Groups">
<img src="thumbnails/tn_10.png"alt="">
</a>
</div>
</section>
<section id="download">
<h2 class="center">Download SpringLobby</h2>
<hr>
<table>
<tr>
<th>Windows<br></th>
<th>Linux</th>
</tr>
<tr>
<td><a href="<?php echo $rel->win32installer();?>">Installer (<?php echo $rel->version; ?>)</a></td>
<td><a href="<?php echo $rel->link();?>">Source code (<?php echo $rel->version;?>)</a><br></td>
</tr>
<tr>
<td><a href="<?php echo $rel->win32();?>">ZIP (<?php echo $rel->version; ?>)</a></td>
<td><a href="https://github.com/springlobby/springlobby/wiki/Install">Instructions</a></td>
</tr>
</table>
</section>
</div>
<footer class="center">
<?php echo date("Y");?> | <a href="https://github.com/springlobby/springlobby-website">Website sources</a>
</footer>
<script type="text/javascript">
$("[data-fancybox]").fancybox({
margin : [100, 0],
toolbar : false,
animationEffect : "fade",
slideClass : 'screenshots',
});
</script>
</body>
</html>