Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Experimental branch: Add a link to "professional support" to the front page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6e7180acaf23cd6c9d8df5b7c27b8795 |
User & Date: | dan 2007-12-11 08:29:10.000 |
Context
2007-12-11
| ||
13:49 | Get rid of the double-spacing. (check-in: 0d59f40a31 user: drh tags: trunk) | |
08:29 | Experimental branch: Add a link to "professional support" to the front page. (check-in: 6e7180acaf user: dan tags: trunk) | |
07:04 | Apply fix [902e039468] to the experimental branch. (check-in: c6c0641741 user: dan tags: trunk) | |
Changes
Changes to pages/index.in.
︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | SQL database engine.</p> <p> </p> <center> <a href="http://osdir.com/Article6677.phtml"> <img src="images/2005osaward.gif"></a> </center> </td> <td width="20"></td><td bgcolor="#80a796" width="1"></td><td width="20"></td> <td> <h3>Current Status</h3> <p><ul> <li><a href="releaselog/3_5_3.html">Version 3.5.3</a> | > > > > > > > > > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | SQL database engine.</p> <p> </p> <center> <a href="http://osdir.com/Article6677.phtml"> <img src="images/2005osaward.gif"></a> </center> <p> </p> <p class="advertisement"> For those who require more surety or a higher level of support than that provided by SQLite's vibrant and knowledgable open-source community, <a href="http://www.hwaci.com/sw/sqlite/prosupport.html">professional support</a> is available directly from the SQLite development team. </p> </td> <td width="20"></td><td bgcolor="#80a796" width="1"></td><td width="20"></td> <td> <h3>Current Status</h3> <p><ul> <li><a href="releaselog/3_5_3.html">Version 3.5.3</a> |
︙ | ︙ |
Changes to wrap.tcl.
︙ | ︙ | |||
124 125 126 127 128 129 130 131 132 133 134 135 136 137 | .toolbar table, .toolbar tbody, .toolbar tr, .toolbar td { padding: 0; border-spacing: 0 } .rel {position: relative} .over .pulldown, .menu:hover .pulldown { display: block; } .over .pulldown, .menu:hover .pulldown { display: block; } </style> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <script type="text/javascript"> var current_menu_id = null | > > > > > > > > > > | 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 | .toolbar table, .toolbar tbody, .toolbar tr, .toolbar td { padding: 0; border-spacing: 0 } .rel {position: relative} .over .pulldown, .menu:hover .pulldown { display: block; } .over .pulldown, .menu:hover .pulldown { display: block; } .advertisement { font-style: italic; color: #80a796; color: #607d71; color: #45735f; } .advertisement a { color: black; } </style> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <script type="text/javascript"> var current_menu_id = null |
︙ | ︙ |