Mercurial > public > madeira
comparison mysite/templates/band/press.html @ 26:efb2da0b5d10
Merging the django1.3 branch into trunk.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 30 Mar 2011 00:16:32 +0000 |
parents | 0dcfcdf50c62 |
children | c185fcf5817f |
comparison
equal
deleted
inserted
replaced
21:f3052378ab47 | 26:efb2da0b5d10 |
---|---|
30 | | 30 | |
31 {% endif %} | 31 {% endif %} |
32 {% if article.pdf %} | 32 {% if article.pdf %} |
33 <a href="{{ article.get_pdf_url }}" target="_blank">Original article as PDF</a> | 33 <a href="{{ article.get_pdf_url }}" target="_blank">Original article as PDF</a> |
34 <a href="http://www.adobe.com/products/acrobat/readstep2.html"> | 34 <a href="http://www.adobe.com/products/acrobat/readstep2.html"> |
35 <img src="{{ MEDIA_URL }}images/get_adobe_reader.gif" alt="Adobe Reader" title="Get Adobe Reader" border="0" | 35 <img src="{{ STATIC_URL }}images/get_adobe_reader.gif" alt="Adobe Reader" title="Get Adobe Reader" border="0" |
36 align="middle" /></a> | 36 align="middle" /></a> |
37 {% endif %} | 37 {% endif %} |
38 <p><a class="intLink" href="#Contents">Top</a></p> | 38 <p><a class="intLink" href="#Contents">Top</a></p> |
39 {% endfor %} | 39 {% endfor %} |
40 | 40 |