aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/popup_main.tt2
blob: 11cfc7300d530b2a51a6d6525baa80494a68739d (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
<!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="../../js/lxrng-funcs.js"></script>
    <link rel="stylesheet" href="../../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>