-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathdefault.html
66 lines (53 loc) · 1.27 KB
/
default.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>$title</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="alternate" type="application/rss+xml" title="SWIG News" href="https://sourceforge.net/p/swig/news/feed" />
</head>
<body bgcolor="#ffffff" link="#0000ff" vlink="#8000ff">
<table width=1000 border=0 cellpadding=0 cellspacing=0 summary="Main web page">
<tr>
<td valign=middle bgcolor="#000000">
<table width=180 cellpadding=0 cellspacing=0 summary="Corner section">
<tr>
<td>
$corner
</td>
</tr>
</table>
</td>
<td valign=middle bgcolor="#e0e0e0">
<table width=820 cellpadding=0 cellspacing=0 summary="Top section">
<tr>
<td valign=middle>
$top
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign=top bgcolor="#e0e0e0">
<table width=180 summary="Side section">
<tr>
<td>
$side
</td>
</tr>
</table>
</td>
<td valign=top>
<table width=820 summary="Web page body">
<tr>
<td>
$body
$footer
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>