Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the "Search" menu option to the menu bar. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6e06b9d9b4b42944c5c1792b739417a8 |
User & Date: | drh 2010-01-07 16:13:24.000 |
Context
2010-01-07
| ||
16:27 | Add a <title> to the copyright-release.html document. (check-in: 1ecb24abf0 user: drh tags: trunk) | |
16:13 | Add the "Search" menu option to the menu bar. (check-in: 6e06b9d9b4 user: drh tags: trunk) | |
15:58 | Updates to the aggregate function documentation. (check-in: 716c872b13 user: drh tags: trunk) | |
Changes
Changes to matrix.tcl.
︙ | ︙ | |||
251 252 253 254 255 256 257 | <div class="toolbar"> <a href="${path}about.html">About</a> <a href="${path}sitemap.html">Sitemap</a> <a href="${path}docs.html">Documentation</a> <a href="${path}download.html">Download</a> <a href="${path}copyright.html">License</a> <a href="${path}news.html">News</a> | < > | 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 | <div class="toolbar"> <a href="${path}about.html">About</a> <a href="${path}sitemap.html">Sitemap</a> <a href="${path}docs.html">Documentation</a> <a href="${path}download.html">Download</a> <a href="${path}copyright.html">License</a> <a href="${path}news.html">News</a> <a href="${path}support.html">Support</a> <a href="http://www.sqlite.org/search">Search</a> </div></div></div></div></div> </td></tr></table> } } # End of code copied out of wrap.tcl ############################################################################## |
︙ | ︙ |
Changes to search/search.tcl.
︙ | ︙ | |||
556 557 558 559 560 561 562 | <a href="about.html">About</a> <a href="sitemap.html">Sitemap</a> <a href="docs.html">Documentation</a> <a href="download.html">Download</a> <a href="copyright.html">License</a> <a href="news.html">News</a> | < > | 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 | <a href="about.html">About</a> <a href="sitemap.html">Sitemap</a> <a href="docs.html">Documentation</a> <a href="download.html">Download</a> <a href="copyright.html">License</a> <a href="news.html">News</a> <a href="support.html">Support</a> <a href="http://www.sqlite.org/search">Search</a> </div></div></div></div></div> </td></tr></table> } if {![info exists env(REQUEST_METHOD)]} { set env(REQUEST_METHOD) GET set env(QUERY_STRING) rebuild=1 |
︙ | ︙ | |||
594 595 596 597 598 599 600 | puts "" puts $document puts "" flush stdout close stdout exit | < | 594 595 596 597 598 599 600 | puts "" puts $document puts "" flush stdout close stdout exit |
Changes to wrap.tcl.
︙ | ︙ | |||
448 449 450 451 452 453 454 | <div class="toolbar"> <a href="${path}about.html">About</a> <a href="${path}sitemap.html">Sitemap</a> <a href="${path}docs.html">Documentation</a> <a href="${path}download.html">Download</a> <a href="${path}copyright.html">License</a> <a href="${path}news.html">News</a> | < > | 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 | <div class="toolbar"> <a href="${path}about.html">About</a> <a href="${path}sitemap.html">Sitemap</a> <a href="${path}docs.html">Documentation</a> <a href="${path}download.html">Download</a> <a href="${path}copyright.html">License</a> <a href="${path}news.html">News</a> <a href="${path}support.html">Support</a> <a href="http://www.sqlite.org/search">Search</a> </div></div></div></div></div> </td></tr></table> } if {$srcfile!=""} { if {[file exists DRAFT]} { set hd(footer) { <p align="center"><font size="6" color="red">*** DRAFT ***</font></p> |
︙ | ︙ |