Make the SQLite logo on the website a hyperlink to the home page.

Ticket #1471. (CVS 2745)

FossilOrigin-Name: 9709f0f6bcb2a1ed07e678b73cb518488b8ff333
This commit is contained in:
drh 2005-10-05 22:31:49 +00:00
parent b59005e5a3
commit eb3d389ca9
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
C Make\ssure\spragma\sintegrity_check\sdoes\snot\sreport\s"ok"\safter\sfirst\sfinding\na\sbunch\sof\serrors.\s(CVS\s2744)
D 2005-10-05T11:41:48
C Make\sthe\sSQLite\slogo\son\sthe\swebsite\sa\shyperlink\sto\sthe\shome\spage.\nTicket\s#1471.\s(CVS\s2745)
D 2005-10-05T22:31:49
F Makefile.in 12784cdce5ffc8dfb707300c34e4f1eb3b8a14f1
F Makefile.linux-gcc aee18d8a05546dcf1888bd4547e442008a49a092
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@ -274,7 +274,7 @@ F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1
F www/capi3ref.tcl 885f2aa112e2e9b8822753bf2972d5afd0cfeba9
F www/changes.tcl 5f09e69c5498cf388b3158978664db090708ed83
F www/common.tcl de758130d54d95d151ea0d17a2ae5b92e1bb01de
F www/common.tcl 14d121c28532ad20c3e349caa4db708b0b822083
F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
F www/copyright-release.html 294e011760c439c44951a6bfecd4c81a1ae359e8
@ -314,7 +314,7 @@ F www/tclsqlite.tcl ddcf912ea48695603c8ed7efb29f0812ef8d1b49
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
P 533a85eee2370aafe204ff3eed50eb7fc0149e83
R 52d72599a931bc7457a8d47ca8860b28
P efec04dedfff8b92527b42e59cc32b4f69031021
R bdee690aea4712c0e5f617fe36c9d09a
U drh
Z 877358ebb5a181476f6d3845c89f60bf
Z 6e4cd638aab5cbc8ae4423fd2e35f132

View File

@ -1 +1 @@
efec04dedfff8b92527b42e59cc32b4f69031021
9709f0f6bcb2a1ed07e678b73cb518488b8ff333

View File

@ -7,7 +7,8 @@ proc header {txt} {
puts \
{<body bgcolor="white" link="#50695f" vlink="#508896">
<table width="100%" border="0">
<tr><td valign="top"><img src="sqlite.gif"></td>
<tr><td valign="top">
<a href="index.html"><img src="sqlite.gif" border="none"></a></td>
<td width="100%"></td>
<td valign="bottom">
<ul>
@ -85,4 +86,3 @@ proc Syntax {args} {
}
puts {</table>}
}