diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-07-05 00:51:08 +0200 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2007-07-05 00:51:08 +0200 |
commit | e9fa4c98bb5f084739d3418ade3f0c51e34a0aa1 (patch) | |
tree | fec1d635625e031cde7cba1b0a1d95ee92ac760b /tmpl/popup_main.tt2 |
Rebase tree.
Diffstat (limited to 'tmpl/popup_main.tt2')
-rw-r--r-- | tmpl/popup_main.tt2 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tmpl/popup_main.tt2 b/tmpl/popup_main.tt2 new file mode 100644 index 0000000..5fa87a4 --- /dev/null +++ b/tmpl/popup_main.tt2 @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml: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> + + + + |