Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add Nokia back to the list of sponsors. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1fe83b7e465b25c92a282fd1551ef089 |
User & Date: | drh 2011-03-17 14:13:35.447 |
Context
2011-03-20
| ||
11:13 | Add new page session.in to document the session module. (check-in: fd135b2345 user: dan tags: trunk) | |
2011-03-17
| ||
14:13 | Add Nokia back to the list of sponsors. (check-in: 1fe83b7e46 user: drh tags: trunk) | |
14:13 | Update the changes log for recent addition to 3.7.6. (check-in: ef63e519c2 user: drh tags: trunk) | |
Changes
Added images/foreignlogos/nokia.gif.
cannot compute difference between binary files
Changes to pages/index.in.
︙ | ︙ | |||
53 54 55 56 57 58 59 | sponsor[3] = '<tr><td align="center">\ <a href="http://www.oracle.com/us/technologies/embedded/">\ <img src="images/foreignlogos/oracle.gif" alt="oracle.com" border="0">\ </a></td><td>\ <a href="http://www.oracle.com/us/technologies/embedded/">Oracle</a> -\ Software. Hardware. Complete.</td></tr>' | > > > > > > > > | | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | sponsor[3] = '<tr><td align="center">\ <a href="http://www.oracle.com/us/technologies/embedded/">\ <img src="images/foreignlogos/oracle.gif" alt="oracle.com" border="0">\ </a></td><td>\ <a href="http://www.oracle.com/us/technologies/embedded/">Oracle</a> -\ Software. Hardware. Complete.</td></tr>' sponsor[4] = '<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 = 5 while( count>0 ){ i = Math.floor(Math.random()*5) if( sponsor[i]!=null ){ document.write(sponsor[i]) sponsor[i] = null count-- } |
︙ | ︙ |