Changeset 123 for trunk/docs/_templates/indexsidebar.html
- Timestamp:
- Mar 12, 2011, 12:48:08 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/_templates/indexsidebar.html
r120 r123 3 3 <td> 4 4 <a href="download.html"> 5 <img src=" _static/images/download.jpg" border="0px;" />5 <img src="{{ pathto("_static/download.png", 1) }}" border="0px;" /> 6 6 </a> 7 7 </td> … … 10 10 <td> 11 11 <a href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=tSBDSUrN-pN-d3zZtpiuiW-QNEbjlnxta6hy1rmeICIKlJAxpPcpvK6npbi&dispatch=5885d80a13c0db1f8e263663d3faee8d5fa8ff279e37c3d9d4e38bdbee0ede69"> 12 <img src=" _static/images/donate.jpg" border="0px;" />12 <img src="{{ pathto("_static/images/donate.jpg", 1) }}" border="0px;" /> 13 13 </a> 14 14 </td> … … 17 17 <td> 18 18 <a href="http://twitter.com/ZOO_Project"> 19 <img src=" _static/images/twitter.jpg" border="0px;" />19 <img src="{{ pathto("_static/images/twitter.jpg", 1) }}" border="0px;" /> 20 20 </a> 21 21 </td>
Note: See TracChangeset
for help on using the changeset viewer.