Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | If the user tries a download hyperlink without javascript, send them to an explanation page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
32aeca2648600f504dc6cc512f3a81a9 |
User & Date: | drh 2013-08-29 16:51:30.912 |
Context
2013-08-30
| ||
14:28 | Added a 3.8.1 change log. Added documentation on SQLITE_MINIMUM_FILE_DESCRIPTOR. (check-in: 4e286cee85 user: drh tags: trunk) | |
2013-08-29
| ||
16:51 | If the user tries a download hyperlink without javascript, send them to an explanation page. (check-in: 32aeca2648 user: drh tags: trunk) | |
16:19 | If the user tries a download hyperlink without javascript, send them to an explanation page. (check-in: 80f0aef2d3 user: drh tags: branch-3.8.0) | |
2013-08-28
| ||
14:13 | Add documentation for STAT4. (check-in: 04ab4fa5ec user: drh tags: trunk) | |
Changes
Changes to pages/download.in.
︙ | ︙ | |||
65 66 67 68 69 70 71 | if {$frag!=""} { eval hd_fragment $frag set frag {} } global href href_cnt incr href_cnt set href(a$href_cnt) $file | | | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | if {$frag!=""} { eval hd_fragment $frag set frag {} } global href href_cnt incr href_cnt set href(a$href_cnt) $file hd_puts "<a id='a$href_cnt' href='hp1.html'>[file tail $file]</a><br>($size $units)</td>\n" hd_puts "<td width=\"5\"></td>" regsub -all VERSION $desc $version d2 hd_puts "\n<td valign=\"top\">" hd_resolve [string trim $d2] hd_puts "<br>(sha1: $sha1sum)</td></tr>\n" incr ::nDownload } |
︙ | ︙ |
Added pages/hp1.in.
> > > > > | 1 2 3 4 5 | <title>Javascript Required</title> <b>Note:</b> The hyperlinks on the download page only work if you have Javascript enabled in your web browser. |