Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Nokia back on the Sponsors section of the homepage. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8197ce8dbb03160d1e3f64603dc8a875 |
User & Date: | drh 2013-02-12 13:49:23.355 |
Context
2013-02-15
| ||
00:48 | Begin making documentation changes for the 3.7.16 release. (check-in: 685a544f00 user: drh tags: trunk) | |
2013-02-12
| ||
13:49 | Nokia back on the Sponsors section of the homepage. (check-in: 8197ce8dbb user: drh tags: trunk) | |
13:45 | Updates to the temporary disk file document. (check-in: 9b3d9280b7 user: drh tags: trunk) | |
Changes
Changes to pages/index.in.
︙ | ︙ | |||
61 62 63 64 65 66 67 | sponsor[4] = '<tr><td align="center">\ <a href="http://www.bentley.com/">\ <img src="images/foreignlogos/bentley.gif" alt="bentley.com" border="0">\ </a></td><td>\ <a href="http://www.bentley.com/">Bentley</a> - Comprehensive software \ solutions for Sustaining Infrastructure.</td></tr>' | > > > > > > > > | | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | sponsor[4] = '<tr><td align="center">\ <a href="http://www.bentley.com/">\ <img src="images/foreignlogos/bentley.gif" alt="bentley.com" border="0">\ </a></td><td>\ <a href="http://www.bentley.com/">Bentley</a> - Comprehensive software \ solutions for Sustaining Infrastructure.</td></tr>' sponsor[5] = '<tr><td align="center">\ <a href="http://www.nokia.com/">\ <img src="images/foreignlogos/nokia.gif" alt="nokia.com" border="0">\ </a></td><td>\ <a href="http://www.nokia.com/">Nokia</a> is the world leader in mobility,\ driving the transformation and growth of the converging internet and\ communications industries.</td></tr>' count = 6 while( count>0 ){ i = Math.floor(Math.random()*6) if( sponsor[i]!=null ){ document.write(sponsor[i]) sponsor[i] = null count-- } |
︙ | ︙ |