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. |
---|---|
Timelines: | family | ancestors | descendants | both | branch-3.8.0 |
Files: | files | file ages | folders |
SHA1: | 80f0aef2d3a37a873b3722cb129d9118fdf0fd9c |
User & Date: | drh 2013-08-29 16:19:32 |
Context
2013-08-29
| ||
17:44 | Add the source-id and sha1sum for 3.8.0.1 to changes.in. check-in: d22f4d2e9a user: dan tags: branch-3.8.0 | |
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 | |
14:29 | Preparations for the 3.8.0.1 patch release. check-in: 8d74017a56 user: drh tags: branch-3.8.0 | |
Changes
Changes to pages/download.in.
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'>[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 } |
| |
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. |