-
Notifications
You must be signed in to change notification settings - Fork 3
/
home.html
216 lines (160 loc) · 6.61 KB
/
home.html
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE HTML>
<html>
<!--
pgn4web javascript chessboard
copyright (C) 2009-2014 Paolo Casaschi
see README file and http://pgn4web.casaschi.net
for credits, license and more details
-->
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>pgn4web</title>
<script src="pgn4web-server-config.js" type="text/javascript"></script>
<script src="pgn4web.js" type="text/javascript"></script>
<style type="text/css">
html, body {
margin: 0px;
padding: 0px;
}
body {
color: black;
background: white;
font-family: sans-serif;
padding: 1.75em;
}
a {
color: black;
text-decoration: none;
}
a:hover, a:active {
color: red;
}
.menu_heading {
font-weight: normal;
margin-left: 0px;
margin-right: 2em;
margin-top: 1.5em;
margin-bottom: 0px;
white-space: nowrap;
}
.menu_item {
font-weight: bold;
margin-left: 1.25em;
margin-right: 2em;
margin-top: 0.5em;
margin-bottom: 0px;
white-space: nowrap;
}
.menu_subitem {
display: inline-block;
font-size: 0.8em;
margin-left: 1em;
margin-top: 0.4em;
white-space: nowrap;
}
.banner {
font-size: 1.5em;
letter-spacing: 0.1em;
word-spacing: 0.1em;
line-height: 1.4em;
margin-bottom: 0.1em;
white-space: nowrap;
text-align: center;
}
.iframe_area {
display: block;
margin: 0;
margin-right: 1em;
background-color: #EDE8D5;
box-shadow: 0px 0px 20px #663300;
border-style: solid;
border-color: #EDE8D5;
border-width: 13px;
border-radius: 10px;
}
.positionLink {
display:block;
width:708px;
height:0.5em;
margin-right:1em;
}
</style>
<link rel="icon" sizes="16x16" href="pawn.ico" />
<!-- DeploymentCheck: google analytics code -->
<!-- end DeploymentCheck -->
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="99.9%"><tbody>
<tr>
<td align="left" valign="top">
<div class="menu_heading" style="display:inline-block; margin-top:0px;"><a title="read how to add the chess puzzler to your website or your blog" href="http://code.google.com/p/pgn4web/wiki/Example_Puzzler">chess puzzler</a></div>
<h1 style="display:inline-block; margin:0px; padding:0px;"> </h1>
</td>
<td align="center" valign="top">
<h1 style="margin:0px; padding:0px; text-align:right;">
<span style="float:left; color:red; padding-left:13%">
pgn4web
</span>
<a href="." onfocus="this.blur();" style="width:49px; height:29px; background:url(pawns.png) -47px -15px; vertical-align:baseline; display:inline-block; padding-right:0.5em;"></a>
</h1>
</td>
</tr>
<tr>
<td align="left" valign="top">
<div class="menu_item" style="margin-left:0px;">
<iframe height='218' width='194' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='puzzler.php?pgnData=tactics.pgn&gameNum=&pieceFont=hash&squareSize=24&lightColorHex=FFFFFF&darkColorHex=EEEEEE&controlBackgroundColorHex=FFFFFF&controlTextColorHex=888888&frameBorderColorHex=none'>
iframe support required to display the chess puzzler
</iframe>
</div>
</td>
<td align="center" valign="middle">
<div class="banner">javascript chess games viewer<br/>for websites, blogs and live broadcasts</div>
</td>
</tr>
<tr>
<td align="left" valign="top">
<div class="menu_heading"><a href="http://code.google.com/p/pgn4web/wiki/ServiceAvailability">online services</a></div>
<div class="menu_item"><a id="board_generator_link" title="online service adding an interactive chessboard to your website or your blog" href=".">board generator</a></div>
<div class="menu_item"><a title="online service for viewing chess games from *.PGN files, from links to *.PGN URLs and from PGN text" href="viewer.php">games viewer</a></div>
<div class="menu_item"><a title="online service broadcasting live games from current chess events" href="live.html">live broadcast</a><br/><a class="menu_subitem" title="live broadcast analysis view" href="live.html?m=a">analysis view</a><br/><a id="live_fullscreen_link" class="menu_subitem" title="live broadcast fullscreen view" href=".">fullscreen view</a><br/><a id="live_mosaic_link" class="menu_subitem" title="live broadcast mosaic view with multiple chessboards" href=".">mosaic view</a><br/><a id="live_results_link" class="menu_subitem" title="live broadcast results view" href=".">results view</a></div>
<div class="menu_heading"><a href="http://code.google.com/p/pgn4web/">software</a></div>
<div class="menu_item"><a href="demo.html">demo</a></div>
<div class="menu_item"><a href="http://pgn4web-downloads.casaschi.net">downloads</a></div>
<div class="menu_item"><a href="http://code.google.com/p/pgn4web/wiki/Index?tm=6">wiki</a></div>
<div class="menu_heading"><a href="http://code.google.com/p/pgn4web/wiki/Credits_and_License">contacts</a></div>
<div class="menu_item"><a href="http://pgn4web-blog.casaschi.net">blog</a></div>
<!-- DeploymentCheck: donations code -->
<!-- end DeploymentCheck -->
<div class="menu_item"><a id="email_link" href=.>email</a></div>
</td>
<td align="center" valign="top" width="100%">
<a name="board" href="#board" onfocus="this.blur();" class="positionLink" style="margin-bottom:1em;"> </a>
<iframe
class='iframe_area' height='354' width='708' frameborder='0' scrolling='no' marginheight='0' marginwidth='0'
src='board.html?am=l&d=3000&ih=1&ss=41&ps=33&pf=r&lcs=Wtyk&dcs=OXJO&bbcs=OXJO&hm=n&hcs=ZbNv&bd=h&hd=c&md=f&tm=17&fhcs=nkYj&fhs=14&fmcs=nkYj&fccs=nkYj&hmcs=ZbNv&fms=14&fcs=m&cd=h&bcs=Wtyk&fp=10&hl=t&fh=b&fw=p&ee=t&pd=gotd.php'
>
your web browser and/or your host do not support iframes as required to display the chessboard
</iframe>
<a href="#top" onfocus="this.blur();" class="positionLink" style="margin-top:1em;"> </a>
</td>
</tr>
<tr>
<td align="left" valign="top" colspan="2">
<!-- DeploymentCheck: news feed code -->
<!-- end DeploymentCheck -->
</td>
</tr>
</tbody></table>
<!-- DeploymentCheck: hostedBy code -->
<!-- end DeploymentCheck -->
<script type="text/javascript">
"use strict";
var theObj;
if (theObj = document.getElementById("board_generator_link")) { theObj.href = pgn4web_generator_url; }
if (theObj = document.getElementById("live_fullscreen_link")) { theObj.href = pgn4web_live_pointer_url + "/live-fullscreen.html?scf=t"; }
if (theObj = document.getElementById("live_mosaic_link")) { theObj.href = pgn4web_live_pointer_url + "/live-mosaic.html"; }
if (theObj = document.getElementById("live_results_link")) { theObj.href = pgn4web_live_pointer_url + "/live-results.html"; }
if (theObj = document.getElementById("email_link")) { theObj.href = "mailto:" + pgn4web_project_email; }
</script>
</body>
</html>