blob: 0ae8961f785e43254f7433a56084ff0a7e013847 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<base href="[% base_url %]">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="../.static/js/lxrng-funcs.js"></script>
<link rel="shortcut icon" href="../.static/gfx/favicon.png" type="image/png">
<link rel="stylesheet" href="../.static/css/lxrng.css" type="text/css" title="LXRng">
<script type="text/javascript">
var use_ajax_navigation=[% IF is_ajax %]1[% ELSE %]0[% END %];
var use_popup_navigation=[% IF is_popup %]1[% ELSE %]0[% END %];
</script>
<title>LXR Lookup</title>
</head>
<body class="popup" onload="window.focus();">
<div id="search_results" class="search_results" style="display: block;">
[% search_res %]
</div>
</body>
</html>
|