blob: e6a40d4a4d523b6ae1eef3fa59b32f926123e16b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Preview</title>
<link rel="stylesheet" href="/layout/css/postgresql.css" type="text/css" />
</head>
<body>
<div style="background: #FFF;">
<span style="color: #F00;">Title:</span><br />
<font size="+1" color="#020169"><b id="titleContainer"></b></font><br />
<span style="color: #F00;">Annotation:</span><br />
<div id="annotationContainer"></div>
<span style="color: #F00;">Full text:</span><br />
<div id="textContainer"></div>
</div>
</body>
</html>
|