blob: 4010c8d5b67a8da6b839dd868c97afa1255a836d (
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
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Konquer the Web with Quanta Plus!</title>
<link rel="stylesheet" href="konq.css" type="text/css" />
<link rel="stylesheet" href="quanta.css" type="text/css" />
</head>
<body>
<div style="position:absolute; left: 0px; top: 5px; right: 0px; bottom: 500px;">
<a name="top" />
<table width="100%" cellpadding="0" cellspacing="0">
<colgroup>
<col width="170" />
<col width="20" />
<col width="309" />
<col width="*" />
</colgroup>
<tr>
<td align="right" class="bla"><img width="77" height="22" src="aniquanta.gif" alt="Quanta Plus" /></td>
<td class="deco" colspan="3">Konquer the Web with Quanta Plus!</td>
</tr>
<tr>
<td colspan="2" rowspan="2"> </td>
<td><img width="309" height="77" src="quantahdr.png" alt="Quanta Plus" /></td>
<td class="blah"><img src="webdev.png" width="135" height="77" alt="Web Develop Environment" /></td>
</tr>
<tr>
<td colspan="2" align="right" class="bla">
<table cellpadding="0" cellspacing="0">
<tr>
<td height="20" class="menu"> <a class="menu" href="intro.html">Introduction</a> </td><!-- Introduction -->
<td height="20" class="menu">|</td>
<td height="20" class="menu"> <a class="menu" href="faq.html">FAQ</a> </td><!-- FAQ -->
<td height="20" class="menu">|</td>
<td height="20" class="menu"> <a class="menu" href="tips.html">Tips</a> </td><!-- Tips -->
<td height="20" class="menu">|</td>
<td height="20" class="menu"> <a class="menu" href="focus.html">Where we're going</a> </td>
<td height="20" class="menu">|</td>
<td height="20" class="menuactive"> Developer Info </td><!-- Specifications -->
<td height="20" class="menu"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" width="190"></td>
<td colspan="2" class="shadow1" height="9"></td>
</tr>
<tr>
<td colspan="2" width="190"></td>
<td colspan="2" height="41"></td>
</tr>
</table>
<!-- end of header -->
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="190"></td>
<td class="trans">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td height="20" width="20"> </td>
<td> </td>
</tr>
<tr>
<td width="20"> </td>
<td valign="top">
<!-- here comes the content -->
<h2>Developer Information</h2>
<p><span class="firstchar">Q</span>uanta Plus</p>
<p class="minihdr">Developer stuff</p>
<br />
<img width="16" height="16" src="more.png" alt=">" />
<a href="intro.html">Back to start</a>
<!-- End of text -->
</td>
<td width="20"> </td>
</tr>
<tr>
<td height="20" width="20"> </td>
<td> </td>
</tr>
</table>
</td>
<td width="20"> </td>
</tr>
<tr>
<td height="91" colspan="3"> </td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="end" width="100%"> </td>
<td align="right"><a href="http://www.kde.org"><img width="204" height="57" src="tdelogo2.png" alt="KDE" /></a></td>
</tr>
<tr>
<td height="50" colspan="2"> </td>
</tr>
</table>
</div>
</body>
</html>
|