blob: 07a20c768ed980f9fd043d536b8c94e8dd97659a (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<!-- $Id$-->
<head>
<title></title>
<link rel="stylesheet" href="quanta.css" type="text/css" />
<style>
BODY {background-image: url(qcenter2.png); background-repeat: no-repeat;
background-attachment: fixed; background-position: center;}
</style>
</head>
<body bgcolor="white" text="black">
<table height="98%" width="100%">
<tr valign="top">
<td align="center">
<table bgcolor="#8B92BF" width="100%" align="center" background="head_bg.gif">
<tr>
<td align="center">
<b><font color="white">Quanta Documentation</font></b>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">
<table width="80%">
<tr>
<td>
<!--Content entry section-->
<p class="minihdr">Documentation</p>
<p><!--Using span firstchar on paragraph openings-->
<span class="firstchar">Q</span>uanta Plus
</p>
<!--end main content section, minor one below-->
<br><br>
</td>
</tr>
</table>
</tr>
<tr valign="bottom">
<td align="center">
<table align="center" width="80%">
<tr valign="top">
<td>
<!--Optional close page section at bottom-->
<p class="minihdr">Close Page</p>
<p><span class="firstchar">Q</span>uanta Plus
</p>
<!--End optional section-->
<br><br>
</td>
<td>
</td>
<td align="right" valign="center">
<a href="http://kdewebdev.org/"><img src="minilogo.jpg"></a>
</table>
</table>
<table bgcolor="#8B92BF" width="100%" align="center" background="head_bg.gif">
<tr>
<td align="center">
<b><font color="white">Quanta Documentation</font></b>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
|