diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-09-24 09:25:26 +0200 |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-09-24 09:25:26 +0200 |
commit | b0792a5c548c600443edbeaa3c4b0612e0eb4045 (patch) | |
tree | bcc5725dc1744364411ffb284381985d9e1bd02e /tools/qdoc3 | |
parent | 9634e133db1bf50a55ed44b3fe01e49954c80d08 (diff) | |
download | qt4-tools-b0792a5c548c600443edbeaa3c4b0612e0eb4045.tar.gz |
Doc: Implementing new search display
Diffstat (limited to 'tools/qdoc3')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index 44aa918ee5..0d6cb8de37 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -71,6 +71,13 @@ HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \ " <form id=\"qtdocsearch\" action=\"\" onsubmit=\"return false;\">\n" \ " <fieldset>\n" \ " <input type=\"text\" name=\"searchstring\" id=\"pageType\" value=\"\" />\n" \ + " <div id=\"resultdialog\"> \n" \ + " <a href=\"#\" id=\"resultclose\">Close</a> \n" \ + " <p id=\"resultlinks\" class=\"all\"><a href=\"#\" id=\"showallresults\">All</a> | <a href=\"#\" id=\"showapiresults\">API</a> | <a href=\"#\" id=\"showarticleresults\">Articles</a> | <a href=\"#\" id=\"showexampleresults\">Examples</a></p> \n" \ + " <p id=\"searchcount\" class=\"all\"><span id=\"resultcount\"></span><span id=\"apicount\"></span><span id=\"articlecount\"></span><span id=\"examplecount\"></span> results:</p> \n" \ + " <ul id=\"resultlist\" class=\"all\"> \n" \ + " </ul> \n" \ + " </div> \n" \ " </fieldset>\n" \ " </form>\n" \ " </div>\n" \ @@ -135,7 +142,7 @@ HTML.postpostheader = " </ul>\n" \ " </ul>\n" \ " </div>\n" \ " </div>\n" \ - " <div class=\"content\">\n" + " <div class=\"content mainContent\">\n" HTML.footer = "" \ " <div class=\"feedback t_button\">\n" \ |