summaryrefslogtreecommitdiff
path: root/templates/html/htmlsearchresult.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmlsearchresult.tpl')
-rw-r--r--templates/html/htmlsearchresult.tpl38
1 files changed, 0 insertions, 38 deletions
diff --git a/templates/html/htmlsearchresult.tpl b/templates/html/htmlsearchresult.tpl
deleted file mode 100644
index b48b49c..0000000
--- a/templates/html/htmlsearchresult.tpl
+++ /dev/null
@@ -1,38 +0,0 @@
-{# input: baseName #}
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head><title></title>
-<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
-<meta name="generator" content="Doxygen {{ doxygen.version }}"/>
-<link rel="stylesheet" type="text/css" href="search.css"/>
-<script type="text/javascript" src="{{ baseName }}.js"></script>
-<script type="text/javascript" src="search.js"></script>
-</head>
-<body class="SRPage">
-<div id="SRIndex">
-<div class="SRStatus" id="Loading">{{ tr.loading }}</div>
-<div id="SRResults"></div>
-<script type="text/javascript">
-/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
-createResults();
-/* @license-end */
-</script>
-<div class="SRStatus" id="Searching">{{ tr.searching }}</div>
-<div class="SRStatus" id="NoMatches">{{ tr.noMatches }}</div>
-<script type="text/javascript">
-/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
-document.getElementById("Loading").style.display="none";
-document.getElementById("NoMatches").style.display="none";
-var searchResults = new SearchResults("searchResults");
-searchResults.Search();
-window.addEventListener("message", function(event) {
- if (event.data == "take_focus") {
- var elem = searchResults.NavNext(0);
- if (elem) elem.focus();
- }
-});
-/* @license-end */
-</script>
-</div>
-</body>
-</html>